1.0.5 • Published 1 year ago

paginador-pdf v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

pdf-paginator

A CLI to paginate a pdf file.

Installation & Usage

Globally via npm

$ npm install -g pdf-paginator
$ pdf-paginator [file] [option]

Running on-demand

Using npx you can run the script without installing it

$ npx pdf-paginator [file] [option]

Example

$ pdf-paginator ./input.pdf -o ./ouput.pdf

If you want to skip a first page, --skip-first option can be used.

$ pdf-paginator input.pdf -o output.pdf --skip-first

You can also skip multiple pages by using --skip option.

$ pdf-paginator input.pdf -o output.pdf --skip=3

Development

Checkout this repository locally, then

$ npm install
$ node -r esm ./pdf-paginator.js  [file]
1.0.5

1 year ago

1.0.4

1 year ago