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