Poppler Simple Versions Save

A simple javascript interface to poppler library

v0.11.2

1 year ago
  • support poppler up to v22.06

v0.11.1

2 years ago

Fixes

  • @adrianfalleiro fixed the build for poppler v22.01 (see #46)

Improvemens

  • error messages was improved for the case when there are no native modules found in the build directory (see #45)

v0.10.3

2 years ago
  • update for poppler v21.11.0

v0.10.2

2 years ago

Whats new:

  • node v16 support (by @alejandroclaro, see #42 #41)

v0.10.1

3 years ago
  • Poppler v21.03 is now supported (#38)

v0.10.0

3 years ago
  • typescript definitions was fixed (by @Patcher56)

v0.9.0

3 years ago
  • #32 was fixed
  • support was dropped for poppler < 0.21.0

v0.8.0

4 years ago

Changes:

  • support of Node v12

v0.7.0

5 years ago

Breaking changes:

  • PopplerDocument.getPage(..) will now return null instead of throw if no page was found. Other improvements:
  • Typescript definitions is now published with this package.

v0.6.1

5 years ago
  • isEncrypted getter is implemented for PopplerDocument by @mgartner .
  • PopplerDocument constructor signature is changed from PopplerDocument(fileName: string | Buffer) to PopplerDocument(fileName: string | Buffer, userPassword?: string, ownerPassword?: string).