stapler icon indicating copy to clipboard operation
stapler copied to clipboard

A small utility making use of the pypdf library to provide a (somewhat) lighter alternative to pdftk

Results 39 stapler issues
Sort by recently updated
recently updated
newest added

So, this bug is pretty much: the program completely fails to include the content of the pdf files. The pages seem to be there, as well as some graphics, but...

In pdftk when i combine pdfs and if the pdfs have document outline (helpful for navigation) they also get concatenated ALso if i want to dump and later update the...

Please add a replacement for `pdftk`'s `dump_data` and `upate_info` to [edit bookmarks](https://stackoverflow.com/a/30308964/3779655).

feature

Similar to PDFtk, this should **(1) split** a file into multiple batches (specified by ranges) and **(2) zip** them back together. This allows to [apply different rotations to even/odd pages](https://unix.stackexchange.com/a/18622/234981).

feature

I am running the latest git version on current Arch Linux. For some PDF files, the output of list-logical is sane. For other files, the output is: ``` 11 1...

bug

`stapler` asks for a password while processing an unencrypted `pdf` file which uses a password to restrict permissions. This is only an annoyance because I can simply press enter and...

feature

When reading an encrypted PDF, `stapler` asks for a password to decrypt it. This makes it difficult to script this behavior. It would be useful if the decryption passphrase could...

feature

Greetings, I've been a user of this for a long time now and haven't run into this before! I used `wget` to grab a bunch of pdfs with a script,...

bug

The pdftk tool has this [multibackground](https://www.pdflabs.com/docs/pdftk-man-page/#dest-op-multibackground) feature for merging (i.e. not concatenating) 2 PDF files. Besides adding a real background to a PDF this is also useful for adding a...

feature

When using cat-command, documents will be concatented. For large/many files, the structure of the contents of the resulting file can become quite unclear. Adding a table of contents automatically (no...

feature