I
iconmsdn
Hello All,
We need to merge two rtf documents automatically without the user seeing.
The combined product of this merge is then shown to the user.
Currently we :
open the docs using notepad,
remove the last outer brace from the first doc
and the first outer brace from the second.
We then save them to a new rtf text document and then open this in word.
However this is causing problems with font tables and other items in the
headers of the rtf.
We have tested using Word automation but want to know if there is any other
way or a recommended way of doing this?
We currently do the merging of the rtf on the server side. Moving to using
Word Automation will mean we need to rely on the COM component server side
which as the following link shows is not a good idea:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q257757#kb2
We are considering moving the merging client side and therefore we can use
Word automation but this does add extra time to the client viewing the
document.
I presume that the method of merging the rtf by removing the braces is a
complete no no? Has anyone ever tried doing it this way? If we can
categorically rule this out we can push forward with the Word Automation.
Thanks for your help
We need to merge two rtf documents automatically without the user seeing.
The combined product of this merge is then shown to the user.
Currently we :
open the docs using notepad,
remove the last outer brace from the first doc
and the first outer brace from the second.
We then save them to a new rtf text document and then open this in word.
However this is causing problems with font tables and other items in the
headers of the rtf.
We have tested using Word automation but want to know if there is any other
way or a recommended way of doing this?
We currently do the merging of the rtf on the server side. Moving to using
Word Automation will mean we need to rely on the COM component server side
which as the following link shows is not a good idea:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q257757#kb2
We are considering moving the merging client side and therefore we can use
Word automation but this does add extra time to the client viewing the
document.
I presume that the method of merging the rtf by removing the braces is a
complete no no? Has anyone ever tried doing it this way? If we can
categorically rule this out we can push forward with the Word Automation.
Thanks for your help