3

I am trying to develop an Apache Cordova Application with Visual Studio 2013 for Android, using Typescript. I am unable to display my PDF. My program begins by downloading the PDF file to the Android Device from a website. After this though, I am unaware as to how to use pdf.js to display the downloaded PDF. I tried looking at the examples and implementing them on a HTML file in IE, but I've been unsuccessful with all attempts to display any kind of PDF, so a sample that works, but not on Android is also appreciated.

Rob W
  • 341,306
  • 83
  • 791
  • 678
user1624667
  • 231
  • 3
  • 11

1 Answers1

1

so a sample that works, but not on Android is also appreciated.

The PDF js hello world : http://mozilla.github.io/pdf.js/examples/learning/helloworld.html You can open it on android too.

basarat
  • 261,912
  • 58
  • 460
  • 511