any com dll which work exactly like microsoft.office.Interop.word.dll
-
Saturday, February 25, 2012 1:30 PM
hi
I want to create application which uses Interop of office but it's condition is MS Office is installed on machine ..any any body tell how to resolve this ?
All Replies
-
Sunday, February 26, 2012 6:22 AM
Hi Pravin,
Unfortunately you need to have Microsoft Word installed in order to have access to the Introp libraries that you need to add as references to your project in order to make it work.
Try Aspose.Words, it's designed to allow for Office automation without any dependencies on having Word installed. It provides a nice API to open the document then perform a range of actions such as print, export to pdf and many other outcomes.
Regards
Jiya
- Marked As Answer by Pravin Thokal Monday, February 27, 2012 4:43 AM
-
Monday, February 27, 2012 4:44 AM
Thank you jiya.

