应用程序在元素阅读器上崩溃(pdftron)

时间:2017-04-05 07:42:10

标签: c# pdf pdftron pdfnet

我有一个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时,我们发现页面中唯一缺少的是在该页面上对角写入的文本。这与丢失的字体有什么关系吗?不要介意图片中的光标,它不知道文本丢失的地方。

enter image description here

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

PDF File

1 个答案:

答案 0 :(得分:1)

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

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