We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3088daf commit 1161d8aCopy full SHA for 1161d8a
CHANGELOG.md
@@ -4,6 +4,10 @@
4
5
### New Features (ENH)
6
- New `extract-annotated-pages` to filter out only the user annotated pages ([PR #98](https://github.com/py-pdf/pdfly/pull/98))
7
+- Added optional `--password` argument to `cat` to perform decryption ([PR #61](https://github.com/py-pdf/pdfly/pull/61))
8
+
9
+### Bug Fixes (BUG)
10
+- `pypdf[full]` is now dependency, instead of just `pypdf`, to avoid some cases of `DependencyError`
11
12
13
## Version 0.4.0, 2024-12-08
0 commit comments