Converting Docs and Powerpoint files to html or pdf using CF?

2001-03-07 Thread Edward Chanter
Hey people, Does anyone have any experience using CF and/or another application to convert files on the fly? The scenario is: 1. Client logs onto website 2. Client uploads word or powerpoint document via a web page and cfftp 3. Server converts document to either html or pdf 4. Document is put

RE: Converting Docs and Powerpoint files to html or pdf using CF?

2001-03-07 Thread Philip Arnold - ASP
Does anyone have any experience using CF and/or another application to convert files on the fly? The scenario is: 1. Client logs onto website 2. Client uploads word or powerpoint document via a web page and cfftp 3. Server converts document to either html or pdf 4. Document is put online

Re: Converting Docs and Powerpoint files to html or pdf using CF?

2001-03-07 Thread Brian Thornton
Adobe has created a ASP app for this on the fly I first signed up several months ago for $20 a year. Check out a couple of vendors http://www.adobe.com http://www.cardiff.com/products/A1/ - Original Message - From: "Edward Chanter" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent:

Re: Converting Docs and Powerpoint files to html or pdf using CF?

2001-03-07 Thread Brian Thornton
Sorry ASP meaning Application Service Provider not ASP as in Active Server Pages. - Original Message - From: "Brian Thornton" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, March 07, 2001 4:26 AM Subject: Re: Converting Docs and Powerpoint files to html or pdf using

RE: Converting Docs and Powerpoint files to html or pdf using CF?

2001-03-07 Thread Thomas Chiverton
We have a program called '5D' that sets up a pseudo printer under Windows, that actualy creates a PDF file... - Original Message - From: "Edward Chanter" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, March 07, 2001 5:18 AM Subject: Converting Docs and Powerpoint

RE: Converting Docs and Powerpoint files to html or pdf using CF?

2001-03-07 Thread Larry Juncker
If they are using Word or Powerpoint 2000 all they have to do si save the file as an HTML file. The work is already done for them. That seems simple enough. Larry Juncker Senior Cold Fusion Developer Heartland Communications Group, Inc. -Original Message- From: Philip Arnold - ASP

Re: Converting Docs and Powerpoint files to html or pdf using CF?

2001-03-07 Thread Ken Wilson
If they are using Word or Powerpoint 2000 all they have to do si save the file as an HTML file. Have you ever looked at the quality of the code that method generates? ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Converting Docs and Powerpoint files to html or pdf using CF?

2001-03-07 Thread Jason Lees (National Express)
You can always run them through dreamweaver before commiting them to disk (esp the word files). Jason Lees National Express Email : [EMAIL PROTECTED] -Original Message- From: Ken Wilson [mailto:[EMAIL PROTECTED]] Sent: 07 March 2001 14:37 To: CF-Talk Subject: Re: Converting Docs and

RE: Converting Docs and Powerpoint files to html or pdf using CF?

2001-03-07 Thread Larry Juncker
Yes, I have, however that was not the question. I use Dreamweaver after that point to clean it up with the Cleanup Front Page and Clean up Word Extensions that are available. That is one conversion process. Larry Juncker Senior Cold Fusion Developer Heartland Communications Group, Inc.

RE: Converting Docs and Powerpoint files to html or pdf using CF?

2001-03-07 Thread Edward Chanter
Not if the whole thing has to be uploaded to a web server via http.. Doing a "Save as html" saves the images in a seperate directory, if your users are techneanderthals like mine then asking them to zip the files up and ftp them to the server isn't an option. Plus the converstion that Word

RE: Converting Docs and Powerpoint files to html or pdf using CF?

2001-03-07 Thread Gavin Lilley
Dreamweaver has a cool function which cleans up Microsoft html and turns it into something workable. -- Gavin Lilley Internet / Intranet Developer http://halesowen.ac.uk -Original Message- From: Ken Wilson [mailto:[EMAIL PROTECTED]] Sent: 07 March 2001 14:37 To: CF-Talk Subject: Re:

RE: Converting Docs and Powerpoint files to html or pdf using CF?

2001-03-07 Thread Edward Chanter
Thanks to all of you who posted replies to this thread. Just to let you know I've sorted the problem using activePDF and it works like an absolute dream Now I can actually get some sleep tonight :-)) I've managed to create a very basic app that allows a user to submit a word document via an