hellerbarde/stapler

PDFtk compatible syntax

Closed this issue · 1 comments

It would be nice to offer a PDFtk compatible syntax to ease migration.

Specifically, named inputs do not work:

stapler cat A=a.pdf B=b.pdf B1 A1-3 output.pdf

Output:

Error: A=a.pdf does not exist

Another example would be to merge/zip pages in reverse order:

pdftk A=odd.pdf B=even.pdf shuffle A Bend-1 output collated_pages.pdf