Read/Extract .ppt Document all text using c#

徘徊边缘 提交于 2019-12-12 06:38:32

问题


I want to extract all the text from the document .ppt file.

I need some free library or some code to read/extract the .ppt document.

The soultion should not dependent of Ms.Office.

: dont want to use Microsoft Office Interop and IFilter


回答1:


Hey take a look at the following library:

Aspose.com

https://github.com/asposeslides/Aspose_Slides_NET

you can take a look at these also:

http://www.codeproject.com/Articles/13391/Using-IFilter-in-C

http://www.citeknet.com/Products/IFilters/IFilterExplorer/tabid/62/Default.aspx

http://msdn.microsoft.com/en-us/library/ms691105%28VS.85%29.aspx



来源:https://stackoverflow.com/questions/22169661/read-extract-ppt-document-all-text-using-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!