INSTALL.txt |
INSTALL.txt |
|
INSTALL
----
1. Download and install library module.
2. Download TCPDF library from http://sourceforge.net/projects/tcpdf/files/
3. Extract it to sites/all/libraries.
4. Download and install TCPDF module.
5. Check the status report to verify if the… |
README.txt |
README.txt |
|
TCPDF is a wrapper module for the popular TCPDF library. It is meant to use by
module developers.
In most cases it is enough to get a TCPDFDrupal instance with tpdf_get_instance, and
use it as it were a normal instance of TCPDF class. In order to… |
tcpdf.config.inc |
tcpdf.config.inc |
|
|
tcpdf.info.yml |
tcpdf.info.yml |
|
tcpdf.info.yml |
tcpdf.install |
tcpdf.install |
|
Contains requirements for the TCPDF module. |
tcpdf.module |
tcpdf.module |
|
TCPDF module provides an API to use TCPDF in Drupal environment. |
TCPDFDrupal.php |
src/TCPDFDrupal.php |
Drupal\tcpdf |
Contains \TCPDF\TCPDFDrupal. |
tcpdf_example.info.yml |
tcpdf_example/tcpdf_example.info.yml |
|
tcpdf_example/tcpdf_example.info.yml |
tcpdf_example.links.menu.yml |
tcpdf_example/tcpdf_example.links.menu.yml |
|
tcpdf_example/tcpdf_example.links.menu.yml |
tcpdf_example.module |
tcpdf_example/tcpdf_example.module |
|
Provide examples of using the TCPDF module. |
tcpdf_example.permissions.yml |
tcpdf_example/tcpdf_example.permissions.yml |
|
tcpdf_example/tcpdf_example.permissions.yml |
tcpdf_example.routing.yml |
tcpdf_example/tcpdf_example.routing.yml |
|
tcpdf_example/tcpdf_example.routing.yml |
tcpdf_example_basic_html.html.twig |
tcpdf_example/templates/tcpdf_example_basic_html.html.twig |
|
Example template file for TCPDF Example module. |
TcpPdfExampleController.php |
tcpdf_example/src/Controller/TcpPdfExampleController.php |
Drupal\tcpdf_example\Controller |
Contains \Drupal\tcpdf_example\Controller\TcpPdfExampleController |