actually getting an error now. my code:
require_once $_SERVER['DOCUMENT_ROOT'].'/office/_libs/PHPDocx/classes/TransformDoc.inc';
require_once $_SERVER['DOCUMENT_ROOT'].'/office/_libs/PHPDocx/classes/CreateDocx.inc';
$docx = new TransformDocAdvLibreOffice();
$docx->transformDocument($_SERVER['DOCUMENT_ROOT'].'/office/_tmp/example_text5.docx', $_SERVER['DOCUMENT_ROOT'].'/office/_tmp/example_text5.pdf');
ERROR:
Warning: rename(/home/snterp/public_html/office/_tmp/example_text5.pdf,/home/snterp/public_html/office/_tmp/example_text5.pdf): No such file or directory in /home/snterp/public_html/office/_libs/PHPDocx/classes/TransformDocAdvLibreOffice.inc on line 134
and no file is generated