I am very new to laravel lumen and Phpdocx. I have a .docx file which I am trying to convert into .pdf as follows -
$docx = new \Phpdocx\Create\CreateDocx();
$docx->transformDocument('document.docx', 'document.pdf');
But this is not converting the document not even throwing any error. Can anyone please help me in achieving my aim. Thanks in advance.
From the docs : https://www.phpdocx.com/documentation/conversion-plugin/conversion-plugin-installation-and-set-up
Make sure you are setting the right configurations. File : config\phpdocxconfig.in