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,