Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docx from Google docs wont convert #8

Open
MSevic opened this issue Jan 21, 2019 · 5 comments
Open

Docx from Google docs wont convert #8

MSevic opened this issue Jan 21, 2019 · 5 comments

Comments

@MSevic
Copy link

MSevic commented Jan 21, 2019

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

@lalalic
Copy link
Owner

lalalic commented Oct 17, 2021

emmm, never tried.

@webdagger
Copy link

Noted this too.

@SGCBB
Copy link

SGCBB commented Feb 11, 2022

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

@arpitBhalla
Copy link

arpitBhalla commented May 23, 2022

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.

@matheusAle
Copy link

any update on this? @arpitBhalla and @SGCBB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants