Late word binding in C #

I am developing an application that should interact with versions of MSWord and PPT 2003, 2007 and 2010. I read several articles and found that Late binding is the best option.

Can someone post some sample code how to do this for word and PPT?

How to get running instances of the application, regardless of their version?

+3
source share
2 answers

It is best to use the Ms Word / PowerPoint object libraries that make com intero very simple from .net. To do this, there is a step by step:

http://www.c-sharpcorner.com/UploadFile/amrish_deep/WordAutomation05102007223934PM/WordAutomation.aspx

Along with the required Microsoft tutorial:

http://support.microsoft.com/kb/316384

COM :

http://www.devarticles.com/c/a/C-Sharp/Using-Late-Bound-COM-Objects/

, Microsoft COM, !

aspose Libraries , api COM. pricy, dev.

+1

NetOffice (http://netoffice.codeplex.com) - Office. Office , Office :

NetOffice version info

+1

All Articles