Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Where can I modify the font size of the PDF invoice output?
09-23-2022, 08:04 AM,
#1
Where can I modify the font size of the PDF invoice output?
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
Reply
09-23-2022, 11:11 AM, (This post was last modified: 09-23-2022, 11:13 AM by TurboPT.)
#2
RE: Where can I modify the font size of the PDF invoice output?
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.
Reply
09-24-2022, 02:00 AM,
#3
RE: Where can I modify the font size of the PDF invoice output?
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)