Page 1 of 1

create a .doc (word) file

Posted: Thu Apr 24, 2003 7:56 am
by braindead
Hello,

Do you know a classes to generate a word file ?!

Thanks !!

Posted: Thu Apr 24, 2003 8:01 am
by d1223m
i have never found a class for this, the best soloution i have found is to use rtf's. You can actually generate the rtf and rename it as a .doc and word will open it.
If you dont want to change the extension and have access to your webserver you can also edit your apache config to send the correct mime header for rtf's to be opened in word.