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
If your system is 64 bits, and your software requires 32 bits libs, you need to add the flag "i386",
for example on ubuntu:
sudo apt-get install libxrender1:i386