PDF Embanner is a GUI to manipulate PDF through PyPDF2 python package. It allows concatenating or splitting, rotating, cropping or watermarking PDFs.
|
5 years ago | |
---|---|---|
pdfembannersrc | 5 years ago | |
.gitignore | 5 years ago | |
README.md | 5 years ago | |
pdfembanner | 5 years ago |
This is a GUI software designed to manipulate existing pdf. It allows to :
Simply clone or download this repository, and copy it on your computer.
On linux systems simply type ./pdfembanner
should work, else you will have to launch pdfembanner with python3 manually.
You have to have a python 3.5+ installed, and for watermarking with custom text a Latex installation is also necessary. To tell PDF embanner which latex compiler to use, please edit the pdfembannersrc/compiler.conf
.
This software is distributed under GNU/GPL v3 licence, see www.gnu.org/licenses/