|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Go to the source code of this file.
Namespaces | |
| namespace | com\tecnick\tcpdf |
| Configuration file for TCPDF. | |
Variables | |
| $pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false) | |
| $background_text = str_repeat('TCPDF test PNG Alpha Channel ', 50) | |
| $mask = $pdf->Image('images/alpha.png', 50, 140, 100, '', '', '', '', false, 300, '', true) | |
| $background_text = str_repeat('TCPDF test PNG Alpha Channel ', 50) |
Definition at line 78 of file example_042.php.
| $mask = $pdf->Image('images/alpha.png', 50, 140, 100, '', '', '', '', false, 300, '', true) |
Definition at line 90 of file example_042.php.
Referenced by QRcode\encodeMask(), QRcode\getFormatInfo(), ilObjBlogAdministrationGUI\initFormSettings(), ilObjPortfolioAdministrationGUI\initFormSettings(), QRcode\mask(), QRcode\newFromBytes(), QRcode\newFromNum(), Log\setMask(), and QRcode\writeFormatInformation().
| $pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false) |
Definition at line 31 of file example_042.php.