-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
Thank you for submitting an issue to jsPDF. Please read carefully.
jsPDF Version
1.3.5
Have you tried using jspdf.debug.js?
Yes, currently using it.
Steps to reproduce
var doc = new jsPDF();
doc.fromHTML(document.getElementById("chip"), function(){
console.log("Callback");
doc.save('test.pdf');
})
If I use addHTML
instead, I get the same issue. I see the canvas
object being rendered
0ms html2canvas: html2canvas 1.0.0-alpha.10
189ms html2canvas: Canvas renderer initialized (1746x32 at 174,437) with scale 1
But the callback function is still not called.
http://jsbin.com/qamececego/edit?html,js,output
What I saw
Callback function is not called. Console.log not executed and pdf not saved.
What I expected
Callback function to be called.
SunboX, piyushraja and baluMallisetty
Metadata
Metadata
Assignees
Labels
No labels