node-poppler
Advanced tools
Changelog
2.0.0 (2020-11-03)
options
object parameter for all functions has been moved to the end. i.e. Poppler.pdfToText(options, file, outputFile)
is now Poppler.pdfToText(file, outputFile, options)
.This allows for easier use of the functions as users no longer have to place an undefined parameter if no options are provided. Poppler.pdfToText(undefined, file, outputFile)
can now be called instead like Poppler.pdfToText(file, outputFile)
.
Changelog
1.8.5 (2020-10-14)
jest
script; replaced by test-only
script (653cc22)Changelog
1.8.4 (2020-10-01)
Changelog
1.8.1 (2020-07-26)
Changelog
1.8.0 (2020-07-20)
The pdftoCairo Poppler Windows binaries have also been updated to v0.90.0 from v0.68.0 in this release.
Changelog
1.7.5 (2020-07-16)
Changelog
1.7.4 (2020-06-29)