lp-client
v0.0.2
Published
node-lp is an adapter to the unix lp(1) command allowing files to be subitted for printing or altering a pending job.
Downloads
14
Readme
Node lp
node-lp is an adapter to the unix 'lp(1)' command allowing files to be subitted for printing or altering a pending job. This will only work on Linux at the moment however if anyone wants a windows port then that might happen.
Installation
Note: you need cups
installed to use.
Node-lp can then be installed via NPM
npm install lp
Then, require the module
var Printer = require('lp')
, lp = new Printer([options])
;
Usage
lp.queue(fileLocation, [options], listener)
lp.queue(buffer, [options], listener)
lp.stop(jobid)
lp.resume(jobid)
lp.hold(jobid)
Licence
Licensed under the New BSD License