|
3 years ago | |
---|---|---|
exemples | 3 years ago | |
.gitignore | 3 years ago | |
Screenshot_20191216_110215.png | 3 years ago | |
Screenshot_20191216_110307.png | 3 years ago | |
pymposer.py | 3 years ago | |
readme.md | 3 years ago |
a python script to make booklet imposition
sudo pip install PyPDF2
git clone https://esadhar.net/gogs/bachir/pymposer.git
cd pymposer
./pymposer.py [--nocrop] [--booklet [--sheets <numberofsheetsbybooklet>]] -i /path/to/your/source.pdf -o /path/to/your/destination.pdf
check the exemples in exemples folder
https://pythonhosted.org/PyPDF2/index.html
https://webdevdesigner.com/q/split-each-pdf-page-in-two-155177/