pmaupin / pdfrw

pdfrw is a pure Python library that reads and writes PDFs
Other
1.86k stars 271 forks source link

PdfReader only reads 11 pages of a certain file but there is no error #237

Open edt-andrew opened 1 year ago

edt-andrew commented 1 year ago

I have been using pdfrw.PdfReader to read in PDFs with no problems up until now a certain file seems to only read in 11 pages out of a total of more than 300. There isn't an error so I have no idea what it is about this file that is wrong. Do you have any ideas as to what the cause might be or how I should go about diagnosing this?