Windows-2003
CFMX 7
WINWORD documents....
Because my hosting site has turn-off cfexecute (cannot generate pdf), I had to create a process that would allow me to create format documents. The process works great except with 1 major flaw, my file sizes can get very large making it impossible to open the file.
The cause is all the formating (<table><tr><td>,<font>) that is included in the file. I use cffile to write and cfcontent to open.
My question, is there away to hide the formating and/or reduce the file size.