Releases: blackbeam/poppler-simple
Releases · blackbeam/poppler-simple
v0.11.2
- support poppler up to v22.06
v0.11.1
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
- update for poppler v21.11.0
v0.10.1
- Poppler v21.03 is now supported (#38)
v0.10.0
- typescript definitions was fixed (by @Patcher56)
v0.9.0
- #32 was fixed
- support was dropped for poppler < 0.21.0
v0.7.0
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
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)
.