Forum


Replies: 6   Views: 3295
Generatepdf bug
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 09-05-2018 - 06:16

Hello,

We don't recommend using the generatePDF method. It's a very old method that was replaced by the conversion plugin since phpdocx 4 (https://www.phpdocx.com/documentation/conversion-plugin); as you have an Advanced license, please use the conversion plugin to transform DOCX to PDF.

If you still want to use that old method, we recommend you to hide deprecated messages in the PHP configuration; it's not an error but a deprecated notice. That deprecated messaged with PHP 7.2 was removed in phpdocx 8.

Regards.