Hi, if you replace the PdfFileReader class with PdfReader that should work. Also instead of using reader.numPages use len(reader.pages)
1 Like
Hi, if you replace the PdfFileReader class with PdfReader that should work. Also instead of using reader.numPages use len(reader.pages)