Created
September 17, 2020 02:08
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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