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 pour .NET 22.9

Download  Support Forum 

File Details

  • Téléchargements :
  • 1
  • Taille du fichier :
  • 118.41MB
  • Date d'ajout :
  • 21/9/2022

File Details

Conversion de OneNote en PDF sans saut de page

Convertissez les documents Microsoft OneNote® ONE au format Acrobat® et enregistrez-les au format PDF sans sauts de page. Voici un exemple d’exemple OneNote to PDF Converter C# via API :

// 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 });

Pour une liste complète des fonctionnalités, améliorations et corrections de bogues de cette version, veuillez consulter Aspose.Note for .NET 22.9 Release Notes.

 Français