RE: convert doc file to html file

2009-04-03 Thread Nathan Chen
Gerald, Thank you very much! The COM object example works really well for me. Nathan -Original Message- From: Gerald Guido [mailto:gerald.gu...@gmail.com] Sent: Wednesday, April 01, 2009 3:58 PM To: cf-talk Subject: Re: convert doc file to html file In theory you can use a COM

RE: convert doc file to html file

2009-04-01 Thread Nathan Chen
So does anyone know this or is this something not available? Nathan -Original Message- From: Nathan Chen [mailto:nathan.c...@cu.edu] Sent: Sunday, March 29, 2009 10:56 PM To: cf-talk Subject: convert doc file to html file Hi, Everyone: Is there a tag or tool that can convert

RE: convert doc file to html file

2009-04-01 Thread Scott Stewart
: Nathan Chen [mailto:nathan.c...@cu.edu] Sent: Wednesday, April 01, 2009 3:20 PM To: cf-talk Subject: RE: convert doc file to html file So does anyone know this or is this something not available? Nathan -Original Message- From: Nathan Chen [mailto:nathan.c...@cu.edu] Sent: Sunday

RE: convert doc file to html file

2009-04-01 Thread Robert Harrison
to html file So does anyone know this or is this something not available? Nathan -Original Message- From: Nathan Chen [mailto:nathan.c...@cu.edu] Sent: Sunday, March 29, 2009 10:56 PM To: cf-talk Subject: convert doc file to html file Hi, Everyone: Is there a tag or tool that can

RE: convert doc file to html file

2009-04-01 Thread Nathan Chen
Subject: RE: convert doc file to html file 1) Open in MS Word and save as html 2) Open in Dreamweaver and use the cleanup tool Commands = Cleanup Word HTML -- Scott Stewart ColdFusion Developer http://www.sstwebworks.com 4405 Oakshyre Way Raleigh, NC 27616 Phone: 919-874-6229 Cell: 703

Re: convert doc file to html file

2009-04-01 Thread Mark Mandel
automatically after the file is uploaded. Nathan -Original Message- From: Scott Stewart [mailto:sstwebwo...@bellsouth.net] Sent: Wednesday, April 01, 2009 2:49 PM To: cf-talk Subject: RE: convert doc file to html file 1) Open in MS Word and save as html 2) Open in Dreamweaver

Re: convert doc file to html file

2009-04-01 Thread Claude Schneegans
That's the step the end users try to avoid. They want something on the fly, letting CF to do the trick automatically after the file is uploaded. Have some HTML editor on your site like FCKeditor. Client opens his Word document; Ctrl-A, Ctrl-C, back in FCKeditor, Ctrl-V

Re: convert doc file to html file

2009-04-01 Thread Gerald Guido
In theory you can use a COM object to do this if word is installed on the server. http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentationfile=1585.htm If not I would look for a Java alternative like POI http://poi.apache.org/

convert doc file to html file

2009-03-29 Thread Nathan Chen
Hi, Everyone: Is there a tag or tool that can convert a Word file to an html file? Let's say, the end user uploads a doc file, the tag/scripts/tool reads the file, converts it to html, and saves it in a pre-defined directory on the server. I need a tool like this to complete one of my