FPDF
class FPDF extends TCPDF
This class is used as a bridge between TCPDF and FPDI and will create the possibility to use both FPDF and TCPDF via one FPDI version.
We'll simply remap TCPDF to FPDF again.
It'll be loaded and extended by FPDF_TPL.
Methods
_putstream($s)
No description
_getxobjectdict()
No description
pdf_write_value(array $value)
Encryption of imported data by FPDI
string
_unescape(string $s)
Unescapes a PDF string
string
hex2str(string $hex)
Hexadecimal to string
string
str2hex(string $str)
String to hexadecimal
Details
at line 31
_putstream($s)
at line 35
_getxobjectdict()
at line 51
pdf_write_value(array $value)
Encryption of imported data by FPDI
at line 85
string
_unescape(string $s)
Unescapes a PDF string
at line 150
string
hex2str(string $hex)
Hexadecimal to string
at line 160
string
str2hex(string $str)
String to hexadecimal