Forum


Replies: 2   Views: 3441
Error with compatibility mode when transforming document
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 AndrewCooper  · 24-06-2016 - 09:46

Hi,

I've used phpdocx to create a Word Document.  I've done this using the merge docx feature so that I can have multiple headers and footers in the document. Now I need to take the merged document and transform it into a PDF.  I'm doing this by doing the following...

$docx = new CreateDocx();

$docx->transformDocument("myfile.docx", "myfile.pdf");

When doing this, I get the following error and the PDF is not created. Any ideas?

Running in compatibility mode. Unsupported method.