浏览我们的产品 Toggle navigation
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.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
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:
ONE
PDF
// 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 发行说明.