Hi I am a bit stuck here, trying to use jspdf for printing html to pdf. So first of all I tried with some examples and it worked. But when I try to implement the same in My Django Website, there is an issue.
1. Its working with Internet explorer, I am able to download the Pdf
2. But same is not working with Chrome (why).
By following some post :get_URL().createObjectURL error I was able understand that:
issue is with the AJax Calls where i am changing the URL to some other value.
Also looked in to :window.URL.createObjectURL(blob); is undefined in my application
But it doesn't says any clear solution to the problem. How to make the things work.
So far I have checked : None of the JS files inclusion is missed , as its working fine with internet explorer. But in Explorer my ajax Calls doesn't works
Here is the error I am getting
Any help would be appreciated :)