Hello,
The TransformDocAdvHTML class allows to transform DOCX to HTML using PHP native classes, as you can read on https://www.phpdocx.com/documentation/introduction/word-to-html-PHP. If you need to transform DOC to HTML, fist you need to transform DOC to DOCX using the conversion plugin (https://www.phpdocx.com/documentation/conversion-plugin).
Regards.