License |
License |
---|---|
Categories |
CategoriesiText Business Logic Libraries Documents Processing PDF Data iText |
GroupId | GroupIdcom.itextpdf |
ArtifactId | ArtifactIdhtml2pdf |
Last Version | Last Version4.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionpdfHTML
pdfHTML is an iText 7 add-on that lets you to parse (X)HTML snippets and the associated CSS and converts
them to PDF.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
html2pdf-4.0.2.pom | |
html2pdf-4.0.2.jar | 2 MB |
html2pdf-4.0.2-sources.jar | 418 KB |
html2pdf-4.0.2-javadoc.jar | 1007 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.itextpdf/html2pdf/ -->
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>html2pdf</artifactId>
<version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.itextpdf/html2pdf/
implementation 'com.itextpdf:html2pdf:4.0.2'
// https://jarcasting.com/artifacts/com.itextpdf/html2pdf/
implementation ("com.itextpdf:html2pdf:4.0.2")
'com.itextpdf:html2pdf:jar:4.0.2'
<dependency org="com.itextpdf" name="html2pdf" rev="4.0.2">
<artifact name="html2pdf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itextpdf', module='html2pdf', version='4.0.2')
)
libraryDependencies += "com.itextpdf" % "html2pdf" % "4.0.2"
[com.itextpdf/html2pdf "4.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.itextpdf : forms | jar | 7.2.2 |
com.itextpdf : layout | jar | 7.2.2 |
com.itextpdf : svg | jar | 7.2.2 |
org.slf4j : slf4j-api | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
com.itextpdf : hyph | jar | 7.2.2 |
com.itextpdf : pdfa | jar | 7.2.2 |
com.itextpdf : pdftest | jar | 7.2.2 |
ch.qos.logback : logback-classic | jar | 1.2.10 |
junit : junit | jar | 4.13.2 |
pl.pragmatists : JUnitParams | jar | 1.0.4 |