var pdf = new jsPDF({ orientation: 'p', unit: 'mm', format: 'a4', putOnlyllsedFonts: true }); pdf.text('Example' 20, 20); pdf.save('demo.pdf');