docx4js icon indicating copy to clipboard operation
docx4js copied to clipboard

a javascript docx parser

Results 12 docx4js issues
Sort by recently updated
recently updated
newest added

Error when running `npm start` . Works good in React v17 and react-scripts v4. but fails to run in Reactv18 and react-scripts v5 Compiled with problems: ERROR in ./node_modules/docx4js/lib/document.js 340:17-45...

Bumps [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) from 2.15.0 to 2.20.6. Commits 58d30cb 2.20.6 f76edf0 Merge pull request #188 from axelniklasson/master 4eef089 Upgrade jsonpointer to address security vulnerability 441f812 2.20.5 d36a1b1 Merge pull request #182...

dependencies

新建一个word文件,直接调用docx.load 会跳到openxml的16行就会报错了。

How can I convert a document containing Drawing Vectors to PNG? Has anyone done that before? If so, please help me in this case.

Recently, I upgraded doxc4js from 3.1.1. But it showed 'ReferenceError: URL is not defined' when I ran my program. The whole error message is below ```js error occur in addOPLToEs:...

I have some questions: - Can I pass another source for the docx than just a path (such as File, Blob etc.) - Is there a debug option? There are...

Good day I know I can change the content of docx. `//you can change content on docx.officeDocument.content, and then save docx.officeDocument.content("w\\:t").text("hello") docx.save("~/changed.docx")` But this method doesn't change content of footnotes....

Hi I am trying to use it in meteorjs and getting mentioned error, Uncaught (in promise) TypeError: require(...).readFile is not a function TIA.

Hi, when i try to open a pptx with a file in attachment or a pic , i get this error : ``` Error : TypeError: Cannot read property 'prototype'...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...