Page 1 of 1

docx4j 2.4.0 released

PostPosted: Fri Jul 09, 2010 5:37 pm
by jason
I'm pleased to announce the release of docx4j v2.4.0

This release incorporates a number of minor enhancements made since the last release. Perhaps the most significant is support for different headers in each section in PDF output (via XSL FO). This release includes a JAXB representation of XSL FO (used to create the layout master set), and a JAXB representation of SVG (used to convert pptx to SVG). Its because of those that I've labelled this 2.4.0, rather than 2.3.1. For more details, please see http://dev.plutext.org/trac/docx4j/browser/trunk/docx4j/README.txt

All users of 2.3.0 are encourage to drop in the 2.4.0 jar.

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.4.0/)

or, via Maven:
Code: Select all
                <groupId>org.docx4j</groupId>
                <artifactId>docx4j</artifactId>
                <version>2.4.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/svn/docx4j/trunk/docx4j/docs/

Where is the Javadoc?

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

(though I'd encourage you to download the source instead)

Enjoy :-)