wkhtmltopdf - cannot convert local file

user_78361084 picture user_78361084 · Dec 29, 2010 · Viewed 17.6k times · Source

I just downloaded version 10.0 for opensuse v. 11.3. I can convert a webpage (ie www.google.com) using it but cannot convert a local file. I grant all permissions on the file (& i've even tried running under sudo to no avail). This is the error:

"Loading pages (1/6) Error: Failed loading page file:///file.html".

The file exists but wkhtmltopdf refuses to load it. I even tried version 9.9 w/ the same result

What am I missing?

Answer

jdeanwallace picture jdeanwallace · Mar 24, 2015

Just as a notice to any future people. I couldn't get the above answer working on Ubuntu 14.04, so I resorted to piping my HTML to the wkhtmltopdf command like so:

cat test.html | wkhtmltopdf - test.pdf

This is from the wkhtmltopdf command-line help:

Use - for stdin or stdout