How can I convert HTML template file to PDF using jsPDF?
I have created already some jQuery code to make it work and it does but not exactly how it supposed to? Exactly I’m generating an invoice with HTML template that replace content and saving it as new html file. Then with jQuery on button click it should convert that generated invoice to PDF as A4 format. It does convert and downloading but when I previewing it has not properly size (does not fit content from HTML invoice).