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

Release dependency issues #15

Closed m-abboud closed 8 years ago

m-abboud commented 8 years ago

Opening an issue for this for discussion/status update since pull request where we were talking about this is closed.

So FontVerter and GfxAssert should be added to maven central, I opened tickets with Sonatype today to get them setup and think I've got all the maven central requirements met. So if Sonatype responds on the weekends it should be done by then.

m-abboud commented 8 years ago

Also have FontVerter up on JCenter already (which is the default repo for android studio now)

radkovo commented 8 years ago

I have released a new version of Pdf2Dom (mentioned you in credits). All the dependencies seem to be ok now.