Search code examples
cordovapdfexternal-links

read pdf browser phonegap


I'd like to read pdf like that with phonegap:

window.open('http://www.mysite.com/file.pdf', '_blank', 'location=yes');

but I have a white page is there a way to read pdf files without download them ?

Thanks


Solution

  • Ok, I foudn using the google web service to read pdf. Thanks all