Add text to header with .text method
问题 Can someone tell me how to get text to repeat like header does in jspdf. if I add text like this (jspdf.text(x,y,'test') it's only going on first page! note: I already have a header on this doc but that's done in the html with the <header> tag. I want to append to that sort of. I have to add the text this way as a work around for alignment issues jspdf has. var pdf = new jsPDF('p', 'pt', 'letter'); pdf.rect(430, 20, 125, 50); pdf.text('Order', 430, 35); pdf.autoTableHtmlToJson source = $('