Print.js- A tiny JavaScript library

Button to Print as PDF

<button type="button" onclick="printJS('docs/printjs.pdf')">
    Print PDF
 </button>

Button To print large PDF files

<button type="button" onclick="printJS({printable:'docs/xx_large_printjs.pdf', type:'pdf', showModal:true})">
    Print PDF with Message
 </button>

Button to Print base64 PDF

<button type="button" onclick="printJS({printable: base64, type: 'pdf', base64: true})">
    Print PDF with Message
</button>

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Create a free website or blog at WordPress.com.

Up ↑

Design a site like this with WordPress.com
Get started