Skip to content

Releases: blackbeam/poppler-simple

v0.11.2

07 Jul 11:47
907b054
Compare
Choose a tag to compare
  • support poppler up to v22.06

v0.11.1

31 Mar 07:11
Compare
Choose a tag to compare

Fixes

Improvemens

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

v0.10.3

18 Nov 07:48
Compare
Choose a tag to compare
  • update for poppler v21.11.0

v0.10.2

28 Sep 06:32
617da11
Compare
Choose a tag to compare

Whats new:

v0.10.1

07 Apr 09:10
Compare
Choose a tag to compare
  • Poppler v21.03 is now supported (#38)

v0.10.0

22 Oct 06:57
Compare
Choose a tag to compare
  • typescript definitions was fixed (by @Patcher56)

v0.9.0

24 Sep 18:00
Compare
Choose a tag to compare
  • #32 was fixed
  • support was dropped for poppler < 0.21.0

v0.8.0

08 Dec 09:48
c6d4a89
Compare
Choose a tag to compare

Changes:

  • support of Node v12

v0.7.0

21 Dec 13:11
Compare
Choose a tag to compare

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

16 Dec 13:49
Compare
Choose a tag to compare
  • 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).