Dear Team,
I am trying to convert .one file to pdf file in my c# application using version 22.7. Its giving exception “System.OutOfMemoryException”. Plz find the sample enclosed.
Source Code :
Aspose.Note.Document oneFile = new Aspose.Note.Document(strTreePath);
Sample link : https://we.tl/t-t8h9JA64Vd
Regards
XCoder