Hi Folks, A client provided me with a bunch of documents to serve up to users through the browser with fields populated from DB, some PDFs and some RTF/Word docs. I have the PDFs handled beautifully with iText, but was wondering if they are any options (open-source) for the RTF/Word docs? I found these:
jRTF (small inde project): http://code.google.com/p/jrtf/ and Apache POI: http://poi.apache.org/ <http://code.google.com/p/jrtf/>and wondered if anyone has used these or anything like them before I start down the rabbit hole! Nick