You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
var doc = new jsPDF('p','pt','a4'); but while creating object with below method and specifying compression as true it shows garbage character on PDF. var doc = new jsPDF({orientation: 'p',unit: ...