claird / PyPDF4

A utility to read and write PDFs with Python
obsolete-https://pythonhosted.org/PyPDF2/
Other
328 stars 61 forks source link

Unknown xref type: 3 #94

Open dcmvdbekerom opened 3 years ago

dcmvdbekerom commented 3 years ago

Hello everyone,

I have a pdf document that is not read by PyPDF4 because it has an xref table type 3. PyPDF4 only implements xref types up to 2, which is all that is specified by the PDF 1.7 2008 specification, but the PDF-file is readable in Acrobat Reader without issues.

Is it possible this is part of the PDF 2.0 spec? Does anyone know what a type 3 xref is and how it should be read?

Thanks!