Converting Doc & XLS Files to HTML 
Author Message
 Converting Doc & XLS Files to HTML

Hi Everyone
 Is there a way via VBScript or ASP or any Microsoft
scripting language to convert a DOC or XLS file to HTML?

My scenario is this. Upload a DOC file, it gets parsed and
converted to HTML and this is the dumped to a html file on
a remote web server. Any help would be great on this as
i've been struggling for a long time to find a solution.

Thanks
Kevin



Tue, 06 Dec 2005 21:56:47 GMT  
 Converting Doc & XLS Files to HTML
You can save the .doc or .xls files as html.
If you are using asp you can write a com component which will save the
doc as html.You should have microsoft word on the remote web server.
This is a basic idea.
Try to implement this and let me know
thanks

Raja Sekhar

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



Fri, 09 Dec 2005 21:08:31 GMT  
 Converting Doc & XLS Files to HTML
Write code in a component to save the document as html at the server
side
Use the word automation model

Raja Sekhar

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



Fri, 09 Dec 2005 21:18:21 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. ?? How can I convert *.xls, *.doc to multipage *.tif or *.dcx files

2. opening doc, xls, html, etc from my programm

3. Converting .doc to html or .rtf to .html

4. Converting .doc to html or .rtf to .html

5. Converting .doc to html or .rtf to .html

6. Converting .doc to html or .rtf to .html

7. html convert to xls

8. Downloading .DOC and .XLS files

9. Use the WSH to convert an excel file (.xls) to (.csv) file

10. Converting Excel XLA file to XLS file using VBA

11. Filling custom fields in DOC/XLS files

12. How to display doc/xls/rtf and vsd files in a form

 

 
Powered by phpBB® Forum Software