Releases: hwding/pdf-unstamper
Releases · hwding/pdf-unstamper
0.2.5
Changelog
🐞 #3 Fix accumulated marked content which could cause wrong content removal and large memory use
🐞 #3 Fix nested marked content could not be extracted which could cause idx out of bound and wrong content removal
🔨 Avoid encoding on unsupported font
🔨 Upgrade dependency
Contributors
Thanks to @daiyan299 for his feedback.
0.2.4
New version based on 0.2.3
with change(s):
⭐ Always remove security before rewrite to support locked pdf files #6
🔨 Minor fixes to make it more robust
Thanks to @leewi9 for his feedback.
0.2.3
New version based on 0.2.2
with change(s):
⭐ Support recognition of watermarks wrapped in marked content #3
Thanks to @daiyan299 for his feedback.
0.2.2
New version based on 0.2.1
with change(s):
🔨 Better performance, you'll find it processes files a little bit faster
🔨 Better content compression, unstamped files no longer inflate crazily
Thanks to @leewi9 for his feedback.
0.2.1
New version based on 0.2.0
with change(s):
⭐ Better textual watermark recognition thanks to @dxywx
🔨 Denpendency upgrade
0.2.0
New version based on 0.1.5 with change(s):
- Solve the bordered frame issue by providing a new switch 'c'
- Optimize memory use
- Shorten the 'directly' switch name to 'direct'
0.1.5
New version based on 0.1.4 with change(s):
- Upgrade dependency due to potential vulnerability
0.1.4
New version based on 0.1.3 with change(s):
- Remove useless prompt in logger
- Update bundled dependencies
0.1.3
New version based on 0.1.2 with change(s):
- Add support for strict mode:
-s / --strict
- Improve logging
0.1.2
New version based on 0.1.1 with change(s):
- Provide a more elegant and efficient way to load fonts in each page