ParagraphAbsorber is throwing below error when reading attached pdf doc
File: 02388_LTN20180329712.pdf (9.0 MB)
Code:
Document doc = new Document(inFileName);
ParagraphAbsorber absorber = new ParagraphAbsorber();
absorber.Visit(doc);
Error: Index was outside the bounds of the array.
Stack Trace:
at Aspose.Pdf.Text.ParagraphAbsorber.#=zmX0gwqG$YGTk(MarkupSection #=zsj9Epko=, Byte[,] #=zDlSnjSU=, List`1& #=zSu5x1eHXszN_)
at Aspose.Pdf.Text.ParagraphAbsorber.#=zuycpfSVg3rY9(PageMarkup #=z1Uyxhn4=)
at Aspose.Pdf.Text.ParagraphAbsorber.Visit(Page page)
at Aspose.Pdf.Text.ParagraphAbsorber.Visit(Document doc)