Friday, 13 September 2013

Variables in jsPDF

Variables in jsPDF

how can I use a variable in jsPDF?
var doc = new jsPDF();
doc.text(20, 20, 'variablehere');
I have tried many different capabilities like ' + variable + ', but no one
worked for me.
Thanks!

No comments:

Post a Comment