RTF or DOC document

Hi all,
what I need is to create a RTF or DOC file by simple clicking on button and write some text in the file (may be some picture).
Has somebody solve this problem?
Thanks for any idea.
Petr P.
[232 byte] By [PetrP] at [2007-11-18 1:40:24]
# 1 Re: RTF or DOC document
RTF is a simple, fairly well documented text format. You should have no problems using it.

DOC on the other hand is a Microsoft propritary binary format. When there is "some" documentation, the only 100% reliable way to write these files is to use OLE automation of Word objects.

Hope this helps...
TheCPUWizard at 2007-11-10 8:54:13 >