jar

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 JAR file - Latest Versions:

All Versions

Download io.github.se-be : pdf2dom JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window pdf2dom-3.0.0RC2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.se_be.pdf2dom.resource

├─ io.github.se_be.pdf2dom.resource.Base64Coder.class - [JAR]

├─ io.github.se_be.pdf2dom.resource.EmbedAsBase64Handler.class - [JAR]

├─ io.github.se_be.pdf2dom.resource.HtmlResource.class - [JAR]

├─ io.github.se_be.pdf2dom.resource.HtmlResourceHandler.class - [JAR]

├─ io.github.se_be.pdf2dom.resource.IgnoreResourceHandler.class - [JAR]

├─ io.github.se_be.pdf2dom.resource.ImageResource.class - [JAR]

├─ io.github.se_be.pdf2dom.resource.SaveResourceToDirHandler.class - [JAR]

io.github.se_be.pdf2dom

├─ io.github.se_be.pdf2dom.BoxStyle.class - [JAR]

├─ io.github.se_be.pdf2dom.FontTable.class - [JAR]

├─ io.github.se_be.pdf2dom.HtmlDivLine.class - [JAR]

├─ io.github.se_be.pdf2dom.ImageUtils.class - [JAR]

├─ io.github.se_be.pdf2dom.PDFBoxTree.class - [JAR]

├─ io.github.se_be.pdf2dom.PDFDomTree.class - [JAR]

├─ io.github.se_be.pdf2dom.PDFDomTreeConfig.class - [JAR]

├─ io.github.se_be.pdf2dom.PDFToHTML.class - [JAR]

├─ io.github.se_be.pdf2dom.PathDrawer.class - [JAR]

├─ io.github.se_be.pdf2dom.PathSegment.class - [JAR]

├─ io.github.se_be.pdf2dom.TextMetrics.class - [JAR]