node-word-extractor icon indicating copy to clipboard operation
node-word-extractor copied to clipboard

Read data from a Word document using node.js

Results 12 node-word-extractor issues
Sort by recently updated
recently updated
newest added

Thanks for making such a great lib, I just wonder is there a way we can know that some text is prefix with Numbering indicator/ Bullet point? For example: I...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

A second common use case, added by request in `Text::Extract::Word`, was to read form data from protected Word files. Again, the code for this still exists in the Perl component,...

enhancement

The **handleEntry()** function in the **open-office-extractor.js** file has an instruction to read streams by 4096-byte chunks: `const chunk = readStream.read(0x1000);` Given the text in the *.docx file is not in...

On the issue https://github.com/morungos/node-word-extractor/issues/54. Unfortunately, it seems we can only get the encoding from the XML heading if we read the stream, and we better assume the encoding before that...

Hello! I was wondering if it would be possible to add some paging functionality. This issue could serve as three related requests: 1. A way to iterate through pages 2....

Bumps [ws](https://github.com/websockets/ws) from 7.4.6 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). 7.5.9 Bug fixes Backported bc8bd34e to the...

dependencies

If i pass Uint8Array data in below function like in example below const extracted = await extractor.extract(data); I got this error error TypeError: Cannot read properties of null (reading 'open')

How do i extract word to HTML