ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Go to the source code of this file.
Namespaces | |
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) | |
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 phpseclib\Net\SSH1\_connect(), phpseclib\Crypt\Hash\_rightRotate(), phpseclib\Crypt\Hash\_rightShift(), sspmod_negotiate_Auth_Source_Negotiate\authenticate(), phpseclib\Math\BigInteger\bitwise_leftRotate(), PhpOffice\PhpSpreadsheet\Style\NumberFormat\NumberFormatter\complexNumberFormatMask(), phpseclib\File\ASN1\convert(), PhpOffice\PhpSpreadsheet\Calculation\TextData\Format\DOLLAR(), QRcode\encodeMask(), PhpOffice\PhpSpreadsheet\Style\NumberFormat\PercentageFormatter\format(), QRcode\getFormatInfo(), SimpleSAML\Utils\Net\ipCIDRcheck(), QRcode\mask(), SimpleSAML\Logger\maskErrors(), SimpleSAML_Utilities\maskErrors(), QRcode\newFromBytes(), QRcode\newFromNum(), PhpOffice\PhpSpreadsheet\Style\NumberFormat\NumberFormatter\processComplexNumberFormatMask(), 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.