Apache ODF Toolkit

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 which rely on runtime manipulation of heavy-weight editors via an automation interface, the ODF Toolkit is lightweight and ideal for server use.

License

License

GroupId

GroupId

org.apache.odftoolkit
ArtifactId

ArtifactId

odftoolkit
Last Version

Last Version

0.6.2-incubating
Release Date

Release Date

Type

Type

pom
Description

Description

Apache ODF Toolkit
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 which rely on runtime manipulation of heavy-weight editors via an automation interface, the ODF Toolkit is lightweight and ideal for server use.
Project Organization

Project Organization

The Apache Software Foundation

Download odftoolkit

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.odftoolkit/odftoolkit/ -->
<dependency>
    <groupId>org.apache.odftoolkit</groupId>
    <artifactId>odftoolkit</artifactId>
    <version>0.6.2-incubating</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.odftoolkit/odftoolkit/
implementation 'org.apache.odftoolkit:odftoolkit:0.6.2-incubating'
// https://jarcasting.com/artifacts/org.apache.odftoolkit/odftoolkit/
implementation ("org.apache.odftoolkit:odftoolkit:0.6.2-incubating")
'org.apache.odftoolkit:odftoolkit:pom:0.6.2-incubating'
<dependency org="org.apache.odftoolkit" name="odftoolkit" rev="0.6.2-incubating">
  <artifact name="odftoolkit" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.odftoolkit', module='odftoolkit', version='0.6.2-incubating')
)
libraryDependencies += "org.apache.odftoolkit" % "odftoolkit" % "0.6.2-incubating"
[org.apache.odftoolkit/odftoolkit "0.6.2-incubating"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • taglets
  • generator
  • xslt-runner
  • xslt-runner-task
  • odfdom
  • validator
  • simple

Versions

Version
0.6.2-incubating
0.6.1-incubating
0.5-incubating