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.
↧