Download xhtmlrenderer-1.0.0.jar file - Jar x

Jar examples for x:xhtmlrenderer

Description

Modified flyingsaucer XML/XHTML and CSS 2.1 renderer, to support docx (and eventually pptx) output

You can download jar file xhtmlrenderer 1.0.0 in this page.

License

Apache 2

Build File

You can use the following script to add xhtmlrenderer-1.0.0.jar to your project.

<dependency>
   <groupId>org.docx4j</groupId>
   <artifactId>xhtmlrenderer</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'org.docx4j', name: 'xhtmlrenderer', version: '1.0.0'
libraryDependencies += "org.docx4j" % "xhtmlrenderer" % "1.0.0"
<dependency org="org.docx4j" name="xhtmlrenderer" rev="1.0.0"/>
@Grapes(@Grab(group='org.docx4j', module='xhtmlrenderer', version='1.0.0'))
'org.docx4j:xhtmlrenderer:jar:1.0.0'

Download

Click the following link to download the jar file.

xhtmlrenderer-1.0.0-javadoc.jar
xhtmlrenderer-1.0.0-sources.jar
xhtmlrenderer-1.0.0.jar
xhtmlrenderer-1.0.0.pom



Related Tutorials