Skip to content

Releases: klippa-app/pdfium-cli

v0.4.2

30 Sep 22:16
6771216
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

30 Sep 22:05
1f70fec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

28 Sep 22:06
0a66ab4
Compare
Choose a tag to compare

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

20 Sep 14:45
Compare
Choose a tag to compare

Fix for building on ubuntu

Full Changelog: v0.3.0...v0.3.1

v0.3.0

20 Sep 14:38
Compare
Choose a tag to compare
  • 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

20 Sep 07:56
Compare
Choose a tag to compare

This version adds the version to the binary to show in pdfium -v

Full Changelog: v0.2.0...v0.2.1

v0.2.0

19 Sep 16:05
Compare
Choose a tag to compare

What's Changed

  • Add support for stdin/stdout using - as filename

Full Changelog: v0.1.3...v0.2.0

v0.1.3

24 Aug 12:36
Compare
Choose a tag to compare

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

26 Jul 07:10
54e68e4
Compare
Choose a tag to compare

What's Changed

  • Update go Go 1.20, update to go-pdfium v1.6.0 by @jerbob92 in #1

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

28 Jun 19:33
Compare
Choose a tag to compare
  • 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