Changing fonts in PDF invoices

Added by Jonathan Foucher about 1 year 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

RE: Changing fonts in PDF invoices - Added by Jonathan Foucher about 1 year 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 8 months ago

FYI, there's been an issue created for this problem now:

http://dev.argentuminvoice.com/issues/202

Will be fixed in next version.