Files
api/services/nginx/app/modules/html2pdf/html2pdf_templates_i.php
T
Jepp9350 45328a6b72 Add PDF generation module with HTML2PDF integration.
This commit introduces a new PDF generation module leveraging the HTML2PDF library. The module generates PDFs from HTML templates, supports customization through styles and templates, and integrates with Minio for storage and retrieval. A test route is added for generating and serving PDFs dynamically.
2025-03-14 14:56:55 +01:00

8 lines
63 B
PHP

<?php
namespace html2pdf;
interface html2pdf_templates_i
{
}