Views data export pdf
Categories
Component ID
2904223
Component name
Views data export pdf
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
391
Component created
Component changed
Component body
Views Data Export PDF
Description
This module extends Views Data Export module to allow PDF files export.
Support:
- Grouping field.
- Landscape/Portrait orientation
- User style sheet.
- Custom page width/height
- Display each group as separate table (this help theming, for example show each group on new page.)
- Templates(header, page header, table header, body, table footer, page footer, footer)
Requirements
1. Views Data Export module
2. WkHtmlToPdf (https://wkhtmltopdf.org/)
3. phpwkhtmltopdf module (https://www.drupal.org/project/phpwkhtmltopdf)
4. Libraries module
Installation
1. Place WkHtmlToPdf library under sites/all/libraries folder, so the resulting
structure should look like:
- sites/all/libraries/phpwkhtmltopdf
- sites/all/libraries/phpwkhtmltopdf/scr
- sites/all/libraries/phpwkhtmltopdf/scr/Pdf.php
2. Install WkHtmlToPdf.
3. Enable the module.
4. Configure module admin/config/content/views_data_export_pdf , set path to WkHtmlToPdf.
Usage
Follow the instructions from README.txt of the Views Data Export module.
Credits
Sergey Grigorenko
