radkovo / 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. 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. Pdf2Dom is based on the Apache PDFBox™ library.
http://cssbox.sourceforge.net/pdf2dom/
GNU Lesser General Public License v3.0
175 stars 71 forks source link

error loading font #26

Closed 1289naveen closed 6 years ago

1289naveen commented 6 years ago

getting warning like "WARN org.fit.pdfdom.FontTable - Error loading font 'FTBUET+Verdana-Bold' Message: FontVerter could not detect the input font's type. class java.io.IOException" is there any solution for this. Thank you

m-abboud commented 6 years ago

What type of font is it? FontVerter only supports a limited number of font types. https://github.com/m-abboud/FontVerter. Also this issue should probably be in the FontVerter repository

1289naveen commented 6 years ago

Ok Thanks abboud.