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.