浏览我们的产品

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 .net 22.9

下载  下载 

文件详情

  • 下载s:
  • 1
  • 文件大小:
  • 118.41MB
  • 添加日期:
  • 21/9/2022

文件详情

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 发行说明.

 简体中文