Quantcast
Viewing all articles
Browse latest Browse all 1543

Subject: Page number no more printed in 3.4.0 - by: DolibarUser

The page number in PDF is no more printed to the lower right corner in v3.4.0. That could be an issue with the following line in the file \core\lib\pdf.lib.php:[code]if (pdf_getPDFFont($outputlangs) == 'Helvetica')[/code] In my environment, the fontname 'helvetica' is written with a lowercase ' h '. If I change the line to [code]if (pdf_getPDFFont($outputlangs) == 'helvetica')[/code]the page numbering works as expected.

Viewing all articles
Browse latest Browse all 1543

Trending Articles