Skip to content

Releases: FFengIll/pdf-cut-white

v0.25.1124

24 Nov 08:05

Choose a tag to compare

  • feat: use typer cli to support both file and folder process.
  • refactor: better naming.
  • feat: simplify default log.
  • misc: add taskfile.

v0.25.1028

24 Nov 06:43

Choose a tag to compare

feat: better log output.
doc: update.

v0.10.2

07 Dec 04:11

Choose a tag to compare

  • doc: add a image as show case

Thanks to @chenxiaofei-cxf who provide the test case file. [#6]

v0.10.1

07 Dec 04:02

Choose a tag to compare

  • bump: deps.

v0.10.0

07 Dec 03:55

Choose a tag to compare

  • perf: do analyse with rotate in-memory only (without tmp file io).

v0.9.0

07 Dec 01:50
a945280

Choose a tag to compare

  • bugfix: some api deprecated since dependency upgrade.

Thanks to @TheRainstorm [#23 #25]

v0.8.0

22 Mar 13:43

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

Choose a tag to compare

update doc.
update deps.

v0.7.0

10 Apr 06:47
6cdc320

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

Choose a tag to compare

feat/error_check: add path arguments check and simplify path process.…