License |
License |
---|---|
Categories |
Categoriesdocx4j Business Logic Libraries Documents Processing |
GroupId | GroupIdorg.docx4j |
ArtifactId | ArtifactIdxhtmlrenderer |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionxhtmlrenderer
Modified flyingsaucer XML/XHTML and CSS 2.1 renderer, to support docx (and eventually pptx) output
|
Project URL |
Project URL |
Filename | Size |
---|---|
xhtmlrenderer-3.0.0.pom | |
xhtmlrenderer-3.0.0.jar | 998 KB |
xhtmlrenderer-3.0.0-sources.jar | 754 KB |
xhtmlrenderer-3.0.0-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.docx4j/xhtmlrenderer/ -->
<dependency>
<groupId>org.docx4j</groupId>
<artifactId>xhtmlrenderer</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.docx4j/xhtmlrenderer/
implementation 'org.docx4j:xhtmlrenderer:3.0.0'
// https://jarcasting.com/artifacts/org.docx4j/xhtmlrenderer/
implementation ("org.docx4j:xhtmlrenderer:3.0.0")
'org.docx4j:xhtmlrenderer:jar:3.0.0'
<dependency org="org.docx4j" name="xhtmlrenderer" rev="3.0.0">
<artifact name="xhtmlrenderer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.docx4j', module='xhtmlrenderer', version='3.0.0')
)
libraryDependencies += "org.docx4j" % "xhtmlrenderer" % "3.0.0"
[org.docx4j/xhtmlrenderer "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.lowagie : itext | jar | 2.1.7 |