When generating PDF via PHP using wkhtmltopdf PDf contains garbled squares and characters
I recently installed WKHTMLTOPDF on a Centos 6 Box to generate PDF’s via PHP, after a huge struggle to get WKHTMLTOPDF working, I encountered another problem, whenever trying to generate a PDF via the PHP class that I got from http://code.google.com/p/wkhtmltopdf/wiki/IntegrationWithPhp the PDF generated with funny Square’s funny characters etc. I initially thought this might be an encoding problem, so after another few days, I figured it could be a Font issue. ...