Hi,
I want to read .ppt files in c# without interop.
I already tried the below approach.
https://www.codeproject.com/articles/13391/using-ifilter-in-c?fid=278909&df=90&mpp=25&sort=Position&view=Normal&spc=Relaxed&prof=True&select=2575194&fr=52
It is working fine with the older server but with the latest Windows server 2019 it has some issue with OFFFLit.dll and I can't force end user to downgrade this dll.
Hi Amit,
Use aspose library. Refer below link.
https://blog.aspose.com/2020/02/23/asp-net-core-powerpoint-viewer-display-ppt-pptx-presentations/
Hi @dharmendr,
It is paid dll. Is there any possibility we can write our own code to read the .ppt file. I don't want to do any other stuff, only want to read the content of ppt files.
Try with Open XML SDK.
https://docs.microsoft.com/en-us/previous-versions/office/developer/office-2010/hh351495(v=office.14)?redirectedfrom=MSDN
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.