Document viewer for ipad [closed]

2019-05-11 17:22发布

问题:

I am new to Xcode world. I am working in Xcode to develop a Document Viewer for Ipad that support DOC and PPT file types. I googled it so many times, but nothing useful. I badly need a library. Please help me to choose a library for ios to support MS Documents and Powerpoint. Thanks in advance...

回答1:

Have you tried this?

http://developer.apple.com/library/ios/#samplecode/DocInteraction/Introduction/Intro.html

It works fine for excel, word, pdf, images,...But I didn't test it for PPT files.



回答2:

If you just want to view PDFs and PPT files (as well as Word documents) then you can simply use a UIWebView