-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: Add set_data to EncodedStreamObject #1854
Conversation
add set_data() for encoded streams also, complete FlateEncode to get all requierd attributes Ease data manipulation without going through ContentStream (slow) closes py-pdf#656
@MartinThoma |
requires PR py-pdf#1854 closes py-pdf#1306
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1854 +/- ##
==========================================
+ Coverage 93.53% 93.63% +0.09%
==========================================
Files 34 34
Lines 6625 6631 +6
Branches 1296 1297 +1
==========================================
+ Hits 6197 6209 +12
+ Misses 281 276 -5
+ Partials 147 146 -1
☔ View full report in Codecov by Sentry. |
Sorry for the delay 🙈 It looks good to me, but doesn't have full coverage. Should I merge it? |
you can for me |
Very nice work! Thank you 🤗 A lot of people were/are looking forward to this :-) |
New Features (ENH): - Extraction of inline images (#1850) - Add capability to replace image (#1849) - Extend images interface by returning an ImageFile(File) class (#1848) - Add set_data to EncodedStreamObject (#1854) Bug Fixes (BUG): - Fix RGB FlateEncode Images(PNG) and transparency (#1834) - Generate static appearance for fields (#1864) [Full Changelog](3.9.1...3.10.0)
add set_data() for encoded streams
also, complete FlateEncode to get all requierd attributes Ease data manipulation without going through ContentStream (slow) closes #656