any com dll which work exactly like microsoft.office.Interop.word.dll
-
25 Februari 2012 13:30
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 ?
Semua Balasan
-
26 Februari 2012 6:22
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
- Ditandai sebagai Jawaban oleh Pravin Thokal 27 Februari 2012 4:43
-
27 Februari 2012 4:44
Thank you jiya.