Print and Download(PDF) Functionality in show page

Hi everyone, is there a library to perform either or both the 2. Have a print button where when clicked, one can have a printed copy of the show.html.eex page or download it as a PDF doc.

If not, could anyone suggest how i can implement this. Thanks :slight_smile:

1 Like

If You look at https://hex.pm under PDF, You will find pdf_generator as the first choice.

It will do the trick to convert HTML to PDF.

2 Likes