PDF Generator

This project is not covered by Drupal’s security advisory policy.

This module intend to generate a simple way to generate PDF Files...

For now the module include two features:

  • A service to generate pdf files that will be used in a controller easily.
  • A views display plugin to generate an PDF file from any view.

To use the display you only need to generate a new display of type PDF on your views, select a format for the output and configure the path of the view.

The module depends of DomPDF library.

https://github.com/dompdf/dompdf

If you use composer the library will be automatically added to the project.

If composer not download the library you can do it easily with the next command:

$ composer require dompdf/dompdf:^0.8

If you do not use composer you must download the library and place it on the "vendor" folder of the project decompressed:

https://github.com/dompdf/dompdf/releases/tag/v0.8.3

Supporting organizations: 

Project information

Releases