Hi,
When converting a DOCX to PDF using the latest version of Aspose.Words, it failed with the error:
System.ArgumentOutOfRangeException: Expected a positive value.
Code:
var doc = new Document(@".\test2.docx");
doc.Save(@".\out.pdf");
This error didn’t happen with the previous version of Aspose.Words 18.3.0
I’ve attached the test document for you to check. Could you please take a look into this because this regression blocked our upgrade?
test2.zip (83.5 KB)
Thanks,