I'm using TCPDF with Drupal's print module to generate PDF of articles, & ending up with following error message when I click the link to generate PDF:
TCPDF ERROR: [Image] Unable to get image: http://localhost/pathToDrupal/themes/bartik/logo.png
The Image exists in the location specified. I tried applying:
allow_url_fopen = On;
allow_url_include = On;
in php.ini
but that could not resolve the problem.
Please care to help :(
Unicode
&complex-script
(Bengali language) .. can you guess What's wrong? I've managed to install an unicode .ttf font successfully with TCPDF & set it using SetFont() – Menarche