Page 1 of 1

docx4j v2.3.0 released

PostPosted: Tue Feb 23, 2010 11:45 am
by jason
I'm pleased to announce the release of docx4j v2.3.0

The main features of this release are support for pptx files, and improvements to HTML export (via NG2), and PDF export (via XSL FO). For more details, please see http://dev.plutext.org/trac/docx4j/browser/trunk/docx4j/README.txt

Contributors to this release include Holger Schlegel. Thanks to all contributors to this and previous releases.

Where do I get it?

http://dev.plutext.org/docx4j

or from SVN, at http://dev.plutext.org/svn/docx4j/trunk/docx4j (use the pom.xml file to satisfy the dependencies, or download them from http://dev.plutext.org/docx4j/docx4j-2.3.0/)

or, via Maven:
Code: Select all
                <groupId>org.docx4j</groupId>
                <artifactId>docx4j</artifactId>
                <version>2.3.0</version>

from
                <repository>
                        <id>docx4j</id>
                        <name>docx4j Maven 2 repository</name>
                        <url>http://dev.plutext.org/svn/docx4j/trunk/docx4j/m2</url>
                </repository>


How do I get started?

See the "Getting Started" guide, at http://dev.plutext.org/trac/docx4j/browser/trunk/docx4j/docs

Where is the Javadoc?

http://dev.plutext.org/docx4j/javadoc-2.3.0/

Enjoy :-)