Magic Methods for PyPDF2 #751
Closed
MartinThoma
started this conversation in
Ideas
Replies: 3 comments 1 reply
-
This is what I imagine: #759 - there is still a lot of functions / attributes I would need to rename. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I prefer adding a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to use magic methods for PyPDF2 and hear your ideas about it:
#1:
PdfFileReader.__length__
❌Usage example:
#2:
PageRange.__add__
✔️ - #948Usage example:
#3:
PdfFileReader.__rshift__
❌Put all contents of one pdf in a reader:
#4:
PdfFileReader.__getitem__
❌Thoughts?
Those are the ones that pop to my mind, but maybe the heavy PyPDF2 users have other operations in mind that you would like to do? What do you think about those?
Beta Was this translation helpful? Give feedback.
All reactions