Aspose - Index超出了数组的范围

时间:2016-12-22 15:06:22

标签: c# .net aspose

我可以看到下面的“索引超出了数组的范围”问题,而aspose工具接受pdf文件。请帮我解决这个问题。

  

Aspose.Pdf.dll中出现“System.IndexOutOfRangeException”类型的异常,但未在用户代码中处理   附加信息:索引超出了数组的范围。

代码:

Document pdfDocument = new Document(filePath);
TextAbsorber textAbsorber = new TextAbsorber();
pdfDocument.Pages.Accept(textAbsorber);

屏幕截图:

enter image description here

0 个答案:

没有答案