v1.8.2
What's Changed
- Update pdfium to 6029 by @jerbob92 in #105
- Bump github.com/hashicorp/go-plugin from 1.5.1 to 1.5.2 by @dependabot in #104
- Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 by @dependabot in #106
- Improve libjpegturbo by @jerbob92 in #107
- libjpegturbo now includes using pkg-config, which makes it easier to use the
pdfium_use_turbojpeg
build tag. - The
RenderToFile
method now has an Progressive option that can be used when rendering to jpeg and when thepdfium_use_turbojpeg
build tag is used. A progressive JPEG image is encoded differently than a standard or baseline JPEG image. It loads in successive waves until a clear picture is formed. This can improve a website's performance as the images seems to be loading faster.
Full Changelog: v1.8.1...v1.8.2