Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近下载了 pdf 库(pdfbox、pdfsharp、itextsharp),我想弄清楚我是否可以在 Asp.Net 中解析损坏的 pdf 文件。哪个库最适合读取损坏的 pdf 文件。
如果文件已损坏,则无法保证可以读取它。您无法知道哪些部分或哪些部分已损坏。您可以使用十六进制编辑器实用程序并手动检查哪些部分可能已损坏,但无法使用您提到的任何库来打开损坏的文件。它们都符合 PDF 规范,该规范假定一个有效的 PDF 文件。