David P. Donahue
david....@firstsolution.com
--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net
"David P. Donahue" <david....@firstsolution.com> wrote in message
news:uzNMQiFsCHA.1776@TK2MSFTNGP10...
Beware of heavy loading exerting on the server when kick
the Word application on the server on every request of the
aspx page. If your situation allows, I'd suggest
converting all the documents to HTML first and store them
in another directory (or making a library of them if there
is a large number of documents). In any case, you'd need
the Primary Interop Assemblies.
http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/dnoxpta/html/odc_oxppias.asp
and you can do the conversion like this:
ActiveDocument.SaveAs FileName:="test.htm", _
FileFormat:=wdFormatHTML
Hope that helps ~
Andy Cheung
Please Visit My WebCam!!
http://www.hmcheung.com
>.
>
David P. Donahue
david....@firstsolution.com
"Andy Cheung" <andyhm...@hotmail.com> wrote in message
news:0a2901c2b073$878cbb70$8df82ecf@TK2MSFTNGXA02...
David P. Donahue
david....@firstsolution.com
"Steve C. Orr, MCSD" <st...@orr.net> wrote in message
news:uJUPOEGsCHA.1644@TK2MSFTNGP09...