Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open Pdf in cordova app

Tags:

I want to open PDF file from URL within app screen without open any inappbrowser or external app please tell me is there is any solution for this

like image 512
Nishant Dixit Avatar asked Aug 09 '16 06:08

Nishant Dixit


1 Answers

I think you are looking for PDF Reader plugins:

  1. https://github.com/sitewaerts/cordova-plugin-document-viewer (Recommended)
  2. https://github.com/pwlin/cordova-plugin-file-opener2
  3. https://github.com/etabard/Cordova-PDFReader-IOS

Regards.

like image 68
Hardik Vaghani Avatar answered Sep 29 '22 06:09

Hardik Vaghani