h

html-to-pdf

Take an XHTML document and produce and pdf document at various conformance levels
https://github.com/dwp/html-to-pdf
MIT License
Steve Elliott
Files download
File Operation
html-to-pdf-1.0.1.jar download
html-to-pdf-1.0.1.pom download
html-to-pdf-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>uk.gov.dwp.pdf</groupId>
  <artifactId>html-to-pdf</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'uk.gov.dwp.pdf:html-to-pdf:1.0.1'
Gradle Kotlin
implementation("uk.gov.dwp.pdf:html-to-pdf:1.0.1")
Scala SBT
libraryDependencies += "uk.gov.dwp.pdf" % "html-to-pdf" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='uk.gov.dwp.pdf', module='html-to-pdf', version='1.0.1')
)
Apache Ivy
<dependency org="uk.gov.dwp.pdf" name="html-to-pdf" rev="1.0.1" />
Leiningen
[uk.gov.dwp.pdf/html-to-pdf "1.0.1"]
Apache Buildr
'uk.gov.dwp.pdf:html-to-pdf:jar:1.0.1'