Skip to content

Instantly share code, notes, and snippets.

@sdon2
Created April 11, 2022 13:04
Show Gist options
  • Save sdon2/621ab0faf3796fa25e369b43af362166 to your computer and use it in GitHub Desktop.
Save sdon2/621ab0faf3796fa25e369b43af362166 to your computer and use it in GitHub Desktop.
Creates pdf on the fly
html2pdf().from(element).toPdf().get('pdf').then(function (pdf) {
window.open(pdf.output('bloburl'), '_blank');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment