The Apache ODF Toolkit is a set of Java modules that allow programmatic creation, scanning, and manipulation of Open Document Format (ISO/IEC 26300 == ODF) documents. Unlike other approaches that rely on runtime manipulation of heavy-weight editors via an automation interface, the ODF Toolkit is lightweight and ideal for server use.
| Tags | API Java Open Document Format ODF automation XML |
|---|---|
| Licenses | Apache 2.0 |
| Operating Systems | Cross Platform |
| Implementation | Java Xerces |
| Translations | None |
Recent releases


Release Notes: This is the first release after moving to the Apache Software Foundation. All of the sub-projects are released with an all-in-one package. The ODFDOM DOC APIs have been marked as "deprecated"; they will be replaced by Simple API in the future. Some bugs have been fixed.


Release Notes: This version provides paragraph, field, and text box manipulation methods, and fixes several bugs.


Release Notes: This release provides easy-to-use functions for setting the text and border styles in tables, as a first taste of a high-level style API. It also enhances the navigation functions. Now the navigation functions work for text, spreadsheet, presentation, and chart documents. An instructive sample has been added to the site to demonstrate these powerful functions.