Re: Creating MS Word Documents

2009-06-03 Thread Gerald Guido
You can also save it as XML but you have to be careful to strip out illegal characters or Word will barf it back up. HTH G! On Tue, Jun 2, 2009 at 9:15 PM, Paul Giesenhagen wrote: > > That sounds like a pretty straightforward way of doing it. We'll dig into > it tomorrow. > > Thanks Gerald. >

RE: Creating MS Word Documents

2009-06-02 Thread Paul Giesenhagen
June 02, 2009 8:01 PM To: cf-talk Subject: Re: Creating MS Word Documents I just got done doing something like this. What I did was take a RTF document which uses a markup like HTML except for word processors and opened the document in a text editor and inserted the variables wrapped with cfou

Re: Creating MS Word Documents

2009-06-02 Thread Gerald Guido
I just got done doing something like this. What I did was take a RTF document which uses a markup like HTML except for word processors and opened the document in a text editor and inserted the variables wrapped with cfoutputs where I wanted them to show up. Then I saved it as a text file and stuck

RE: Creating MS Word Documents

2009-06-02 Thread Jake Churchill
lto:p...@quilldesign.com] Sent: Tuesday, June 02, 2009 4:20 PM To: cf-talk Subject: Creating MS Word Documents Hello all! We have a project where we need to create MS Word documents on the fly via Coldfusion - has anyone had any experience with this. We need to adhere to strict "output" rules f

Creating MS Word Documents

2009-06-02 Thread Paul Giesenhagen
Hello all! We have a project where we need to create MS Word documents on the fly via Coldfusion - has anyone had any experience with this. We need to adhere to strict "output" rules for this project and wondering if just creating HTML content will be enough. Has anyone used any tool for thi