0.0.3 • Published 9 years ago

node-jspdf v0.0.3

Weekly downloads
36
License
DBAD
Repository
-
Last release
9 years ago

This package allows you to use jsPDF on the server. Any methods that require DOM stuff will fail, but you can create and modify PDF files and save them to disk as shown in the documentation.

To use:

npm install

And then...

var doc = jsPDF();
doc.text(20, 20, 'Hello, world.');
doc.save('Test.pdf', function(err){console.log('saved!');});
0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago