How to display the contents of word document in iFrame?

I want to display the MS word contents in IFrame for saving it in database. If anyone knows means, intimate to me
[113 byte] By [antonyksun] at [2007-11-20 11:34:53]
# 1 Re: How to display the contents of word document in iFrame?
The easiest way is to export the document to RTF (Rich Text Format), which Swing supports (RTFEditorKit).

Other than that, there is the Apache POI (http://poi.apache.org/) project, and a few others. Search engines are your friend ;)

Any programming problem can be solved by adding a level of indirection...
Anon.
dlorde at 2007-11-10 2:14:06 >