OK, I understand and you are quite correct about Linux and OLE - I believe it is down to the those .dll's that Microsoft so loves - although there is an exciting project called Wine that does offer the promise of bridging this gap so to speak. At the moment it is not mature enough to use in a production environment in my opinion.
Another option could be OpenOffice but I would have reservations. Whilst it does do quite a good job of rendering Word documents, I cannot promise the rendering of complex ones would be totally accurate. Furthermore, the UNO interface is quite a challenge to master and there are problems using OpenOffice as a document server in a distributed environment. Maybe it is best to see if you could patch HWPF to expose the colour table as Nick suggested. Zsolt Koppany wrote: > > Hi, > > I would like display a word document in html. Actually the code works > more or less, I can even use font-names (using > characterRun.getFontName()). > > What does "characterRun.getColor()" return? How can I convert it to RGB? > > Zsolt > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/How-to-convert-characterRun.getColor%28%29-to-RGB-tp22502565p22558471.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
