Socket
Socket
Sign inDemoInstall

gs

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gs

Provide access to ghostscript


Version published
Weekly downloads
180
decreased by-0.55%
Maintainers
1
Install size
487 kB
Created
Weekly downloads
 

Readme

Source

gs

Build Status

NodeJS wrapper for gs

Usage

var gs = require('gs');
gs()
  .batch()
  .output()
  .input(input)
  .exec(function(err, data) {
    console.log(data.toString());
  });

API

  • batch
  • nopause
  • device - device - defaults to txtwrite
  • output - file - defaults to - which represents stdout
  • input - file
  • exec - callback

License

MIT - http://ncb000gt.mit-license.org/

FAQs

Last updated on 03 Dec 2012

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc