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 ?
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 ?
Hello,
The conversion from HTML to DOCX is done through internal PHP classes without using LibreOffice/OpenOffice.
UPDATE: phpdocx 9 added a new conversion plugin to transform DOCX to PDF using native PHP classes.
phpdocx only needs LibreOffice to use the conversion plugin based on LibreOffice to transform DOCX to PDF, DOC to DOCX, DOCX to ODT,...
Regards.