Forum


Replies: 3   Views: 254
How to extract xml from .doc or .docx ?

Posted by admin  · 14-03-2024 - 08:38

Hello,

phpdocx doesn't include a direct conversion from DOC to XML. You need to transform DOC to DOCX using transformDocument to be able to use phpdocx methods to get XML contents and information.

Regards.