0

我尝试保存 pdf 文档,但出现异常。

“偏移量和长度超出了数组的范围,或者计数大于从索引到源集合末尾的元素数。”

at System.Collections.Generic.List`1.RemoveRange(Int32 index, Int32 count)
at Aspose.Pdf.Paragraphs.RemoveRange(Int32 index, Int32 count)
at Aspose.Pdf.Cell.   (Table , Page , Double , Double , Boolean )
at Aspose.Pdf.Row.Process(Table , Double& , Double& , Boolean , Int32& , Int32& , Double , Double , Page , List`1 )
at Aspose.Pdf.Table.Process(Double& , Double& , Boolean , Double , Double , Page , Boolean , List`1 )
at    .   .Process()
at Aspose.Pdf.FloatingBox.Process(Double& , Double& , Double , Double , MarginInfo , Page , Double , List`1 )
at    .   .Process()
at Aspose.Pdf.Page.   (Page )
at Aspose.Pdf.Page.ProcessParagraphs()
at Aspose.Pdf.Document.ProcessParagraphs()
at Aspose.Pdf.Document.Save(Stream output)
at Aspose.Pdf.Document.Save(String outputFileName)

我有 10 个表格列表,对于 1-5 个列表,它工作正常。但是,如果我给出 6-10 列表它不起作用并给出上述异常。

我只使用了普通保存。

doc.save(filepath);
4

0 回答 0