MVN

net.sf.cssbox : pdf2dom

Maven & Gradle

Oct 17, 2022
9 usages
157 stars

Pdf2Dom · Pdf2Dom is a PDF parser that converts the documents to a HTML DOM representation. The obtained DOM tree may be then serialized to a HTML file or further processed. The inline CSS definitions contained in the resulting document are used for making the HTML page as similar as possible to the PDF input. A command-line utility for converting the PDF documents to HTML is included in the distribution package. Pdf2Dom may be also used as an independent Java library with a standard DOM interface for your DOM-based applications or as an alternative parser for the CSSBox rendering engine in order to add the PDF processing capability to CSSBox.

<dependency>
    <groupId>net.sf.cssbox</groupId>
    <artifactId>pdf2dom</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.cssbox : pdf2dom to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.3

All Versions

Choose a version of net.sf.cssbox : pdf2dom to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
pdf2dom-2.0.3
pdf2dom-2.0.2
pdf2dom-2.0.1
pdf2dom-2.0.0
1.9
pdf2dom-1.9
1.8
pdf2dom-1.8
1.7
pdf2dom-1.7
1.6
pdf2dom-1.6
1.5
pdf2dom-1.5
1.4
pdf2dom-1.4
1.3
pdf2dom-1.3
1.2
pdf2dom-1.2

How to add a dependency to Maven

Add the following net.sf.cssbox : pdf2dom maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.cssbox</groupId>
    <artifactId>pdf2dom</artifactId>
    <version>2.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.cssbox : pdf2dom gradle dependency to your build.gradle file:

implementation 'net.sf.cssbox:pdf2dom:2.0.3'

Gradle Kotlin DSL: Add the following net.sf.cssbox : pdf2dom gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.cssbox:pdf2dom:2.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.cssbox : pdf2dom sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.cssbox" % "pdf2dom" % "2.0.3"

Advertisement

Dependencies from Group

Mar 19, 2023
13 usages
204 stars
Oct 17, 2022
9 usages
157 stars
Feb 01, 2021
7 usages
78 stars
Oct 17, 2022
1 usages
0 stars
Sep 01, 2014
1 usages
56 stars

Discover Dependencies

Oct 02, 2021
13 stars
Feb 01, 2021
9 usages
39 stars
Nov 07, 2015
1 usages
1 stars
Oct 27, 2016
2 usages
4 stars
Nov 04, 2015
0 stars
Jan 14, 2018
4 usages
138 stars
sdk
Nov 07, 2015
0 stars
Feb 10, 2023
0 stars