BUG: Encrypt / decrypt Stream object dictionaries#2228
BUG: Encrypt / decrypt Stream object dictionaries#2228MartinThoma merged 4 commits intopy-pdf:mainfrom
Conversation
|
this pr can fix #2227 with no doubt. |
|
@stefan6419846 @pilotandy |
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2228 +/- ##
==========================================
+ Coverage 94.36% 94.40% +0.04%
==========================================
Files 43 43
Lines 7591 7595 +4
Branches 1497 1499 +2
==========================================
+ Hits 7163 7170 +7
+ Misses 264 262 -2
+ Partials 164 163 -1
☔ View full report in Codecov by Sentry. |
|
(I've moved/removed a couple of comments from this discussion, as it was not primarily about the PR) |
|
@pilotandy May I move the PDF to https://github.com/py-pdf/sample-files (docs)? I typically want files to be in the sample-files for two reasons:
|
|
@MartinThoma Here's the PR py-pdf/sample-files#25 for the sample files |
|
Thank you @pilotandy ! If you want,I can add you to https://pypdf.readthedocs.io/en/latest/meta/CONTRIBUTORS.html :-) |
|
You're welcome! PyPDF is awesome! Sorry I'm not too good with github yet :/
You can add me to the contributors list.
Just link it to my github.
Craner, Andy
…On Sat, Oct 7, 2023 at 2:36 AM Martin Thoma ***@***.***> wrote:
Thank you @pilotandy <https://github.com/pilotandy> !
If you want,I can add you to
https://pypdf.readthedocs.io/en/latest/meta/CONTRIBUTORS.html :-)
—
Reply to this email directly, view it on GitHub
<#2228 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACNNKX6L5D6S4OPARBHBKN3X6EIBBAVCNFSM6AAAAAA5M77VF2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJRGY2TCOBUGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
## What's new ### Bug Fixes (BUG) - invalid cm/tm in visitor functions (#2206) by @pubpub-zz - Encrypt / decrypt Stream object dictionaries (#2228) by @pilotandy - Support nested color spaces for the /DeviceN color space (#2241) by @Stefan - images property fails if NullObject in list (#2215) by @pubpub-zz ### Robustness (ROB) - XYZ destination to cope with missing left and top param (#2237) by @pubpub-zz ### Documentation (DOC) - Add pilotandy for #2228 as a contributor by @MartinThoma - Link to CONTRIBUTING.md in README.md (#2232) by @markpfeifle - Changelog by @MartinThoma ### Developer Experience (DEV) - Exclude tests from mypy checks by @MartinThoma - Unify mypy options and warn redundant workarounds (#2223) by @exiledkingcc - Stabilize Pillow test with Pillow missing (#2229) by @Stefan ### Maintenance (MAINT) - Update pinned packages (#2243) by @MartinThoma ### Testing (TST) - Regression test against non-deterministic accidental object reuse (#2244) by @MartinThoma [Full Changelog](3.16.2...3.16.3)
Fixes #2227