stapler
stapler copied to clipboard
A small utility making use of the pypdf library to provide a (somewhat) lighter alternative to pdftk
A feature request: stapler needs to deal with logical page numbers in addition to physical page numbers. That is, if my document starts with page i, ii, iii, iv before...
I'm getting this error with some html pages I printed as pdfs and want to concatenate: ``` $ stapler cat blog_bup*.pdf output.pdf Traceback (most recent call last): File "/usr/bin/stapler", line...
``` ----------- | slide 1 | ----------- | slide 2 | ----------- ``` http://stackoverflow.com/a/15743413 Useful for pages that are 2-up and you don't have a printer to do that with.
Would be great if stapler was a single command, not a directory with a command in it. Not sure if that's possible.
stapler shows its help when called with `stapler`, but should probably also do so when called with `-h`.