Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spookylukey/booklet-maker
https://github.com/spookylukey/booklet-maker
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/spookylukey/booklet-maker
- Owner: spookylukey
- Created: 2020-06-29T08:12:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T06:46:22.000Z (over 3 years ago)
- Last Synced: 2024-12-09T14:13:14.405Z (14 days ago)
- Language: Python
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Utility to build A5 pages into A4 booklet, suitable for double-sided printing.
Operates on PDFs. The core algorithm is cleanly separated, so it could be easily
re-worked for a different type of document.No sizes are hardcoded, so it will work for other sizes.
See script for usage instructions.
Dependencies: PyPDF4