Show PDF file in App

后端 未结 3 1420
日久生厌
日久生厌 2021-02-03 12:03

I found this two possibilities to show a pdf file.

  1. Open a webView with:

    webView.loadUrl(\"https://docs.google.com/gview?embedded=true&url=\"+

3条回答
  •  自闭症患者
    2021-02-03 12:39

    You can show the PDF in your own viewer

    Tier are few open source pdf viewers you should look at: http://androiddeveloperspot.blogspot.com/2013/05/android-pdf-reader-open-source-code.html

    You can encrypt the pdf and make sure that your viewer only will be able to decrypt it.

提交回复
热议问题