Views data export pdf

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:

  1. Grouping field.
  2. Landscape/Portrait orientation
  3. User style sheet.
  4. Custom page width/height
  5. Display each group as separate table (this help theming, for example show each group on new page.)
  6. 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