# Aspose.Note-for-Java **Repository Path**: william0598/Aspose.Note-for-Java ## Basic Information - **Project Name**: Aspose.Note-for-Java - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-01 - **Last Updated**: 2021-10-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README  # Java API for OneNote Document Processing [Aspose.Note for Java](https://products.aspose.com/note/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](https://github.com/aspose-note/Aspose.Note-for-Java/tree/master/Examples) | A collection of Java examples that help you learn the product features. [Plugins](https://github.com/aspose-note/Aspose.Note-for-Java/tree/master/Plugins) | Plugins demonstrating more features of Aspose.Note for Java.
## Microsoft OneNote File Processing - Load, Save and Convert ONeNote documents. - [Generate Root and Sub Level Pages in OneNote](https://docs.aspose.com/note/java/working-with-pages/). - Get page revisions and roll back to previous version. - Extract images from a OneNote document. - [Extract or replace text from a Specified Page](https://docs.aspose.com/note/java/working-with-text/) of a OneNote Document. - Create a Table with Locked Columns in the OneNote Document. - [Attach a File to the OneNote Document](https://docs.aspose.com/note/java/working-with-attachments/). - Ceate,save, read, convert [OneNote Notebook](https://docs.aspose.com/note/java/working-with-onenote-notebook/). ## 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](https://repository.aspose.com/webapp/#/artifacts/browse/tree/General/repo/com/aspose/aspose-note). 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](https://docs.aspose.com/note/java/installation/) documentation page. ## Convert OneNote document to PDF with the Default Options using Java ```java Document oneFile = new Document("template.one"); // save the document as PDF oneFile.save("output.pdf", new PdfSaveOptions()); ``` [Home](https://www.aspose.com/) | [Product Page](https://products.aspose.com/note/java) | [Docs](https://docs.aspose.com/note/java/) | [Demos](https://products.aspose.app/note/family) | [API Reference](https://apireference.aspose.com/note/java) | [Examples](https://github.com/aspose-note/Aspose.Note-for-Java) | [Blog](https://blog.aspose.com/category/note/) | [Search](https://search.aspose.com/) | [Free Support](https://forum.aspose.com/c/note) | [Temporary License](https://purchase.aspose.com/temporary-license)