is not current version
Last Version 3.0.0

org.docx4j:xhtmlrenderer 1.0.0

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

Categories

Categories

docx4j Business Logic Libraries Documents Processing
GroupId

GroupId

org.docx4j
ArtifactId

ArtifactId

xhtmlrenderer
Version

Version

1.0.0
Type

Type

jar

Download xhtmlrenderer 1.0.0


<!-- https://jarcasting.com/artifacts/org.docx4j/xhtmlrenderer/ -->
<dependency>
    <groupId>org.docx4j</groupId>
    <artifactId>xhtmlrenderer</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.docx4j/xhtmlrenderer/
implementation 'org.docx4j:xhtmlrenderer:1.0.0'
// https://jarcasting.com/artifacts/org.docx4j/xhtmlrenderer/
implementation ("org.docx4j:xhtmlrenderer:1.0.0")
'org.docx4j:xhtmlrenderer:jar:1.0.0'
<dependency org="org.docx4j" name="xhtmlrenderer" rev="1.0.0">
  <artifact name="xhtmlrenderer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.docx4j', module='xhtmlrenderer', version='1.0.0')
)
libraryDependencies += "org.docx4j" % "xhtmlrenderer" % "1.0.0"
[org.docx4j/xhtmlrenderer "1.0.0"]