0.0.3 • Published 13 years ago
ppclient v0.0.3
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'));