0.0.3 • Published 11 years ago

ppclient v0.0.3

Weekly downloads
12
License
-
Repository
-
Last release
11 years ago

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

Print.file('example.pdf');
Print.stream(fs.createReadStream('example.pdf'));
0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago