Dependency problems with wkhtmltopdf when trying to install latest version
on Ubuntu 14.04
(correct architecture 32 bit)
$ dpkg -i wkhtmltox-0.12.2.1_linux-trusty-i386.deb
dpkg: dependency problems prevent configuration of wkhtmltox:
wkhtmltox depends on xfonts-base; however:
Package xfonts-base is not installed.
wkhtmltox depends on xfonts-75dpi; however:
Package xfonts-75dpi is not installed.
using
apt-get -f install
worked for me
FWIW, I ran into this same problem and it turned out to be an issue with the version of wkhtmltopdf I was trying to install. I have an Ubuntu 12.04.5 64-bit system and was trying to install a 32-bit version of the package. Looks like you have the 32-bit version there as well; should it be amd64 instead of i386? All package downloads here: http://wkhtmltopdf.org/downloads.html.
Hope this helps.