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:^3.1
If you do not use composer you must download the library and place it on the "vendor" folder of the project decompressed:
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.
More in the PDF ecosystem
Most installed first