Hi
When Itried to save the attached PDF to XPS format I am getting the following exception:
{“Index was out of range. Must be non-negative and less than the size of the collection.\r\nParameter name: index”}
Document document = new Document(“C:\Users\tali\Desktop\T1001.TZP.329.Meushar_160656-Layout2.pdf”);
document.Save(@“C:\Users\tali\Desktop\final.xps”, SaveFormat.Xps);
I am using the latest version of Aspose.PDF
Please advise
Oren