Joachim Fornallaz

Joachim’s Log

 

Archive for January 24th, 2010

Introducing PDFKitTool

Sunday, January 24th, 2010

PDFKitTool is a simple command line interface to Apple’s PDF Kit framework. With it, you can manipulate PDF documents. It can combine several documents into one or burst multipage documents into multiple single-paged documents. Examples Combining multiple documents and storing the result to disk: ./PDFKitTool load one.pdf load two.pdf cat output combined.pdf Bursting a multipage [...]