Tagged Questions
0
votes
1answer
154 views
What Java framework might I use to provide a robust document conversion service?
I am starting a new open source project to develop an application that will provide services to convert various documents into other formats (E.g. doc -> html, pdf -> html, plain text -> html, etc). ...