py-pdf / pypdf

A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files
https://pypdf.readthedocs.io/en/latest/
Other
8.05k stars 1.39k forks source link

could not use PdfFileReader in 3.0.0 #1514

Closed arumugam-shanmugavelayutham closed 1 year ago

arumugam-shanmugavelayutham commented 1 year ago

getting error PyPDF2.errors.DeprecationError: PdfFileReader is deprecated and was removed in PyPDF2 3.0.0. Use PdfReader instead.

MartinThoma commented 1 year ago

That is the point. Please read the error message.