erikdejonge / OSX-PDF-Toolkit

A set of pdf utilities for OSX. For more information please see http://flexpaper.devaldi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSX PDF Toolkit

Because some tools such as PDFTk no longer work on OSX El Capitan we thought we might share a few tools which are helpful under OSX. Please feel free to submit new tools. Try to write them in python and avoid using third party libraries if possible.

burstpdf

This utility will burst (split) your PDF into separate files. Usage:

python burstpdf.py <PDF file> <Output directory> <Frist Page> <Last Page>

cat

This tool extracts specific pages out of your PDF document. Usage:

python cat.py <PDF File> <Range (1,2,3)> <Output directory>

License

MIT

Maintained and sponsored by █▒▓▒░ The FlowPaper Project

About

A set of pdf utilities for OSX. For more information please see http://flexpaper.devaldi.com


Languages

Language:Python 100.0%