Releases: YM162/gulagcleaner
Releases · YM162/gulagcleaner
0.10.2
v0.5.2
NEW: Fixes for newer files.
All PDFs downloaded after 18/05/23 have a different internal structure, making the old method of extracting pages obsolete.
This version introduces a new method for extracting the original page via /Contents dictionary manipulation. The old method of PDF.Form extraction can still be used with the '-o' flag.
v0.8.2
NEW:
- Fixed edge case for PDFs with strange MediaBoxes
- Added support for cleaning multiple pdfs or full folders recursively.
What's Changed
- Multiple files / folders feature added by @jseg380 in #6
- Fixes for MediaBoxes not starting in (0,0) by @YM162 in #8
- Fix for PDFs with unusual MediaBoxes by @YM162 in #9
New Contributors
Full Changelog: v0.7.0...v0.8.1