view .doc, .docx, .rtf, .ppt file in iphone using Webview

后端 未结 4 870
闹比i
闹比i 2021-02-04 19:39

I want to view .doc, .docx, .rtf, .ppt file in iphone.

But I guess something is going wrong at my side and its not working for the above formats but my code is working f

4条回答
  •  渐次进展
    2021-02-04 20:05

    Try using a QuickLook Framework which is an amazing feature given by Apple. If you have seen this that when you select ANY FILE on MAC System and click SPACE BAR then you will a quick preview of your file it may be any thing... *.pdf, *.doc, *.docx or any thing... Even if you have not installed those softwares for same files you will get a PREVIEW for those files...

    QuickLook framework also gives same functionality... Please go through some of the links for the same..

    • http://robsprogramknowledge.blogspot.com/2011/02/quick-look-for-ios_21.html
    • https://github.com/rob-brown/Demos
    • https://github.com/rob-brown/RBFilePreviewer
    • http://robsprogramknowledge.blogspot.com/2011/02/quick-look-for-ios_21.html
    • (Recommended..) http://iosdevelopertips.com/data-file-management/preview-documents-with-qlpreviewcontroller.html

提交回复
热议问题