JsPDF add Link

requirements:
Click the button to export the page content for pdf
html2canvas to intercept web content,
how to add a link to the pdf to be generated, you can click the link in pdf to open the page

Oct.14,2021

doc.textWithLink ('Click here', x, y, {url:' http://www.google.com'});

Menu