Releases: FFengIll/pdf-cut-white
Releases · FFengIll/pdf-cut-white
v0.25.1124
24 Nov 08:05
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
feat: better log output.
doc: update.
v0.10.2
07 Dec 04:11
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.10.0
07 Dec 03:55
Compare
Sorry, something went wrong.
No results found
perf: do analyse with rotate in-memory only (without tmp file io).
v0.9.0
07 Dec 01:50
Compare
Sorry, something went wrong.
No results found
v0.8.0
22 Mar 13:43
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v0.7.0
10 Apr 06:47
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
feat/error_check: add path arguments check and simplify path process.…