jsPDF is a library to generate PDF on client-side JavaScript. Normally we use DomPDF (https://github.com/dompdf/dompdf)to create PDF on PHP based back end frameworks and we can use jsPDF to generate PDF on client side not on server side.https://github.com/MrRio/jsPDF
