Hi all,
I have a question about the features of this library.
Can I convert a raw OOXML string to HTML and back?
And is DOCX the same like OOXML or what is the difference?
I have a OOXML string and need html from it.
Thx
🏷️ Limited Offer: 25% OFF 🏷️
First 100 purchases only — Special discount!
Use this coupon on checkout: PHPDXPJ_D1SC1N5T
Get it nowHi all,
I have a question about the features of this library.
Can I convert a raw OOXML string to HTML and back?
And is DOCX the same like OOXML or what is the difference?
I have a OOXML string and need html from it.
Thx
Hello,
phpdocx 9 and newer versions allow to transform DOCX to HTML using the following method available in Advanced and Premium licenses:
phpdocx can also transform HTML to DOCX using this method:
https://www.phpdocx.com/api-documentation/word-content/embed-html-Word-document-with-PHP
OOXML is the XML file format used by DOCX documents (https://en.wikipedia.org/wiki/Office_Open_XML).
Regards.