Does anyone know how (or if it is even possible) to create a button on an html page that, when that webpage is saved as a PDF, the button is still functional? I am trying to have this button link to a webpage so that in the PDF, the user can click on the button to go to a link.
Share
There are a couple of options:
<a/>tag and style it as a link.onclickbehavior.I would go with #1. Also, if you are looking for a PDF conversion tool that support javascript you could either use WKHTMLTOPDF or use the API based HTML to PDF conversion tool Sprint PDF.