Changing fonts in PDF invoices
Replies (2)
(1-2/2)
Added by Jonathan Foucher almost 3 years ago
How can I change the font in the PDF invoices? I want to try changing fonts, because the € sign appears as ? It looks like an encoding problem...
Never mind, I fixed it by adding the following line on line 69 of invoice.php
$html=str_replace("€","€","$html");FYI, there's been an issue created for this problem now:
http://dev.argentuminvoice.com/issues/202
Will be fixed in next version.
(1-2/2)