Noah Kessler
Results
2
comments of
Noah Kessler
`version_info` refers to the version of Python you are running (hence `sys.version_info`). Have you updated to PyPDF2? It seems that you are using the original `pyPdf`; that name is no...
You are correct. This is the most logical answer, since PDF's are required to include a root Document Catalog, which in turn is required to have a Page Tree dictionary...