var doc = new Aspose.Note.Document(file);
var options = new ImageSaveOptions(SaveFormat.Tiff){ PageIndex = 0 };
doc.Save(outputfile,options);
When the doc.Save is executed I receive an “object reference not set to an instance error”.
I have tried downloading other versions of the DLL, but apparently we don’t have a license for it.
zipped file is attached
any correspondence please send to sobarowski@istmanagement.com
Followup: I was able to download and use version 1.4 (I was on 1.1), and that seems to have fixed the issue. Feel free to close this.
Hi Daniel,
Thank you for contacting Aspose support team.
I have also tried to re-produce the issue using Aspose.Note for .NET 2.5.0 but could not observe any problem. The tiff file is created successfully.
We are glad to know that your issue is resolved. Please feel free to write us back if you have any other issue related to Aspose.Note.