Re: [PHP-WIN] Re: Word COM Object

2005-01-06 Thread jon
Generally, I'll build the document in word, put ||TEXT|| (or something similar) wherever I need to replace text, then save the document as an rtf. From there, I just grab the doc, search and replace all my ||TEXT|| areas, and write the file back out, but with a .doc extension. Word will open i

[PHP-WIN] Re: Word COM Object

2005-01-06 Thread michael
You could try to generate RTF commands, not sure if that will work though. There should be loads of websites that give you the relevant commands. Rgds, Michael Dirc writes: Might be better to post this on one of the microsoft newsgroups as news.microsoft.com "Ron Herhuth" <[EMAIL PROTEC

[PHP-WIN] Re: Word COM Object

2005-01-06 Thread Dirc
Might be better to post this on one of the microsoft newsgroups as news.microsoft.com "Ron Herhuth" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I have successfully made a PHP script that takes dynamically generated HTML and creates a Word Doc then saves it to the server and create