Skip to content

Releases: FFengIll/pdf-cut-white

v0.8.0

22 Mar 13:43
Compare
Choose a tag to compare
  • support to process pdf page with rotation
  • use PyMuPDF / fitz to read and write pdf (this maybe better for coding and debugging)

v0.7.1

09 Sep 02:55
Compare
Choose a tag to compare

update doc.
update deps.

v0.7.0

10 Apr 06:47
6cdc320
Compare
Choose a tag to compare
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

10 Apr 06:33
e8829eb
Compare
Choose a tag to compare
feat/error_check: add path arguments check and simplify path process.…

… (#15)

* feat: add exit 1 for exception in cli.

* feat: propagate exception.

* test: add shell test for cli.

* feat: set default folder to `.` (current).

* refactor: better log message.

* refactor: simplify path process and check if file exists.

* chore: add gitpod extension.

* chore: add gitpod extension.

v0.6.0

08 Mar 10:05
Compare
Choose a tag to compare
chore: fix comment typo.