Skip to content

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

License

Notifications You must be signed in to change notification settings

yuedanlabs/pdf-crop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages