Releases: jacobshilitz/python-pdf-booklet
Releases · jacobshilitz/python-pdf-booklet
v1.0.7
- Refactor PDF scaling and blank page addition logic
changes the approach for scaling PDF pages and adding blank pages. Instead of scaling all pages at once based on the dimensions of the first page, it now iterates over each individual page and scales accordingly. This improves the handling of PDFs with pages of varying sizes. Additionally, the process for adding blank pages has been improved and made more explicit. The implementation for detecting identical scaling factors is added as well.
Full Changelog: v1.0.6...v1.0.7
v1.0.6
Fix --resize_only not working as intended #1
Full Changelog: v1.0.5...v1.0.6
v1.0.5
- Fixed gui status field position
- Fixed bug with auto pathname
Full Changelog: v1.0.4...v1.0.5
v1.0.4
- Added GUI
- Fixed that pdf CropBox handling
- add 11x17 support
Full Changelog: v1.0.2...v1.0.4
v1.0.2
- added icon
- added better build script
- made it simple, now just run the minimal
booklet input.pdfand the output will bebooklet.pdf
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Full Changelog: v1.0.0...v1.0.1