How to support PDF viewing for all mobile browser?

前端 未结 4 662
旧巷少年郎
旧巷少年郎 2021-01-03 05:54

I am using




to embed a pdf file on my website. e.g.

         


        
      
      
      
4条回答
  •  半阙折子戏
    2021-01-03 06:28

    One cross-platform solution I've found is ViewerJS.

    Android-compatible embedding can be accomplished using an iFrame by providing both the URL to the ViewerJS project folder and the URL to the PDF to be embedded (relative to ViewerJS), separated by a hash:

    
    

提交回复
热议问题