Releases: FFengIll/pdf-cut-white
Releases · FFengIll/pdf-cut-white
v0.8.0
- support to process pdf page with rotation
- use PyMuPDF / fitz to read and write pdf (this maybe better for coding and debugging)
v0.7.0
feat/pypdf: bump pypdf. (#16)
* dep: upgrade PyPDF2 to pypdf==3.7.1
* refactor: update pypdf api usage.
* doc: update.
* chore: update sample output with pypdf.
v0.6.1
feat/error_check: add path arguments check and simplify path process.…