v4.2.2
oxidize-pdf v4.2.2
See CHANGELOG.md for details.
Installation
Add to your Cargo.toml:
[dependencies]
oxidize-pdf = "4.2.2"What's Changed
- fix(extraction): same-Y line wrap separator (#447) + differential fusion gate (#448) by @bzsanti in #449
- fix(extraction): implement the TD operator, and make the differential gates able to fail (addresses #451, #448) by @bzsanti in #454
- fix(extraction): restore the text state when a graphics state block closes (addresses #452) by @bzsanti in #457
- fix(extraction): bound the q/Q graphics state stack without unpairing it (addresses #455) by @bzsanti in #460
- fix(parser): read literal strings as bytes, and password entries as Acrobat writes them (addresses #459) by @bzsanti in #461
- release: 4.2.2 by @bzsanti in #462
Full Changelog: v4.2.1...v4.2.2