PDFCrowd Blog

Product updates, tips & tricks

Converting HTML to PDF is a common requirement in Django applications - generating invoices, reports, certificates, or any printable document. This tutorial shows how to integrate PDFCrowd's HTML to PDF API into your Django views.

We have released a new version of our WebSave product.

Version 1.3.0

New Features

  • window.WebSave.initButton(element) - Manually initialize buttons added to the page after WebSave loads. Required for single-page applications and dynamically generated content.
    Example:
    window.WebSave.initButton(document.querySelector('.my-button'))