Skip to content

Instantly share code, notes, and snippets.

@KritikaSharmaKS
Created September 17, 2020 02:08
Show Gist options
  • Save KritikaSharmaKS/24922941e660cf876ecac33a36f42df4 to your computer and use it in GitHub Desktop.
Save KritikaSharmaKS/24922941e660cf876ecac33a36f42df4 to your computer and use it in GitHub Desktop.
Add a button to print a PDF file located on your hosting server.
<button type="button" onclick="printJS('docs/printjs.pdf')">
Print PDF
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment