Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

Loading and Saving attached PDF raises error of "Value does not fall within the expected range"

$
0
0
If I load the attached file into Aspose.PDF.Document and then save it, an error is raised of "Value does not fall within the expected range."

Sample code:

Aspose.Pdf.Document doc = new Aspose.Pdf.Document("C:\temp\test.pdf);
doc.Save(@"C:\temp\test2.pdf");

Viewing all articles
Browse latest Browse all 3131

Trending Articles