Hello !
I use PDF Conjurer, and I wanted my users to be able to press a button and prompt the printer window on their desktop computer to print the generated pdf on a real printer. Any idea for achieving this ? Something a can put the S3 url in maybe ?
I tried this in thml element, but it returns the bubble page instead of the pdf…
<a href="/path/to/file.pdf" onClick="window.print();return false">Click here to download the printable version</a>