Thanks for that; I'm just using the trial to determine if this calls will work as nneded.
I tried the simple generatorpdf but also got an error using:
require_once '../libraries/PHPDocX/classes/TransformDoc.inc';
require_once '../libraries/PHPDocX/classes/CreateDocx.inc';
$document = new TransformDoc();
$document->setStrFile('../output/agencies/example_text.docx');
$document->generatePDF();
-->Fatal error: Call to undefined method AutoLoader::loadPDF() in /home/montgo12/public_html/libraries/PHPDocX/classes/TransformDoc.inc on line 19
How can I test the pdf generator function?
Thanks
Colin