This creates a text based pdf. Include in your header Export button Javascript code to do the export when the button is clicked
Category: jsPDF
.jsPDF general
Documentation https://artskydj.github.io/jsPDF/docs/jsPDF.html
Generate Multipage PDF from Single Canvas of HTML
This is based on the example detailed here: https://www.freakyjolly.com/multipage-canvas-pdf-using-jspdf/ Its OK for some uses, but its an image-based output, so if your HTML is full of text, that text gets converted to an image grab before being added to the pdf and will get sliced for page joins anywhere, including in the middle of a […]