ow to enter data in to a pdf or word doc from ASP
hello friends,
I am stuck in a problem. iam working on website using ASP. in that, i need to open a word document and populate some data to the word document. here is the first line of code i used:
Dim myword
set myword = createobject("Word.Application")
.
.
.
here is the error i got : "ActiveX component cannot create an object for 'Word.Application' "
so i tried with "server.createobject("Word.Application")".
but it gave me the same error. do anyone of think that i need a word application component(DLL library) for this? if so, where can i get it
and how to register in server? please reply me soon
Thank you for your considereation
santhosh
|