Replies: 5 comments 13 replies
-
In #2497, we started working on unifying the code between both classes, thus some oddities might be resolved in the future. There probably is not much to tell about the reasoning for why one class does it like this and the other class another way. Primarily write-specific functionality might be available inside the writer only, which makes sense. With #2495, the reader got the |
Beta Was this translation helpful? Give feedback.
-
One thing that may help us is reordering the methods to be in similar. PdfWriter has is_encrypted as its first member, and this would be slightly better further down (like PdfReader), since then |
Beta Was this translation helpful? Give feedback.
-
The What is the PdfReader equivalent of The But this does not start with an underscore, starts with "resolved_" and has different types. |
Beta Was this translation helpful? Give feedback.
-
In
|
Beta Was this translation helpful? Give feedback.
-
Is it worth changing it to use the current time, a string representation of the PDF file’s location, and the size of the PDF file in bytes (§14.4 File identifiers). Also, as it is not used elsewhere, we could make it a method and move it to the bottom of PdfWriter? |
Beta Was this translation helpful? Give feedback.
-
It may be good to decrease the symmetric difference of PdfReader and PdfWriter functionality.
Two examples:
For 1. what is the current way of reading the file identifiers?
For 2. is there a reason for this?
Beta Was this translation helpful? Give feedback.
All reactions