Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
PDFStitcher-InstallerX64.dmg | 2025-06-26 | 53.0 MB | |
pdfstitcher.exe | 2025-06-26 | 28.3 MB | |
PDFStitcher-InstallerARM64.dmg | 2025-06-26 | 49.0 MB | |
README.md | 2025-06-26 | 695 Bytes | |
v1.2 source code.tar.gz | 2025-06-26 | 3.7 MB | |
v1.2 source code.zip | 2025-06-26 | 3.8 MB | |
Totals: 6 Items | 137.9 MB | 23 |
What's Changed
- Add per-page rotation support by @allquixotic in https://github.com/cfcurtis/pdfstitcher/pull/226
Individual pages can now be rotated in both the CLI and GUI by typing the letter "r" in the page range and then the angle in degrees clockwise (only 90 degree increments supported). For example, the page range
1-3, 4r90, 5-8
would stitch together pages 1-8, with page 4 rotated by 90 degrees clockwise. - Incidental bug fix - duplicate pages now work again
New Contributors
- @allquixotic made their first contribution in https://github.com/cfcurtis/pdfstitcher/pull/226. Thanks!
Full Changelog: https://github.com/cfcurtis/pdfstitcher/compare/v1.1...v1.2