question

DhananjaySiwach avatar image
0 Votes"
DhananjaySiwach asked XuDongPeng-MSFT commented

How to read content from .doc and .ppt files?

Hi,

How to read content from .doc and .ppt files in C# asp .Net without using Microsoft.office.interop.

dotnet-csharpdotnet-aspnet-general
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

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.

0 Votes 0 ·

0 Answers