ppclient

0.0.3 • Public • Published

ppclient

(P)df (P)rint (CLIENT)

Install

stable

npm install ppclient

edge

npm install https://github.com/daxxog/ppclient/tarball/master

Usage

var Print = require('ppclient'),
    fs = require('fs');
 
var print = Print(host, port);
 
print.file('example.pdf');
print.stream(fs.createReadStream('example.pdf'));

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    2
  • 0.0.2
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i ppclient

Weekly Downloads

4

Version

0.0.3

License

none

Last publish

Collaborators

  • daxxog