Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

word-extractor

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

word-extractor - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

test/20_word_file_test.coffee

6

CHANGELOG.md

@@ -0,3 +1,9 @@

### 0.1.1 / 17th January 2016
* Fixed a bug with text boundary calculations
* Added endpoints getHeaders, getFootnotes, getAnnotations
### 0.1.0 / 14th January 2016
* Initial release to npm

2

package.json
{
"name": "word-extractor",
"version": "0.1.0",
"version": "0.1.1",
"description": "Node.js package to read Word .DOC files",

@@ -5,0 +5,0 @@ "main": "lib/word.js",

@@ -5,2 +5,3 @@ ### word-extractor

#### Why use this module?

@@ -12,2 +13,3 @@

#### How do I use this module?

@@ -22,2 +24,3 @@

#### Methods

@@ -33,4 +36,15 @@

More methods will be available in future releases.
`Document#getFootnotes()`
Retrieves the footnote text from a Word document. This will handle UNICODE characters correctly, so if there are accented or non-Latin-1 characters present in the document, they'll show as is in the returned string.
`Document#getHeaders()`
Retrieves the header and footer text from a Word document. This will handle UNICODE characters correctly, so if there are accented or non-Latin-1 characters present in the document, they'll show as is in the returned string.
`Document#getAnnotations()`
Retrieves the comment bubble text from a Word document. This will handle UNICODE characters correctly, so if there are accented or non-Latin-1 characters present in the document, they'll show as is in the returned string.
#### License

@@ -37,0 +51,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc