Fix errors when rendering PDF output

If you run specs or your application and get an error like:
ActionController::MissingFile in 'ProductsController#show, should render PDF'
Cannot read file /some/file.pdf

You may be missing the HTMLDOC Show archive.org snapshot binary on your system. Install it like this on Debian/Ubuntu:
sudo apt-get install htmldoc

Arne Hartherz