- Issue created by @arunkumark
- Merge request !7Ability to provide HTML support for Header and Footer â (Open) created by arunkumark
- Status changed to Needs review
5 months ago 5:06pm 19 June 2024
Currently, the PDF Header and Footer doesn't provide support for HTML. If we extend the option to add HTML tags, the PDF will looks more interactive.
1. Install View Data Export and PDF Serialization modules.
2. Create a view using Drupal core view module
3. Add View Data Export display for the View.
4. Use PDF type for the Export.
5. Add HTML header on Product[PDF]: Style options
6. Save the View and Download the PDF.
Add the ability to add HTML for Header and Footer.
Update the
* Form element pdf_serialization_form_views_ui_edit_display_form_alter
* Update TWIG
Testing
Nil
Needs review
2.2
User interface
Involves, uses, or integrates with views. In Drupal 8 core, use the âVDCâ tag instead.