Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 376 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 376 Bytes

PDF Crop

Crop a large pdf file into serveral smaller files suitable for A4 printing.

Usage

  • modify input.pdf
  • modify (x, y), which means split horizontally into 3 equal parts and divide vertically into 4 equal parts
$ python -m venv .venv
$ .venv/bin/pip install PyPDF2
$ .venv/bin/python main.py