应用程序在元素 reader 上崩溃 (pdftron)

Application crashes on element reader (pdftron)

我的 pdftron 有问题,打开某个文件会导致我们的应用程序崩溃并出现以下错误:

An unhandled exception of type 'pdftron.Common.PDFNetException' occurred in PDFNet.dll

Additional information: Exception: 

 Message: Missing resource

 Conditional expression: res

 Filename   : ContentResources.hpp

 Function   : trn::PDF::ContentResources::GetResource

 Linenumber : 26

在我们的代码中:错误发生在以下行中:

while ((element = elReader.Next()) != null)

在执行 try/catch 时,我们看到页面中唯一缺少的是该页面上对角线书写的文本。这可能与丢失的字体有什么关系吗?别介意图片中的光标,文字不见了不知道去哪里了

我可以根据要求发送 pdf 文件。

PDF File

如果您使用的不是最新版本的 PDFNet,6.7.1,那么我会先尝试反对,因为问题可能已经解决了。

否则,由于问题是特定于文档的,您需要通过在此处共享或发送至 pdftron support 来提供该问题。