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.
http://itextpdf.com/
Files download
File Operation
html2pdf-2.1.2.jar download
html2pdf-2.1.2.pom download
html2pdf-2.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.itextpdf</groupId>
  <artifactId>html2pdf</artifactId>
  <version>2.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.itextpdf:html2pdf:2.1.2'
Gradle Kotlin
implementation("com.itextpdf:html2pdf:2.1.2")
Scala SBT
libraryDependencies += "com.itextpdf" % "html2pdf" % "2.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.itextpdf', module='html2pdf', version='2.1.2')
)
Apache Ivy
<dependency org="com.itextpdf" name="html2pdf" rev="2.1.2" />
Leiningen
[com.itextpdf/html2pdf "2.1.2"]
Apache Buildr
'com.itextpdf:html2pdf:jar:2.1.2'