Display encrypted file using QuickLook framework or UiDocumentInteractionController

后端 未结 4 968
迷失自我
迷失自我 2021-02-09 13:34

I have an encrypted word/excel/pdf file locally stored which I need to preview in my iPad app. I understand that QLPreviewController or UiDocumentInteractionController could be

4条回答
  •  梦毁少年i
    2021-02-09 14:17

    One way could be.

    use Temp Dir , Save File in Temp , Make NSURL From that Temp File and Display and then Delete that temp Dir after that.

    Thanks.

提交回复
热议问题