When my app runs (or when I run from commandline) the wkhtmltopdf command I get the following error: (showing it from command line)
#> wkhtmltopdf wkhtmltopd
I had the same, issue on Debian Squeeze, amd64. Installing libxrender1 solved the issue for me.
sudo apt-get install libxrender1