Merging Word documents in C#

  • Thread starter Thread starter Peter van Schie
  • Start date Start date
P

Peter van Schie

Hi group,

Is it possible to manipulate MS Word documents using C# *without* using
Word automation? I'd like to build a server-side module that is capable
of merging and concatenating multiple Word documents. I don't want to
use automation because Word will not be available on the server.
So is there any (commercial) library that allows me to do this?
Thanks in advance.

Best regards,
Peter.
 
Mark Rae [MVP] schreef:
And probably wouldn't work for very long anyway, which is why Microsoft
neither recommend nor support it:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q257757#kb2
http://support.microsoft.com/default.aspx/kb/288367

Yes I know, that was the reason I don't want to use automation.

Thank you, that's exactly what I was looking for.

Best regards,
Peter.
 
Back
Top