ppclient
v0.0.3
Published
(P)df (P)rint (CLIENT)
Downloads
11
Readme
ppclient
(P)df (P)rint (CLIENT)
Install
stable
npm install ppclientedge
npm install https://github.com/daxxog/ppclient/tarball/masterUsage
var Print = require('ppclient'),
fs = require('fs');
Print.file('example.pdf');
Print.stream(fs.createReadStream('example.pdf'));