0.0.1 • Published 8 years ago

splitpdf v0.0.1

Weekly downloads
583
License
ISC
Repository
-
Last release
8 years ago

@vesteraas/splitpdf

A NodeJS module for splitting a single, multi-page PDF file into single-page PDFs.

Nothing more to say, really.

Author

Installation

To be able to use this module, the pdftk tool must be installed. On my Ubuntu machine, I installed it by typing:

$ sudo apt-get install pdftk

Finally, you can install the splitpdf module itself, by typing:

$ npm install splitpdf

Examples

The file test.js demonstrates this module in action.

0.0.1

8 years ago