This release:
- contains a very useful method getJAXBNodesViaXPath, which you can use to fetch live JAXB objects from the Main Document Part via XPath.
- implements repeat and conditional content controls, for those using content control data binding (see the Getting Started Guide for more details)
- removes PDF via HTML and iText and associated dependencies. (PDFs are now generated exclusively via XSL FO)
For more details, please see http://dev.plutext.org/trac/docx4j/browser/trunk/docx4j/README.txt
2.5.0 does not introduce any extra dependencies, so 2.3.0 users can simply drop in http://dev.plutext.org/docx4j/docx4j-2.5.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.5.0/)
or, via Maven:
- Code: Select all
<groupId>org.docx4j</groupId>
<artifactId>docx4j</artifactId>
<version>2.5.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.5.0/
(though I'd encourage you to download the source instead)
Enjoy