PDA

View Full Version : PDF export plugin update



Aleksandar Apostolovski
May 31, 2019, 01:12 AM
Hi,
I've updated the PDF export plugin and now when I try to export a listing as PDF I get ????? instead of my language.

Viktor
May 31, 2019, 02:12 AM
Hello Aleksandar,

I have fixed it. please check.

I have added in header html code:


<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<style>
body { font-family: DejaVu Sans, sans-serif; }
</style>


in file: ftp://plugins>>PdfExport>>PdfExport.inc.php at line ~53

Aleksandar Apostolovski
May 31, 2019, 02:17 AM
It's working again. Thank you Viktor