> Hi
>
[quoted text clipped - 15 lines]
> Thanks,
> Peter
Java has the javax.swing.text.rtf.RTFEditorKit which allows editing of
RTF (Rich Text Format) documents. But it's woefully out of date, unless
they've done some serious work in Java 6 that I'm not yet using. So if
you were working on a GUI for editing and manipulating RTF, you'd find
that many newer features (including tables and images) aren't supported
readily.
That said, RTF is little more than a markup language of sorts. So if
you've got a rich text document already created that includes these
things, it should essentially just be a string of text including
content, the special markup features of RTF, etc. And you should have
no difficulty passing such text over a Web Service.
= Steve =

Signature
Steve W. Jackson
Montgomery, Alabama