Joachim Fornallaz

Joachim’s Log

 

Archive for the 'Terminal' Category

Introducing WebKitTool

Wednesday, June 23rd, 2010

WebKitTool is a simple command line tool using Apple’s WebKit framework for converting web pages to PDF- or image files. When creating PDFs, you can either create one page containing the whole web page or multiple pages, landscape or portrait. Examples Creating a single page PDF of www.google.com: ./WebKitTool www.google.com google.pdf Creating a multipage PDF of [...]

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 [...]