M
Michael G. Schneider
I know that using Word Automation in a server side process, as for example
inside an ASP page, is no good idea.
Anything I want to do in the current project is: open document, change some
text, save and close document. Basically changing some variables, consting
of a name embraced by special chars, to some value. As for example: change
"[FirstName]" to "Michael".
Does anybody know whether there is a way for achieving this with basic "file
input / output". Can I regard a Word document as some binary data, perform
the replacement, and save the data, without destroying Word's internal
structure?
Michael G. Schneider
inside an ASP page, is no good idea.
Anything I want to do in the current project is: open document, change some
text, save and close document. Basically changing some variables, consting
of a name embraced by special chars, to some value. As for example: change
"[FirstName]" to "Michael".
Does anybody know whether there is a way for achieving this with basic "file
input / output". Can I regard a Word document as some binary data, perform
the replacement, and save the data, without destroying Word's internal
structure?
Michael G. Schneider