splitpdf
v0.0.1
Published
Split single PDF into multiple PDFs
Downloads
14
Readme
@vesteraas/splitpdf
A NodeJS module for splitting a single, multi-page PDF file into single-page PDFs.
Nothing more to say, really.
Author
- Werner Vesterås [email protected]
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.