Stack Overflow is a community of 4.7 million programmers, just like you, helping each other.

Join them; it only takes a minute:

Sign up
Join the Stack Overflow community to:
  1. Ask programming questions
  2. Answer and help your peers
  3. Get recognized for your expertise

I get pdf contents from a web service and I want to show the pdf contents on an ionic/cordova angularjs app.

For doing that I saw this stackoverflow post. AngularJS: Display blob (.pdf) in an angular app

When I debug the webview on chrome, I don't see a correct pdf content in the "embed" tag. Below is the snapshot of the DOM that I see enter image description here

Is there any good way of showing the pdf stream data in a angular cordova/ionic app?

Can anyone look into this and point me in the right direction?

share|improve this question
    
Please use this github.com/MrRio/jsPDF – Muhsin Oct 14 '15 at 7:21

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.