************************************************************* * ODFDOM Java Library * * * ************************************************************* About ODFDOM ------------- ODFDOM is an OpenDocument Format (ODF) framework. Its purpose is to provide an easy common way to create, access and manipulate ODF files, without requiring detailed knowledge of the ODF specification. It is designed to provide the ODF developer community with an easy lightwork programming API portable to any object-oriented language. The current reference implementation is written in Java. Documentation -------------- The latest release notes and a summary of API changes (if any) are available online at the project's Wiki page: http://odftoolkit.org/projects/odfdom/pages/ReleaseNotes In general, the Wiki page is a great place to start when looking for online documentation and other information about the odfdom project. http://odftoolkit.org/projects/odfdom/pages/Home API documentation (Javadoc) can be downloaded from the project's download area: http://odftoolkit.org/projects/odfdom/downloads The Javadoc can also be viewed online and is available for each version, e.g. http://odfdom.odftoolkit.org/0.8.6/docs/api/ License -------- Apache License, Version 2.0. Please see file LICENSE.txt. Installation ------------- Just put the file odfdom.jar in your classpath. You will need Apache Xerces-J as well. Get it from http://xml.apache.org/dist/xerces-j/