Aspose.Note API handles Microsoft OneNote file formats without Microsoft OneNote dependencies. One can easily load, create, modify and convert Microsoft OneNote files. Moreover, one can manipulate the elements of OneNote books, render text and images from OneNote file to different formats.
You need aspose.note.dll referenced in your project to execute the following workflow.
Aspose.Note for .NET is supported on all major operating systems. Just make sure that you have the following prerequisites.
// load the ONE in an object of Document
var document = new Aspose.Note.Document("template.one");
// save ONE as TIFF
document.Save("output.tiff", Aspose.Note.SaveFormat.TIFF);
Check our live demos for ONE to TIFF conversion with following benefits.