default_pdf.css |
css/default_pdf.css |
|
Default stylesheet used for PDFs unless "Custom stylesheet path" is set. |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim… |
README.txt |
README.txt |
|
See README.md. |
vde_pdf_background_process.info |
modules/vde_pdf_background_process/vde_pdf_background_process.info |
|
name = Views Data Export PDF - Background Process
description = "Enhances other VDE PDF plug-ins by off-loading time-consuming conversions of large data sets into PDF via the Background Process module."
package = Views Data Export PDF
core =… |
vde_pdf_background_process.install |
modules/vde_pdf_background_process/vde_pdf_background_process.install |
|
Installation hooks and functions for the Views Data Export PDF - Background
Process module. |
vde_pdf_background_process.module |
modules/vde_pdf_background_process/vde_pdf_background_process.module |
|
Functions and hooks for the Views Data Export PDF - Background Process
module. |
vde_pdf_mpdf.info |
modules/vde_pdf_mpdf/vde_pdf_mpdf.info |
|
name = Views Data Export PDF - Renderer: mPDF
description = "Renders PDFs using the mPDF PHP library."
package = Views Data Export PDF
core = 7.x
php = 7
dependencies[] = views_data_export_pdf |
vde_pdf_mpdf.module |
modules/vde_pdf_mpdf/vde_pdf_mpdf.module |
|
Functions and hooks for the Views Data Export PDF - Renderer: mPDF module. |
vde_pdf_wkhtmltopdf.info |
modules/vde_pdf_wkhtmltopdf/vde_pdf_wkhtmltopdf.info |
|
name = Views Data Export PDF - Renderer: wkhtmltopdf
description = "Renders PDFs using the wkhtmltopdf PHP library and command-line tool."
configure = admin/config/content/views_data_export_pdf
package = Views Data Export PDF
core = 7.x
php… |
vde_pdf_wkhtmltopdf.module |
modules/vde_pdf_wkhtmltopdf/vde_pdf_wkhtmltopdf.module |
|
|
vde_pdf_wkhtmltopdf.theme.inc |
modules/vde_pdf_wkhtmltopdf/vde_pdf_wkhtmltopdf.theme.inc |
|
Theme and preprocess functions for "Views Data Export PDF - Renderer:
wkhtmltopdf". |
vde_pdf_wkhtmltopdf_mpdf.info |
modules/vde_pdf_wkhtmltopdf_mpdf/vde_pdf_wkhtmltopdf_mpdf.info |
|
name = Views Data Export PDF - Renderer: Hybrid wkhtmltopdf + mPDF
description = "Renders PDFs efficiently with wkhtmltopdf and then uses mPDF to apply headers and footers."
package = Views Data Export PDF
core = 7.x
php = 7
dependencies[]… |
vde_pdf_wkhtmltopdf_mpdf.module |
modules/vde_pdf_wkhtmltopdf_mpdf/vde_pdf_wkhtmltopdf_mpdf.module |
|
Functions and hooks for the
"Views Data Export PDF - Renderer: wkhtmltopdf and mPDF Hybrid" module. |
views-data-export-pdf-body.tpl.php |
theme/views-data-export-pdf-body.tpl.php |
|
Theme export PDF body. |
views-data-export-pdf-footer.tpl.php |
theme/views-data-export-pdf-footer.tpl.php |
|
Theme export PDF footer. |
views-data-export-pdf-header.tpl.php |
theme/views-data-export-pdf-header.tpl.php |
|
Theme export PDF header. |
views-data-export-pdf-pfooter.tpl.php |
theme/views-data-export-pdf-pfooter.tpl.php |
|
|
views-data-export-pdf-pheader.tpl.php |
theme/views-data-export-pdf-pheader.tpl.php |
|
|
views-data-export-pdf-tfooter.tpl.php |
theme/views-data-export-pdf-tfooter.tpl.php |
|
Theme export PDF table footer. |
views-data-export-pdf-theader.tpl.php |
theme/views-data-export-pdf-theader.tpl.php |
|
Theme export PDF table header. |
views-data-export-pdf.tpl.php |
theme/views-data-export-pdf.tpl.php |
|
Theme export PDF. |
views_data_export_pdf.admin.inc |
views_data_export_pdf.admin.inc |
|
Views_data_export_pdf admin form. |
views_data_export_pdf.api.php |
views_data_export_pdf.api.php |
|
API documentation for Views Data Export PDF. |
views_data_export_pdf.info |
views_data_export_pdf.info |
|
name = Views Data Export PDF
description = "Extension to VDE, which allows PDF files export utilizing WkHtmlToPdf library"
package = Views Data Export PDF
core = 7.x
php = 7
dependencies[] = views_data_export
; Plugins
files[] =… |
views_data_export_pdf.install |
views_data_export_pdf.install |
|
Install and update hooks for the Views Data Export PDF module. |
views_data_export_pdf.module |
views_data_export_pdf.module |
|
Main module functions and hooks. |
views_data_export_pdf.theme.inc |
theme/views_data_export_pdf.theme.inc |
|
Theme and preprocess functions for "Views Data Export PDF". |
views_data_export_pdf.views.inc |
views_data_export_pdf.views.inc |
|
Views include file with views hooks. |
views_data_export_pdf_background_process_renderer.inc |
modules/vde_pdf_background_process/src/views_data_export_pdf_background_process_renderer.inc |
|
Contains the background process renderer. |
views_data_export_pdf_conversion_exception.inc |
src/views_data_export_pdf_conversion_exception.inc |
|
Contains the PDF conversion exception class. |
views_data_export_pdf_error_reporting_trait.inc |
src/views_data_export_pdf_error_reporting_trait.inc |
|
Contains a trait for simplifying logging of errors and exceptions. |
views_data_export_pdf_mpdf_in_proc_renderer.inc |
modules/vde_pdf_mpdf/src/views_data_export_pdf_mpdf_in_proc_renderer.inc |
|
|
views_data_export_pdf_plugin_display_export.inc |
plugins/views_data_export_pdf_plugin_display_export.inc |
|
Contains the Views Data Export Display plug-in for PDF format. |
views_data_export_pdf_plugin_style_export.inc |
plugins/views_data_export_pdf_plugin_style_export.inc |
|
PDF style plugin. |
views_data_export_pdf_renderer.inc |
src/views_data_export_pdf_renderer.inc |
|
Contains the interface for PDF rendering. |
views_data_export_pdf_renderer_base.inc |
src/views_data_export_pdf_renderer_base.inc |
|
Contains the base class for PDF renderers. |
views_data_export_pdf_view_full_result_file_store.inc |
src/views_data_export_pdf_view_full_result_file_store.inc |
|
Contains the View Result Temp Store class. |
views_data_export_pdf_view_no_op_result_store.inc |
src/views_data_export_pdf_view_no_op_result_store.inc |
|
Contains the no-op View Result Temp Store implementation. |
views_data_export_pdf_view_placeholder_result_store.inc |
src/views_data_export_pdf_view_placeholder_result_store.inc |
|
Contains the "Placeholder" View Result Temp Store class. |
views_data_export_pdf_view_result_temp_store.inc |
src/views_data_export_pdf_view_result_temp_store.inc |
|
Contains the interface for View Result Stores. |
views_data_export_pdf_wkhtmltopdf_in_proc_renderer.inc |
modules/vde_pdf_wkhtmltopdf/src/views_data_export_pdf_wkhtmltopdf_in_proc_renderer.inc |
|
Contains the class for rendering PDFs with WK HTML to PDF. |
views_data_export_pdf_wkhtmltopdf_mpdf_in_proc_renderer.inc |
modules/vde_pdf_wkhtmltopdf_mpdf/src/views_data_export_pdf_wkhtmltopdf_mpdf_in_proc_renderer.inc |
|
Contains the class for rendering PDFs with WK HTML to PDF AND mPDF. |