Skip to content

ncb000gt/node-gs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

NodeJS lib that wraps cli execution of gs (ghsotscript).

Resources

Stars

Watchers

Forks

Packages

No packages published