h

html2pdf

pdfHTML is an iText 7 add-on that lets you to parse (X)HTML snippets and the associated CSS and converts them to PDF.
Files download
File Operation
html2pdf-4.0.0.jar download
html2pdf-4.0.0.pom download
html2pdf-4.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.itextpdf</groupId>
  <artifactId>html2pdf</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.itextpdf:html2pdf:4.0.0'
Gradle Kotlin
implementation("com.itextpdf:html2pdf:4.0.0")
Scala SBT
libraryDependencies += "com.itextpdf" % "html2pdf" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.itextpdf', module='html2pdf', version='4.0.0')
)
Apache Ivy
<dependency org="com.itextpdf" name="html2pdf" rev="4.0.0" />
Leiningen
[com.itextpdf/html2pdf "4.0.0"]
Apache Buildr
'com.itextpdf:html2pdf:jar:4.0.0'