webERP Forum

Full Version: Where can I modify the font size of the PDF invoice output?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I modified the font size in PrintCustTrans, but it seems to only work on the payment terms in the PDF invoice, so I would like to ask where do I need to modify the font of the customer information and the product/price details in the Invoice?


I will be very grateful for your help!


Alex
For 4.15.2, there is a $FontSize variable at lines 320, 477, and 486. It starts with 10 at line 320, then to 8 at line 477, then back to 10 at line 486.

Also, at line 323, is:

PHP Code:
include('includes/PDFTransPageHeader.inc'); 

$FontSize is in this file too for the header details.
Thank you very much!

Based on the information you provided, I have modified several places that I need to use on my side. Thanks again!!!

Alex