News

This is a basic how-totutorial on adding single or multiple images to pdf using jspdf framework. jspdf framework is a frameworkwhich helps to convert an html document into pdf format. to achieve this, ...
Using JavaScript in a PDF to quickly and easily generate multiple (20-30) course completion certificates each class. Initial Problem: I designed a certificate template for a teacher to distribute to ...
2) addPage: To add a new page to PDF, addPage is used. 3) output: Output will generate the PDF document. 4) doc.internal.pageSize.width: Get width of pdf 5) doc.internal.pageSize.height: Get height of ...