I'm trying to use jspdf based on the examples I saw here. And I'm having 2 basic problems, if I use the code below:
$('#download_pdf').click(function() {
var doc = new jsPDF('portrait', 'pt', 'a4'),
data = new Date();
margins = {...
asked by
10.07.2018 / 18:33