wkpdf 0.1.0 released
I have just released version 0.1.0 of wkpdf, my command line HTML to PDF conversion application for Mac OS X. Since the initial announcement the usability of the application has been improved quite a lot.
wkpdf now allows for selecting the paper format and orientation for the PDF output. For example, you can store a A5 landscape version of Apple's developer website with:
wkpdf --source http://developer.apple.com --output out.pdf --format A5 --landscape
You will notice, that the default page borders are a little too large. A future release of wkpdf will allow you to use custom page borders.
Further, I have improved the parsing of command line arguments and the handling of errors. wkpdf now properly sets the exit code on failure and success, which allows scripts to determine whether the PDF conversion was successful.
Written June 22nd, 2007