I have a PDF document,I want to convert it to Word with Aspose.PDF, But throw a IndexOutOfRangeException.Please tell me how to do,thank you !
the version is Aspose.PDF for .Net 22.3.0.
the sample code :
var pdfDocument = new Aspose.Pdf.Document(@“D:\abc\1128\六年级数学期中试卷(学生版).pdf”);
pdfDocument.Save(@“D:\abc\1128\六年级数学期中试卷(学生版).docx”, SaveFormat.DocX);
the file:
六年级数学期中试卷(学生版).pdf (1.6 MB)
the stack trace:
image.png (101.8 KB)