I am looking to convert any format to/from HTML.
I'd like to support DOC, DOCX, PDF, ODT, RDF, DocBook, and TXT.
I have found lots of format-to-format conversion utilities, but for convenience of implementation, a single tool is best. This will also make it easier to add new formats as the vendor or open-source project expands the library.
The ideal "hub" format is HTML, but I could also work with another hub format.
To run server-side, this preferably should be a Java library, or alternatively a C/C++ library, COM, or a command-line tool; but not a printer driver, online service, or GUI tool. Commercial and Open Source are okay.