{# PDF Generation Feature - Include this partial where PDF export is needed #}
{# Usage: {% include "../../includes/features/pdf-generator.html" %} #}
{% if enable_pdf_export %}
{# PDF Generation using jsPDF and html2canvas #}
{# PDF Export Styles #}
{% endif %}