Hi,
we get a System.ArgumentOutOfRangeException when saving a certain document as PDF or HTML in HtmlFixed format.
“Index and length must refer to a location within the string. Arg_ParamName_Name”
Can be reproduced with the following code
var lic = new License();
lic.SetLicense(@"S:\Aspose.Total.NET.lic");
var doc = new Document(@"S:\tmp\in.doc");
doc.Save(@"S:\tmp\out.html", SaveFormat.HtmlFixed);
(same with saving as PDF)
Test documents
example.zip (49.5 KB)
System: Windows 10 22H2 latest build
Net Runtime: Net 7.0
Thanks for your help