Changing fonts in PDF invoices

Added by Jonathan Foucher over 2 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...


Replies (2)

RE: Changing fonts in PDF invoices - Added by Jonathan Foucher over 2 years ago

Never mind, I fixed it by adding the following line on line 69 of invoice.php

$html=str_replace("€","€","$html");

RE: Changing fonts in PDF invoices - Added by Jeremy Bush about 2 years ago

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)