我的很多旧 PDF 文件变得无法读取,并且 pdftk 似乎没有帮助

我的很多旧 PDF 文件变得无法读取,并且 pdftk 似乎没有帮助

我有一个内容丰富的 PDF 格式的旧出版物图书馆。最近我发现许多较旧的(最近到 2000 年代初)不再可以被 或okular读取xpdfxpdf说:

Syntax Error: Couldn't find trailer dictionary
Syntax Error: Couldn't find trailer dictionary
Syntax Error: Couldn't read xref table

okular只是说could not open file

pdftk <myfile.pdf> dump_data产量:

Warning: failed to read page tree. Corrupt input.
Warning: no info dictionary found
PdfID0: 279c83a9e63f742d449fa2766c5cd925
PdfID1: 279c83a9e63f742d449fa2766c5cd925
NumberOfPages: 1
PageMediaBegin
PageMediaNumber: 1
PageMediaRotation: 0
PageMediaRect: 0 0 612 792
PageMediaDimensions: 612 792

最近的文件(2000 年代初)的失败情况有所不同。
2010年以后一切都好。
所有文件的大小大致符合预期。

知道可能出了什么问题吗?

相关内容