is not current version
Last Version 2.0.1

net.sf.cssbox:pdf2dom 1.3

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.

Categories

Categories

Net PDF Data
GroupId

GroupId

net.sf.cssbox
ArtifactId

ArtifactId

pdf2dom
Version

Version

1.3
Type

Type

jar

Download pdf2dom 1.3


<!-- https://jarcasting.com/artifacts/net.sf.cssbox/pdf2dom/ -->
<dependency>
    <groupId>net.sf.cssbox</groupId>
    <artifactId>pdf2dom</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.cssbox/pdf2dom/
implementation 'net.sf.cssbox:pdf2dom:1.3'
// https://jarcasting.com/artifacts/net.sf.cssbox/pdf2dom/
implementation ("net.sf.cssbox:pdf2dom:1.3")
'net.sf.cssbox:pdf2dom:jar:1.3'
<dependency org="net.sf.cssbox" name="pdf2dom" rev="1.3">
  <artifact name="pdf2dom" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.cssbox', module='pdf2dom', version='1.3')
)
libraryDependencies += "net.sf.cssbox" % "pdf2dom" % "1.3"
[net.sf.cssbox/pdf2dom "1.3"]