splitpdf
v0.0.1
Published
Split single PDF into multiple PDFs
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 pdftkFinally, you can install the splitpdf module itself, by typing:
$ npm install splitpdfExamples
The file test.js demonstrates this module in action.
