Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Creating Word Doc from ASP

Reply
Thread Tools

Creating Word Doc from ASP

 
 
QQ
Guest
Posts: n/a
 
      01-06-2004
I wanted to know how to make a properly formated word
document from asp. Can some one direct me to all the
propertise of CreateObject("word.application"). Thanks!

 
Reply With Quote
 
 
 
 
Bob Barrows
Guest
Posts: n/a
 
      01-06-2004
QQ wrote:
> I wanted to know how to make a properly formated word
> document from asp. Can some one direct me to all the
> propertise of CreateObject("word.application"). Thanks!


Check this out before you go too far:
http://support.microsoft.com/default...;en-us;q257757

If that does not deter you, then check these google results:
http://groups.google.com/groups?sour...+Word+Document

HTH,
Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.


 
Reply With Quote
 
 
 
 
Michael D. Kersey
Guest
Posts: n/a
 
      01-07-2004
> I wanted to know how to make a properly formated word
> document from asp. Can some one direct me to all the
> propertise of CreateObject("word.application"). Thanks!


We've had good success creating documents in Rich Text Format (RTF),
which Microsoft Word can create/read/write. See the article "HOWTO: Use
ASP to Generate a Rich Text Format (RTF) Document to Stream to Microsoft
Word" at
http://support.microsoft.com/default...NoWebContent=1

Good Luck,
Michael D. Kersey

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
.pdf doc to word doc PWB Computer Support 14 09-19-2008 10:41 PM
XML from Word -- formerly Create pdf from existing Word doc (asp.net) Sharon ASP .Net 0 07-27-2005 02:07 AM
Creating Word doc from ASP CJM ASP General 7 10-05-2004 08:24 PM
String[] files = {"a.doc, b.doc"}; VERSUS String[] files = new String[] {"a.doc, b.doc"}; Matt Java 3 09-17-2004 10:28 PM
Parsing MS Word client doc into server-side doc... John Wallace ASP .Net 0 07-22-2003 06:49 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57