additional info on reader.pages #2658
Unanswered
keyuchen21
asked this question in
Q&A
Replies: 1 comment
-
I recommend you to have a look at the corresponding type hints which state that this returns a list of |
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
-
from pypdf import PdfReader
Load the PDF
reader = PdfReader("GeoBase_NHNC1_Data_Model_UML_EN.pdf")
Access a specific page
page = reader.pages[3]
Beta Was this translation helpful? Give feedback.
All reactions