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.class.inc |
tcpdf.class.inc |
|
Contains \TCPDF\TCPDFDrupal. |
tcpdf.config.inc |
tcpdf.config.inc |
|
|
tcpdf.info |
tcpdf.info |
|
name = "TCPDF"
description = "TcPDF wrapper for Drupal"
core = 7.x
package = "Pdf"
version = "7.x-1.x-dev"
project = "TCPDF"
dependencies[] = libraries |
tcpdf.install |
tcpdf.install |
|
Installs and check the requirements of TCPDF module. |
tcpdf.module |
tcpdf.module |
|
TCPDF module provides an API to use TCPDF in Drupal environment. |
tcpdf_example.info |
tcpdf_example/tcpdf_example.info |
|
name = "TCPDF Example"
description = "Examples "
core = 7.x
package = "Pdf"
version = "7.x-1.x-dev"
project = "TCPDF"
dependencies[] = tcpdf |
tcpdf_example.module |
tcpdf_example/tcpdf_example.module |
|
Provide examples of using the TCPDF module. |
tcpdf_example.pages.inc |
tcpdf_example/tcpdf_example.pages.inc |
|
Contains page callbacks and related functions of TCPDF module. |
tcpdf_example_basic_html.tpl.php |
tcpdf_example/tpl/tcpdf_example_basic_html.tpl.php |
|
Example template file for TCPDF Example module. |