This module allows you to export data from a Drupal view to a PDF format. It respects any filters applied to the view and includes custom headers and footers in the generated PDF.
This module enables printing a PDF from a view.
Features
It exports the view to PDF, taking into account the applied view filters. Anything added to the header and footer will be displayed in the PDF's header and footer.
Post-Installation
After installing it, you need to navigate to the view and add the new display, then configure it accordingly.
Additional Requirements
As a requirement, you must have the "drupal/views_data_export" module and the "tecnickcom/tcpdf" module installed.
Similar projects
Yes, there is a similar module, but it's abandoned and only available for Drupal 7: https://www.drupal.org/project/views_data_export_pdf
Community Documentation
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.0.0-beta1 | Pre-release | 9–11 | Modernize module with PHP 8, fix buildResponse signature and add logo/metadata config | Nov 21, 2025 | |
| 1.0.0-alpha1 | Pre-release | 9–11 | Extends views_data_export to export views to PDF using TCPDF. | Feb 23, 2025 |