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.
8 lines
63 B
PHP
8 lines
63 B
PHP
<?php
|
|
|
|
namespace html2pdf;
|
|
|
|
interface html2pdf_templates_i
|
|
{
|
|
|
|
} |