This project is not covered by Drupal’s security advisory policy.

Module Overview: HTML to PDF

This module converts HTML files to PDF format, specifically designed for converting emailer HTML templates into PDFs 

Requirements

  • Library: This module requires the Dompdf library for conversion
  • Installation: Install Dompdf using the following command.
    composer require dompdf/dompdf

Setup Instructions

  • Enable the Module: After installing the library, make sure to enable the module.
  • Upload HTML File
  • Navigate to: /admin/config/upload
  • Here, you can upload your HTML file

Conversion Process

  • Upon uploading your HTML file, it will be converted to PDF and automatically downloaded
  • Error Handling: If the HTML file contains invalid characters, an error will be thrown, and the file will not be converted to PDF

Notes

  • Ensure that your HTML is well-formed to avoid conversion errors

Project information

Releases