lp-client

0.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i lp-client

Weekly Downloads

0

Version

0.0.2

License

none

Last publish

Collaborators

  • tomgallacher
  • tomgco