Replies: 1 comment 2 replies
-
I always suggest to use Git blaming to identify why these changes were done and dig through the code. In this specific case, The regular public method is Section 7.7.3.3 (table 31) indicates that our list handing might be wrong:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
pypdf/pypdf/_page.py
Lines 964 to 983 in f5c5747
Are there advantages to the above implementation? Why not do similar to
_get_contents_as_bytes
(below), but join as a string and cast to aContentStream
? Further, only this handles when the content stream is an array?pypdf/pypdf/_page.py
Lines 949 to 962 in f5c5747
Beta Was this translation helpful? Give feedback.
All reactions