Hi to all,
since the upgrade to latest 7.15.0 the “Page” on Buttom is shown as “Page &1” instead of “Page 1” is that behavior known? Will be there an fix in next release?
Thanks
Stefan
Hi to all,
since the upgrade to latest 7.15.0 the “Page” on Buttom is shown as “Page &1” instead of “Page 1” is that behavior known? Will be there an fix in next release?
Thanks
Stefan
I don’t know from which version you’re coming from, but at some point about 2 years ago there was a change of the PDF engine, from mPDF to TCPDF. So some syntax issues have changed.
I don’t use either, so I can’t advise on specific issues, but maybe with this information you can search for solutions.
Hi, we are always up-to-date. I update to the newest Version 1-2 Weeks after Release. Upgrade was from 7.14.8 to 7.15.0. PDF Engine is/was TCPDF Engine.
Check default engine in config.php.
Do you mean when you download PDF, then you see page1& at bottom?
config.php:
‘pdf’ =>
array (
‘defaultEngine’ => ‘TCPDFEngine’,
),
so it should be fine.
Yes, “Page &1” on printed PDF, as Result of “PAGENO” Variable
Check the new code merges of v7.15, maybe something got added.
Example,