Introducing wkpdf: A command-line HTML to PDF converter for Mac OS X
I proudly announce the first public release of wkpdf. wkpdf is an HTML to PDF converter for the command-Line.
Although there are plenty of browsers available for Mac OS X, I could not find a command-line tool that allows for downloading a website and storing the rendered website as PDF. This was my motivation for creating wkpdf. The application uses Apple WebKit for rendering the HTML pages, thus the result should look similar to what you get when printing the webpage with Safari.
The usage of wkpdf is simple. You can store the PDF for Apple's website to the file apple.pdf with the following command:
wkpdf --source http://www.apple.com --output apple.pdf
wkpdf is an open-source application and is released under the MIT license. More information and installation information can be found on the wkpdf website http://wkpdf.plesslweb.ch.
I appreciate any feedback on wkpdf, please send comments to wkpdf@plesslweb.ch.
DISCLAIMER: This is the first public version of wkpdf and my first public Mac OS X/Cocoa application at all. wkpdf is work in progress and not all features have been thoroughly tested. Thus please consider wkpdf as alpha version.
Written June 9th, 2007