DOC

io.github.se-be : pdf2dom

Maven & Gradle

Feb 19, 2024
2 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.

Table Of Contents

Latest Version

Download io.github.se-be : pdf2dom Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.se-be : pdf2dom Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file pdf2dom-3.0.0RC2-javadoc.jar to pdf2dom-3.0.0RC2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder pdf2dom-3.0.0RC2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "pdf2dom-3.0.0RC2-sources.jar" -d "pdf2dom-3.0.0RC2-javadoc" -subpackages