splitpdf

0.0.1 • Public • Published

@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.

Readme

Keywords

Package Sidebar

Install

npm i splitpdf

Weekly Downloads

4

Version

0.0.1

License

ISC

Last publish

Collaborators

  • vesteraas