Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

Aspose.Note for .NET 22.9

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 118.41MB
  • Date Added:
  • 21/9/2022

File Details

OneNote to PDF Conversion without Page Breaks

Convert Microsoft OneNote® ONE documents into Acrobat® format and save as PDF without page breaks. The following is a sample OneNote to PDF Converter C# via API example:

// The path to the documents directory.
string dataDir = RunExamples.GetDataDir_LoadingAndSaving();

// Load the document into Aspose.Note.
Document oneFile = new Document(dataDir + "OneNote.one");

var dst = Path.Combine(dataDir, "SaveToPdfUsingA4PageSettingsWithoutHeightLimit.pdf");

// Save the document.
oneFile.Save(dst, new PdfSaveOptions() { PageSettings = PageSettings.A4NoHeightLimit });

For a complete list of features, enhancements, and bug fixes in this release please visit, Aspose.Note for .NET 22.9 Release Notes.

 English