Website tools
A print button for any site.
Paste one snippet. When a reader clicks it, the current page opens in the PrintxPDF cleaner, ready to print, PDF or email.
Preview
Embed code
<!-- PrintxPDF button --> <a href="https://printxpdf.com/print?url=" class="printxpdf-btn" onclick="this.href='https://printxpdf.com/print?url='+encodeURIComponent(location.href)" target="_blank" rel="noopener" style="display:inline-flex;align-items:center;gap:8px;padding:10px 18px;font:800 14px/1 system-ui,sans-serif;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;color:#FFFFFF;background:#2B5BFF;border:3px solid #0B0B0F;box-shadow:4px 4px 0 #0B0B0F"> ⎙ Print / PDF </a>
Customize
The button is plain HTML with inline styles, so it works in any CMS, static site or email template that allows links.