Download pdf2dom-1.7.jar file - Jar p

Jar examples for p:pdf2dom

Description

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.

You can download jar file pdf2dom 1.7 in this page.

License

GNU Lesser General Public License 3.0

Build File

You can use the following script to add pdf2dom-1.7.jar to your project.

<dependency>
   <groupId>net.sf.cssbox</groupId>
   <artifactId>pdf2dom</artifactId>
   <version>1.7</version>
</dependency>
compile group: 'net.sf.cssbox', name: 'pdf2dom', version: '1.7'
libraryDependencies += "net.sf.cssbox" % "pdf2dom" % "1.7"
<dependency org="net.sf.cssbox" name="pdf2dom" rev="1.7"/>
@Grapes(@Grab(group='net.sf.cssbox', module='pdf2dom', version='1.7'))
'net.sf.cssbox:pdf2dom:jar:1.7'

Download

Click the following link to download the jar file.

pdf2dom-1.7-javadoc.jar
pdf2dom-1.7-sources.jar
pdf2dom-1.7.jar
pdf2dom-1.7.pom



Related Tutorials