
PDFTK Builder
PDFTK Builder is a free graphical interface to for PDFTK, making it much easier to use. It is a easy to use tool to collate (merge), split, encrypt, decrypt, stamp and rotate (only 90°, 180° or 270°) pdf documents.
Stapler is a pure Python alternative to PDFtk, a tool for manipulating PDF documents from the command line. Like pdftk, stapler is a command-line tool. With select...
stapler is a pure python alternative to pdftk, a tool for manipulating pdf documents from the command line. like pdftk, stapler is a commandline tool.
with select, you can cherrypick pages from pdfs and concatenate them into a new pdf file.the delete command works almost exactly the same as select, but inverse. it uses the pages and ranges which you didn't specify.the split command splits the specified pdf files into their single pages and writes each page into it's own pdf file.with zip, you can cherrypick pages from pdfs (like select). the pages from each pdf are merged together in an interleaving manner. this can be used to collate a pdf with odd pages and a pdf with even pages into a single file.the info command shows information on the metadata stored inside a pdf file.
merge-pdf split-and-merge-pdf-files python bsd-licence