Releases: klippa-app/pdfium-cli
Releases · klippa-app/pdfium-cli
v0.4.2
v0.4.1
v0.4.0
What's Changed
- Allow outputting/inputting multiple files and ability to set the delimiter by @jerbob92 in #4
- Fix output of normal output to go to stdout by @jerbob92 in #9
- Add JSON output option to info command by @jerbob92 in #10
- Improve page range calculation by @jerbob92 in #7
- Add file output for info and text by @jerbob92 in #11
- Implement exit codes with specific errors by @jerbob92 in #12
- Update pdfium and add progressive rendering by @jerbob92 in #19
Full Changelog: v0.3.1...v0.4.0
v0.3.1
Fix for building on ubuntu
Full Changelog: v0.3.0...v0.3.1
v0.3.0
- Build pdfium-cli release with Ubuntu 20.04 so it runs on older Ubuntu again
- Properly format errors
- Update go-pdfium to v1.8.1 to:
- Update pdfium to 6015
- Add support for libjpeg-turbo to increase rendering speed (enable with the build tag pdfium_use_turbojpeg)
- Add pdfium error codes to error messages
- Add support to set the rendering quality for jpeg
- Add support to use the pdfium CGO implementation (use the build tag pdfium_cli_use_cgo) to increase speed for speed sensitive use-cases
Full Changelog: v0.2.1...v0.3.0
v0.2.1
This version adds the version to the binary to show in pdfium -v
Full Changelog: v0.2.0...v0.2.1
v0.2.0
v0.1.3
Dependency updates
- Go to 1.21
- go-pdfium to v1.7.0
- pdfium to 5961
- Wazero to v1.5.0
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
- Update to go-pdfium v1.5.0, which contains:
- An update to Wazero v1.2.1, which shows speed improvements between 30% and 50%
- An update to Pdfium 5854, built with the latest Emscripten, which shows a 10% speed increase
Full Changelog: v0.1.0...v0.1.1