Forum


Replies: 1   Views: 3171
Running phpdocx without libreoffice
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by anjanesh  · 10-04-2018 - 09:38

Can phpdocx's code run without OpenOffice / LibreOffice ? Or is phpdocx dependant on Office ?

If so what exactly is getting called to convert HTML to DOCX ?

Posted by admin  · 10-04-2018 - 09:54

Hello,

The conversion from HTML to DOCX is done through internal PHP classes without using LibreOffice/OpenOffice.

phpdocx only needs LibreOffice to use the conversion plugin based on LibreOffice to transform DOCX to PDF, DOC to DOCX, DOCX to ODT,...

phpdocx 9 added a new conversion plugin to transform DOCX to PDF using native PHP classes.

Regards.