lalalic/docx2html

Docx from Google docs wont convert

MSevic opened this issue · 4 comments

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

emmm, never tried.

Noted this too.

SGCBB commented

Can confirm, console error shows:

Uncaught (in promise) TypeError: Cannot read properties of null (reading 'documentElement') at document.parse (document.js:28:3) at document.parse (document.js:27:3) at index.js:16:20

document.js:28 points to this line this.getPart('core-properties').documentElement

note: docx4js will load these files without error

Can confirm, console error shows:

Uncaught (in promise) TypeError: Cannot read properties of null (reading 'documentElement') at document.parse (document.js:28:3) at document.parse (document.js:27:3) at index.js:16:20

document.js:28 points to this line this.getPart('core-properties').documentElement

note: docx4js will load these files without error

Getting same error

Even docx4js isn't working for me.