Link to home
Start Free TrialLog in
Avatar of barman78
barman78

asked on

ASP+VBScript word automation

Hi Experts,

       I had a lines of codes in ASP VBScript that used to create a word document. But having problem when trying to run the script at the server as it took so long to process this line: owordapp.Documents.Open (App.Path & "\sample.doc") until it reached its server timeout so the process was unsuccessful. What I want to do is to open a one word document then the other document will be inserted to to the first document and I need to get this line working owordapp.Documents.Open (App.Path & "\sample.doc"). It is working good in my local pc but when tried to run on the server took so long to load that lead to unsuccessful process.

       If you know other way how to automate word using ASP it would be a great help. Or anyone here knows how to insert header and footer to an existing word document. Header/Footer may contains images and texts.

Thanks,

Marj
ASKER CERTIFIED SOLUTION
Avatar of sybe
sybe

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of barman78
barman78

ASKER

But my sample.doc contains images/pictures does using RTF supports this too? that sample  doc was generated by the code which data are from database.
RTF supports bitmaps.

Just try it out. Add an image to a document and save as RTF. Then open it as plain text.
Forced accept.

Computer101
EE Admin