Hi,
How to read content from .doc and .ppt files in C# asp .Net without using Microsoft.office.interop.
Hi,
How to read content from .doc and .ppt files in C# asp .Net without using Microsoft.office.interop.
Alternatives were discussed in https://support.microsoft.com/en-us/topic/considerations-for-server-side-automation-of-office-48bcfe93-8a89-47f1-0bce-017433ad79e2 Quite a few vendors can be found via a search engine.
Hi @DhananjaySiwach-3715 ,
If you need to read legacy Word documents (doc), you must use interop. But if you use the modern word file format (.docx), you could also try the Open XML SDK for Office.
For your requirements, I think Microsoft.office.interop is best for you.
10 people are following this question.