place a convert to pdf button in html code example
Example: place a convert to pdf button in html
<a onclick="this.setAttribute('href', 'https://v2.convertapi.com/convert/web/to/pdf?secret=YOUR_SECRET_HERE&download=attachment&url=' + encodeURI(window.location))" href="#">
Save page as PDF
</a>