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'));

Dependents (1)

Package Sidebar

Install

npm i ppclient

Weekly Downloads

0

Version

0.0.3

License

none

Last publish

Collaborators

  • daxxog