[code]$document = new TransformDoc();
$document->setStrFile('orgfile.docx');
$document->generatePDF();[/code]
I also tried the following command, but there simply nothing happens. No PDF is generated and no error message appears either:
[code]$docx_letter->transformDocx('orgfile.docx', 'newfile.pdf');[/code]
Would appreciate if you could help with this matter. Further, which of these functions should I use if I would like to make use of the new open office powered pdf generation you implemented in 2.5?
[Update]
I now also added the following: $docx_letter->enableCompatibilityMode();
Then I get this error message when using transformDocx: Could not run jodconverter