docx2html icon indicating copy to clipboard operation
docx2html copied to clipboard

a converter from docx to html

Results 9 docx2html issues
Sort by recently updated
recently updated
newest added

I get an error with some documents: `Uncaught (in promise) TypeError: this.constructor.Level is not a constructor list.js:12 ` Is it possible to fix this error? Thank!

Hello. Here is the assembly problem. ./node_modules/docx2html/lib/docx/html/textbox.js Cannot find file: 'Shape.js' does not match the corresponding name on disk: '.\node_modules\docx2html\lib\docx\html\shape.js'.

![image](https://user-images.githubusercontent.com/10388282/179916784-ca451614-292e-468d-bd68-db45a35dd537.png) This problem has also been solved: https://github.com/lalalic/docx2html/issues/21 and https://github.com/lalalic/docx2html/pull/18

When converting docx created or edited in Google Docs or OnlyOffice nothing happens. There are no errors, it just doesn't work.

Links/anchors in a document which contain a # have it and everything after the # stripped off. Is there a way to bypass this functionality to keep the original link?...

hi when docx conert to html, image tag indicates notsupport. How can I set img option in nodejs? I declared obj.asImageURL and gave it as an options, but it didn't...

Hi, I tried running your demo, it worked fine and displayed the output, but when I tried to download using the method mentioned I could not do that, it is...

The import var _Shape2 = require('./Shape'); from the file ./node_modules/docx2html/lib/docx/html/shape.js Is being referenced incorrectly thus causing build issues with your library. Please assist with resolving the above mentioned issue.