Skip to content

aspose-note/Aspose.Note-for-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub

Java API for OneNote Document Processing

Aspose.Note for Java is a class library that enables applications to interact with Microsoft Office OneNote programmatically without its installation on the server. It is a pure alternate for MS OneNote Object Model provides much better performance and ease of use to manage OneNote documents. Aspose.Note for Java API delivers the features to read, convert, create and edit/manipulate the content of the Microsoft OneNote file format.

Directory Description
Examples A collection of Java examples that help you learn the product features.
Plugins Plugins demonstrating more features of Aspose.Note for Java.

Microsoft OneNote File Processing

Read & Write OneNote Format

Microsoft OneNote: ONE

Save OneNote Files As

Fixed Layout: PDF
Images: GIF, JPEG, PNG, BMP, TIFF

Read Formats

ONETOC2

Supported Environments

  • Microsoft Windows: Windows Desktop & Server (x86, x64)
  • Java Versions: J2SE 7.0 (1.7), J2SE 8.0 (1.8) or above

Get Started with Aspose.Note for Java

Aspose hosts all Java APIs at the Aspose Repository. You can easily use Aspose.BarCode for Java API directly in your Maven projects with simple configurations. For the detailed instructions please visit Installing Aspose.Note for Java from Maven Repository documentation page.

Convert OneNote document to PDF with the Default Options using Java

Document oneFile = new Document("template.one");

// save the document as PDF
oneFile.save("output.pdf", new PdfSaveOptions());

Home | Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License

About

Aspose.Note for Java examples, plugins and showcase projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages