tcpdf_example_contents |
tcpdf_example/tcpdf_example.pages.inc |
Page callback for contents page. |
|
1 |
tcpdf_example_default_header |
tcpdf_example/tcpdf_example.pages.inc |
Callback for generating the header. This function acts like if it overridded
the Header() function of tcpdf class except the tcpdf instance is not $this
but a parameter. |
|
1 |
tcpdf_example_download |
tcpdf_example/tcpdf_example.pages.inc |
Page callback for downloading example pdf files. |
|
1 |
tcpdf_example_menu |
tcpdf_example/tcpdf_example.module |
Implements hook_menu(). |
|
|
tcpdf_example_permission |
tcpdf_example/tcpdf_example.module |
Implements hook_permission(). |
|
|
tcpdf_example_simple_pdf |
tcpdf_example/tcpdf_example.pages.inc |
Generates a pdf file using TCPDF module. |
1 |
|
tcpdf_example_theme |
tcpdf_example/tcpdf_example.module |
Implements hook_theme(). |
|
|
tcpdf_get_instance |
./tcpdf.module |
Gets an instance of TCPDFDrupal. Always use this function to get a fresh
instance of the class. |
1 |
|
tcpdf_libraries_info |
./tcpdf.module |
Implements hook_libraries_info(). |
|
|
tcpdf_requirements |
./tcpdf.install |
Use requirements to ensure that the TCPDF cache directory can be
created. |
|
|