diff --git a/htdocs/compta/facture/impayees.php b/htdocs/compta/facture/impayees.php index f093b143116..e5cd4f79ae1 100644 --- a/htdocs/compta/facture/impayees.php +++ b/htdocs/compta/facture/impayees.php @@ -72,6 +72,11 @@ if ($_POST["action"] == "builddoc" && $user->rights->facture->lire) if ($conf->global->MAIN_DISABLE_PDF_COMPRESSION) $pdf->SetCompression(false); //$pdf->SetCompression(false); + if (class_exists('TCPDF')) + { + $pdf->setPrintHeader(false); + $pdf->setPrintFooter(false); + } $pdf->SetFont('Helvetica'); //$pdf->Open(); diff --git a/htdocs/includes/modules/action/rapport.pdf.php b/htdocs/includes/modules/action/rapport.pdf.php index 7fbf2390887..6e6f76f1aac 100644 --- a/htdocs/includes/modules/action/rapport.pdf.php +++ b/htdocs/includes/modules/action/rapport.pdf.php @@ -112,7 +112,12 @@ class CommActionRapport $pdf=new FPDI('P','mm',$this->format); } - $pdf->SetFont('Helvetica'); + if (class_exists('TCPDF')) + { + $pdf->setPrintHeader(false); + $pdf->setPrintFooter(false); + } + $pdf->SetFont('Helvetica'); $pdf->Open(); $pagenb=0; diff --git a/htdocs/includes/modules/cheque/pdf/pdf_blochet.class.php b/htdocs/includes/modules/cheque/pdf/pdf_blochet.class.php index b73e768313a..ae4081bb852 100644 --- a/htdocs/includes/modules/cheque/pdf/pdf_blochet.class.php +++ b/htdocs/includes/modules/cheque/pdf/pdf_blochet.class.php @@ -127,7 +127,12 @@ class BordereauChequeBlochet extends ModeleChequeReceipts $pdf=new FPDI('P','mm',$this->format); } - $pdf->SetFont('Helvetica'); + if (class_exists('TCPDF')) + { + $pdf->setPrintHeader(false); + $pdf->setPrintFooter(false); + } + $pdf->SetFont('Helvetica'); $pdf->Open(); $pagenb=0; diff --git a/htdocs/includes/modules/commande/pdf_edison.modules.php b/htdocs/includes/modules/commande/pdf_edison.modules.php index cb2b33dbb26..4495d9b754d 100644 --- a/htdocs/includes/modules/commande/pdf_edison.modules.php +++ b/htdocs/includes/modules/commande/pdf_edison.modules.php @@ -153,7 +153,12 @@ class pdf_edison extends ModelePDFCommandes $pdf=new FPDI('P','mm',$this->format); } - $pdf->SetFont('Helvetica'); + if (class_exists('TCPDF')) + { + $pdf->setPrintHeader(false); + $pdf->setPrintFooter(false); + } + $pdf->SetFont('Helvetica'); $pdf->Open(); $pagenb=0; diff --git a/htdocs/includes/modules/commande/pdf_einstein.modules.php b/htdocs/includes/modules/commande/pdf_einstein.modules.php index 6d1c20415aa..e52e071b6cb 100644 --- a/htdocs/includes/modules/commande/pdf_einstein.modules.php +++ b/htdocs/includes/modules/commande/pdf_einstein.modules.php @@ -175,7 +175,12 @@ class pdf_einstein extends ModelePDFCommandes $pdf=new FPDI('P','mm',$this->format); } - $pdf->SetFont('Helvetica'); + if (class_exists('TCPDF')) + { + $pdf->setPrintHeader(false); + $pdf->setPrintFooter(false); + } + $pdf->SetFont('Helvetica'); $pdf->Open(); $pagenb=0; diff --git a/htdocs/includes/modules/expedition/pdf/pdf_expedition_merou.modules.php b/htdocs/includes/modules/expedition/pdf/pdf_expedition_merou.modules.php index 51a3a434cf5..b615296fe29 100644 --- a/htdocs/includes/modules/expedition/pdf/pdf_expedition_merou.modules.php +++ b/htdocs/includes/modules/expedition/pdf/pdf_expedition_merou.modules.php @@ -152,7 +152,12 @@ Class pdf_expedition_merou extends ModelePdfExpedition $pdf=new FPDI('l','mm',$this->format); } - $pdf->SetFont('Helvetica'); + if (class_exists('TCPDF')) + { + $pdf->setPrintHeader(false); + $pdf->setPrintFooter(false); + } + $pdf->SetFont('Helvetica'); $pdf->Open(); $pagenb=0; diff --git a/htdocs/includes/modules/expedition/pdf/pdf_expedition_rouget.modules.php b/htdocs/includes/modules/expedition/pdf/pdf_expedition_rouget.modules.php index af6e8a6748a..8ac23a44221 100644 --- a/htdocs/includes/modules/expedition/pdf/pdf_expedition_rouget.modules.php +++ b/htdocs/includes/modules/expedition/pdf/pdf_expedition_rouget.modules.php @@ -272,7 +272,12 @@ Class pdf_expedition_rouget extends ModelePdfExpedition $pdf=new FPDI('P','mm',$this->format); } - $pdf->SetFont('Helvetica'); + if (class_exists('TCPDF')) + { + $pdf->setPrintHeader(false); + $pdf->setPrintFooter(false); + } + $pdf->SetFont('Helvetica'); $pdf->Open(); $pagenb=0; diff --git a/htdocs/includes/modules/facture/pdf_crabe.modules.php b/htdocs/includes/modules/facture/pdf_crabe.modules.php index 29090179e66..589f1ea02de 100644 --- a/htdocs/includes/modules/facture/pdf_crabe.modules.php +++ b/htdocs/includes/modules/facture/pdf_crabe.modules.php @@ -178,8 +178,11 @@ class pdf_crabe extends ModelePDFFactures //$pdf=new TCPDF('P','mm','A4'); } - //$pdf->setPrintHeader(false); - //$pdf->setPrintFooter(false); + if (class_exists('TCPDF')) + { + $pdf->setPrintHeader(false); + $pdf->setPrintFooter(false); + } $pdf->SetFont('Helvetica'); $pdf->Open(); diff --git a/htdocs/includes/modules/facture/pdf_oursin.modules.php b/htdocs/includes/modules/facture/pdf_oursin.modules.php index fd89830775b..a946000b1f6 100644 --- a/htdocs/includes/modules/facture/pdf_oursin.modules.php +++ b/htdocs/includes/modules/facture/pdf_oursin.modules.php @@ -173,7 +173,12 @@ class pdf_oursin extends ModelePDFFactures $pdf=new FPDI('P','mm',$this->format); } - $pdf->SetFont('Helvetica'); + if (class_exists('TCPDF')) + { + $pdf->setPrintHeader(false); + $pdf->setPrintFooter(false); + } + $pdf->SetFont('Helvetica'); $pdf->Open(); $pagenb=0; diff --git a/htdocs/includes/modules/fichinter/pdf_soleil.modules.php b/htdocs/includes/modules/fichinter/pdf_soleil.modules.php index 1b67f82c6b8..3559ad0b631 100644 --- a/htdocs/includes/modules/fichinter/pdf_soleil.modules.php +++ b/htdocs/includes/modules/fichinter/pdf_soleil.modules.php @@ -139,6 +139,11 @@ class pdf_soleil extends ModelePDFFicheinter $pdf=new FPDI('P','mm',$this->format); } + if (class_exists('TCPDF')) + { + $pdf->setPrintHeader(false); + $pdf->setPrintFooter(false); + } $pdf->SetFont('Helvetica'); $pdf->Open(); diff --git a/htdocs/includes/modules/livraison/pdf/pdf_sirocco.modules.php b/htdocs/includes/modules/livraison/pdf/pdf_sirocco.modules.php index 79c8ec35803..ac0340128be 100644 --- a/htdocs/includes/modules/livraison/pdf/pdf_sirocco.modules.php +++ b/htdocs/includes/modules/livraison/pdf/pdf_sirocco.modules.php @@ -144,6 +144,11 @@ class pdf_sirocco extends ModelePDFDeliveryOrder $pdf=new FPDI('P','mm',$this->format); } + if (class_exists('TCPDF')) + { + $pdf->setPrintHeader(false); + $pdf->setPrintFooter(false); + } $pdf->SetFont('Helvetica'); // Complete object by loading several other informations diff --git a/htdocs/includes/modules/livraison/pdf/pdf_typhon.modules.php b/htdocs/includes/modules/livraison/pdf/pdf_typhon.modules.php index fb84fdb8690..609fecbc928 100644 --- a/htdocs/includes/modules/livraison/pdf/pdf_typhon.modules.php +++ b/htdocs/includes/modules/livraison/pdf/pdf_typhon.modules.php @@ -166,7 +166,12 @@ class pdf_typhon extends ModelePDFDeliveryOrder $pdf=new FPDI('P','mm',$this->format); } - $pdf->SetFont('Helvetica'); + if (class_exists('TCPDF')) + { + $pdf->setPrintHeader(false); + $pdf->setPrintFooter(false); + } + $pdf->SetFont('Helvetica'); // Complete object by loading several other informations $expedition=new Expedition($this->db); diff --git a/htdocs/includes/modules/member/cards/pdf_standard.class.php b/htdocs/includes/modules/member/cards/pdf_standard.class.php index 4933cc7de8b..b6935d1ca96 100644 --- a/htdocs/includes/modules/member/cards/pdf_standard.class.php +++ b/htdocs/includes/modules/member/cards/pdf_standard.class.php @@ -412,7 +412,12 @@ class pdf_standard { $pdf=new FPDI('P',$this->Tformat['metric'],$this->format); } - $pdf->SetFont('Helvetica'); + if (class_exists('TCPDF')) + { + $pdf->setPrintHeader(false); + $pdf->setPrintFooter(false); + } + $pdf->SetFont('Helvetica'); $pdf->SetTitle($outputlangs->transnoentities('MembersCards')); $pdf->SetSubject($outputlangs->transnoentities("MembersCards")); diff --git a/htdocs/includes/modules/member/labels/pdf_standardlabel.class.php b/htdocs/includes/modules/member/labels/pdf_standardlabel.class.php index a34e115d128..c39bfe75ab6 100644 --- a/htdocs/includes/modules/member/labels/pdf_standardlabel.class.php +++ b/htdocs/includes/modules/member/labels/pdf_standardlabel.class.php @@ -391,6 +391,11 @@ class pdf_standardlabel { $pdf=new FPDI('P',$this->Tformat['metric'],$this->format); } + if (class_exists('TCPDF')) + { + $pdf->setPrintHeader(false); + $pdf->setPrintFooter(false); + } $pdf->SetFont('Helvetica'); $pdf->SetTitle($outputlangs->transnoentities('MembersLabels')); diff --git a/htdocs/includes/modules/project/pdf/pdf_baleine.modules.php b/htdocs/includes/modules/project/pdf/pdf_baleine.modules.php index 89e9f6c7c58..0801e6da6fd 100644 --- a/htdocs/includes/modules/project/pdf/pdf_baleine.modules.php +++ b/htdocs/includes/modules/project/pdf/pdf_baleine.modules.php @@ -150,7 +150,12 @@ class pdf_baleine extends ModelePDFProjects $pdf=new FPDI('P','mm',$this->format); } - $pdf->SetFont('Helvetica'); + if (class_exists('TCPDF')) + { + $pdf->setPrintHeader(false); + $pdf->setPrintFooter(false); + } + $pdf->SetFont('Helvetica'); // Complete object by loading several other informations $task = new Task($this->db); diff --git a/htdocs/includes/modules/propale/pdf_propale_azur.modules.php b/htdocs/includes/modules/propale/pdf_propale_azur.modules.php index 59f61000b09..9de405bc09a 100644 --- a/htdocs/includes/modules/propale/pdf_propale_azur.modules.php +++ b/htdocs/includes/modules/propale/pdf_propale_azur.modules.php @@ -173,7 +173,12 @@ class pdf_propale_azur extends ModelePDFPropales $pdf=new FPDI('P','mm',$this->format); } - $pdf->SetFont('Helvetica'); + if (class_exists('TCPDF')) + { + $pdf->setPrintHeader(false); + $pdf->setPrintFooter(false); + } + $pdf->SetFont('Helvetica'); $pdf->Open(); $pagenb=0; diff --git a/htdocs/includes/modules/propale/pdf_propale_jaune.modules.php b/htdocs/includes/modules/propale/pdf_propale_jaune.modules.php index 75a20f6a97d..a2f0df03672 100644 --- a/htdocs/includes/modules/propale/pdf_propale_jaune.modules.php +++ b/htdocs/includes/modules/propale/pdf_propale_jaune.modules.php @@ -146,7 +146,12 @@ class pdf_propale_jaune extends ModelePDFPropales $pdf=new FPDI('P','mm',$this->format); } - $pdf->SetFont('Helvetica'); + if (class_exists('TCPDF')) + { + $pdf->setPrintHeader(false); + $pdf->setPrintFooter(false); + } + $pdf->SetFont('Helvetica'); $pdf->Open(); $pagenb=0; diff --git a/htdocs/includes/modules/rapport/pdf_paiement.class.php b/htdocs/includes/modules/rapport/pdf_paiement.class.php index 7dc459a16fb..b5db8996bbe 100644 --- a/htdocs/includes/modules/rapport/pdf_paiement.class.php +++ b/htdocs/includes/modules/rapport/pdf_paiement.class.php @@ -117,7 +117,12 @@ class pdf_paiement $pdf=new FPDI('P','mm',$this->format); } - $pdf->SetFont('Helvetica'); + if (class_exists('TCPDF')) + { + $pdf->setPrintHeader(false); + $pdf->setPrintFooter(false); + } + $pdf->SetFont('Helvetica'); $sql = "SELECT p.datep as dp, f.facnumber"; //$sql .= ", c.libelle as paiement_type, p.num_paiement"; diff --git a/htdocs/includes/modules/supplier_order/pdf/pdf_muscadet.modules.php b/htdocs/includes/modules/supplier_order/pdf/pdf_muscadet.modules.php index 5afddbc4f1c..ddc19f9e5af 100644 --- a/htdocs/includes/modules/supplier_order/pdf/pdf_muscadet.modules.php +++ b/htdocs/includes/modules/supplier_order/pdf/pdf_muscadet.modules.php @@ -164,7 +164,12 @@ class pdf_muscadet extends ModelePDFSuppliersOrders $pdf=new FPDI('P','mm',$this->format); } - $pdf->SetFont('Helvetica'); + if (class_exists('TCPDF')) + { + $pdf->setPrintHeader(false); + $pdf->setPrintFooter(false); + } + $pdf->SetFont('Helvetica'); $pdf->Open(); $pagenb=0; diff --git a/htdocs/includes/tcpdf/cache/chapter_demo_1.txt b/htdocs/includes/tcpdf/cache/chapter_demo_1.txt deleted file mode 100644 index 4025de9303f..00000000000 --- a/htdocs/includes/tcpdf/cache/chapter_demo_1.txt +++ /dev/null @@ -1,19 +0,0 @@ -Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed imperdiet lectus. Phasellus quis velit velit, non condimentum quam. Sed neque urna, ultrices ac volutpat vel, laoreet vitae augue. Sed vel velit erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Cras eget velit nulla, eu sagittis elit. Nunc ac arcu est, in lobortis tellus. Praesent condimentum rhoncus sodales. In hac habitasse platea dictumst. Proin porta eros pharetra enim tincidunt dignissim nec vel dolor. Cras sapien elit, ornare ac dignissim eu, ultricies ac eros. Maecenas augue magna, ultrices a congue in, mollis eu nulla. Nunc venenatis massa at est eleifend faucibus. Vivamus sed risus lectus, nec interdum nunc. - -Fusce et felis vitae diam lobortis sollicitudin. Aenean tincidunt accumsan nisi, id vehicula quam laoreet elementum. Phasellus egestas interdum erat, et viverra ipsum ultricies ac. Praesent sagittis augue at augue volutpat eleifend. Cras nec orci neque. Mauris bibendum posuere blandit. Donec feugiat mollis dui sit amet pellentesque. Sed a enim justo. Donec tincidunt, nisl eget elementum aliquam, odio ipsum ultrices quam, eu porttitor ligula urna at lorem. Donec varius, eros et convallis laoreet, ligula tellus consequat felis, ut ornare metus tellus sodales velit. Duis sed diam ante. Ut rutrum malesuada massa, vitae consectetur ipsum rhoncus sed. Suspendisse potenti. Pellentesque a congue massa. - -Integer non sem eget neque mattis accumsan. Maecenas eu nisl mauris, sit amet interdum ipsum. In pharetra erat vel lectus venenatis elementum. Nulla non elit ligula, sit amet mollis urna. Morbi ut gravida est. Mauris tincidunt sem et turpis molestie malesuada. Curabitur vel nulla risus, sed mollis erat. Suspendisse vehicula accumsan purus nec varius. Donec fermentum lorem id felis sodales dictum. Quisque et dolor ipsum. Nam luctus consectetur dui vitae fermentum. Curabitur sodales consequat augue, id ultricies augue tempor ac. Aliquam ac magna id ipsum vehicula bibendum. Sed elementum congue tristique. Phasellus vel lorem eu lectus porta sodales. Etiam neque tortor, sagittis id pharetra quis, laoreet vel arcu. - -Cras quam mi, ornare laoreet laoreet vel, vehicula at lacus. Maecenas a lacus accumsan augue convallis sagittis sed quis odio. Morbi sit amet turpis diam, dictum convallis urna. Cras eget interdum augue. Cras eu nisi sit amet dolor faucibus porttitor. Suspendisse potenti. Nunc vitae dolor risus, at cursus libero. Suspendisse bibendum tellus non nibh hendrerit tristique. Mauris eget orci elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porta libero non ante laoreet semper. Proin volutpat sodales mi, ac fermentum erat sagittis in. Vivamus at viverra felis. Ut pretium facilisis ante et pharetra. - -Nulla facilisi. Cras varius quam eget libero aliquam vitae tincidunt leo rutrum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Pellentesque a nisl massa, quis pretium urna. Proin vel porttitor tortor. Cras rhoncus congue velit in bibendum. Donec pharetra semper augue id lacinia. Quisque magna quam, hendrerit eu aliquam et, pellentesque ut tellus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas nulla quam, rutrum eu feugiat at, elementum eu libero. Maecenas ullamcorper leo et turpis rutrum ac laoreet eros faucibus. Phasellus condimentum lorem quis neque imperdiet quis molestie enim iaculis. Phasellus risus est, vestibulum ut convallis ultrices, dignissim nec erat. Etiam congue lobortis laoreet. Nulla ut neque sed velit dapibus semper. Quisque nec dolor id nibh eleifend iaculis. Vivamus vitae fermentum odio. Etiam malesuada quam in nulla aliquam sed convallis dui feugiat. - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed imperdiet lectus. Phasellus quis velit velit, non condimentum quam. Sed neque urna, ultrices ac volutpat vel, laoreet vitae augue. Sed vel velit erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Cras eget velit nulla, eu sagittis elit. Nunc ac arcu est, in lobortis tellus. Praesent condimentum rhoncus sodales. In hac habitasse platea dictumst. Proin porta eros pharetra enim tincidunt dignissim nec vel dolor. Cras sapien elit, ornare ac dignissim eu, ultricies ac eros. Maecenas augue magna, ultrices a congue in, mollis eu nulla. Nunc venenatis massa at est eleifend faucibus. Vivamus sed risus lectus, nec interdum nunc. - -Fusce et felis vitae diam lobortis sollicitudin. Aenean tincidunt accumsan nisi, id vehicula quam laoreet elementum. Phasellus egestas interdum erat, et viverra ipsum ultricies ac. Praesent sagittis augue at augue volutpat eleifend. Cras nec orci neque. Mauris bibendum posuere blandit. Donec feugiat mollis dui sit amet pellentesque. Sed a enim justo. Donec tincidunt, nisl eget elementum aliquam, odio ipsum ultrices quam, eu porttitor ligula urna at lorem. Donec varius, eros et convallis laoreet, ligula tellus consequat felis, ut ornare metus tellus sodales velit. Duis sed diam ante. Ut rutrum malesuada massa, vitae consectetur ipsum rhoncus sed. Suspendisse potenti. Pellentesque a congue massa. - -Integer non sem eget neque mattis accumsan. Maecenas eu nisl mauris, sit amet interdum ipsum. In pharetra erat vel lectus venenatis elementum. Nulla non elit ligula, sit amet mollis urna. Morbi ut gravida est. Mauris tincidunt sem et turpis molestie malesuada. Curabitur vel nulla risus, sed mollis erat. Suspendisse vehicula accumsan purus nec varius. Donec fermentum lorem id felis sodales dictum. Quisque et dolor ipsum. Nam luctus consectetur dui vitae fermentum. Curabitur sodales consequat augue, id ultricies augue tempor ac. Aliquam ac magna id ipsum vehicula bibendum. Sed elementum congue tristique. Phasellus vel lorem eu lectus porta sodales. Etiam neque tortor, sagittis id pharetra quis, laoreet vel arcu. - -Cras quam mi, ornare laoreet laoreet vel, vehicula at lacus. Maecenas a lacus accumsan augue convallis sagittis sed quis odio. Morbi sit amet turpis diam, dictum convallis urna. Cras eget interdum augue. Cras eu nisi sit amet dolor faucibus porttitor. Suspendisse potenti. Nunc vitae dolor risus, at cursus libero. Suspendisse bibendum tellus non nibh hendrerit tristique. Mauris eget orci elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porta libero non ante laoreet semper. Proin volutpat sodales mi, ac fermentum erat sagittis in. Vivamus at viverra felis. Ut pretium facilisis ante et pharetra. - -Nulla facilisi. Cras varius quam eget libero aliquam vitae tincidunt leo rutrum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Pellentesque a nisl massa, quis pretium urna. Proin vel porttitor tortor. Cras rhoncus congue velit in bibendum. Donec pharetra semper augue id lacinia. Quisque magna quam, hendrerit eu aliquam et, pellentesque ut tellus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas nulla quam, rutrum eu feugiat at, elementum eu libero. Maecenas ullamcorper leo et turpis rutrum ac laoreet eros faucibus. Phasellus condimentum lorem quis neque imperdiet quis molestie enim iaculis. Phasellus risus est, vestibulum ut convallis ultrices, dignissim nec erat. Etiam congue lobortis laoreet. Nulla ut neque sed velit dapibus semper. Quisque nec dolor id nibh eleifend iaculis. Vivamus vitae fermentum odio. Etiam malesuada quam in nulla aliquam sed convallis dui feugiat. diff --git a/htdocs/includes/tcpdf/cache/chapter_demo_2.txt b/htdocs/includes/tcpdf/cache/chapter_demo_2.txt deleted file mode 100644 index cd7bfe68c3f..00000000000 --- a/htdocs/includes/tcpdf/cache/chapter_demo_2.txt +++ /dev/null @@ -1,23 +0,0 @@ -

Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed imperdiet lectus. Phasellus quis velit velit, non condimentum quam. Sed neque urna, ultrices ac volutpat vel, laoreet vitae augue. Sed vel velit erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Cras eget velit nulla, eu sagittis elit. Nunc ac arcu est, in lobortis tellus. Praesent condimentum rhoncus sodales. In hac habitasse platea dictumst. Proin porta eros pharetra enim tincidunt dignissim nec vel dolor. Cras sapien elit, ornare ac dignissim eu, ultricies ac eros. Maecenas augue magna, ultrices a congue in, mollis eu nulla. Nunc venenatis massa at est eleifend faucibus. Vivamus sed risus lectus, nec interdum nunc.

- - - -

Fusce et felis vitae diam lobortis sollicitudin. Aenean tincidunt accumsan nisi, id vehicula quam laoreet elementum. Phasellus egestas interdum erat, et viverra ipsum ultricies ac. Praesent sagittis augue at augue volutpat eleifend. Cras nec orci neque. Mauris bibendum posuere blandit. Donec feugiat mollis dui sit amet pellentesque. Sed a enim justo. Donec tincidunt, nisl eget elementum aliquam, odio ipsum ultrices quam, eu porttitor ligula urna at lorem. Donec varius, eros et convallis laoreet, ligula tellus consequat felis, ut ornare metus tellus sodales velit. Duis sed diam ante. Ut rutrum malesuada massa, vitae consectetur ipsum rhoncus sed. Suspendisse potenti. Pellentesque a congue massa.

- -

Integer non sem eget neque mattis accumsan. Maecenas eu nisl mauris, sit amet interdum ipsum. In pharetra erat vel lectus venenatis elementum. Nulla non elit ligula, sit amet mollis urna. Morbi ut gravida est. Mauris tincidunt sem et turpis molestie malesuada. Curabitur vel nulla risus, sed mollis erat. Suspendisse vehicula accumsan purus nec varius. Donec fermentum lorem id felis sodales dictum. Quisque et dolor ipsum. Nam luctus consectetur dui vitae fermentum. Curabitur sodales consequat augue, id ultricies augue tempor ac. Aliquam ac magna id ipsum vehicula bibendum. Sed elementum congue tristique. Phasellus vel lorem eu lectus porta sodales. Etiam neque tortor, sagittis id pharetra quis, laoreet vel arcu.

- -

Cras quam mi, ornare laoreet laoreet vel, vehicula at lacus. Maecenas a lacus accumsan augue convallis sagittis sed quis odio. Morbi sit amet turpis diam, dictum convallis urna. Cras eget interdum augue. Cras eu nisi sit amet dolor faucibus porttitor. Suspendisse potenti. Nunc vitae dolor risus, at cursus libero. Suspendisse bibendum tellus non nibh hendrerit tristique. Mauris eget orci elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porta libero non ante laoreet semper. Proin volutpat sodales mi, ac fermentum erat sagittis in. Vivamus at viverra felis. Ut pretium facilisis ante et pharetra.

- -

Nulla facilisi. Cras varius quam eget libero aliquam vitae tincidunt leo rutrum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Pellentesque a nisl massa, quis pretium urna. Proin vel porttitor tortor. Cras rhoncus congue velit in bibendum. Donec pharetra semper augue id lacinia. Quisque magna quam, hendrerit eu aliquam et, pellentesque ut tellus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas nulla quam, rutrum eu feugiat at, elementum eu libero. Maecenas ullamcorper leo et turpis rutrum ac laoreet eros faucibus. Phasellus condimentum lorem quis neque imperdiet quis molestie enim iaculis. Phasellus risus est, vestibulum ut convallis ultrices, dignissim nec erat. Etiam congue lobortis laoreet. Nulla ut neque sed velit dapibus semper. Quisque nec dolor id nibh eleifend iaculis. Vivamus vitae fermentum odio. Etiam malesuada quam in nulla aliquam sed convallis dui feugiat.

- -

Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed imperdiet lectus. Phasellus quis velit velit, non condimentum quam. Sed neque urna, ultrices ac volutpat vel, laoreet vitae augue. Sed vel velit erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Cras eget velit nulla, eu sagittis elit. Nunc ac arcu est, in lobortis tellus. Praesent condimentum rhoncus sodales. In hac habitasse platea dictumst. Proin porta eros pharetra enim tincidunt dignissim nec vel dolor. Cras sapien elit, ornare ac dignissim eu, ultricies ac eros. Maecenas augue magna, ultrices a congue in, mollis eu nulla. Nunc venenatis massa at est eleifend faucibus. Vivamus sed risus lectus, nec interdum nunc.

- - - -

Fusce et felis vitae diam lobortis sollicitudin. Aenean tincidunt accumsan nisi, id vehicula quam laoreet elementum. Phasellus egestas interdum erat, et viverra ipsum ultricies ac. Praesent sagittis augue at augue volutpat eleifend. Cras nec orci neque. Mauris bibendum posuere blandit. Donec feugiat mollis dui sit amet pellentesque. Sed a enim justo. Donec tincidunt, nisl eget elementum aliquam, odio ipsum ultrices quam, eu porttitor ligula urna at lorem. Donec varius, eros et convallis laoreet, ligula tellus consequat felis, ut ornare metus tellus sodales velit. Duis sed diam ante. Ut rutrum malesuada massa, vitae consectetur ipsum rhoncus sed. Suspendisse potenti. Pellentesque a congue massa.

- -

Integer non sem eget neque mattis accumsan. Maecenas eu nisl mauris, sit amet interdum ipsum. In pharetra erat vel lectus venenatis elementum. Nulla non elit ligula, sit amet mollis urna. Morbi ut gravida est. Mauris tincidunt sem et turpis molestie malesuada. Curabitur vel nulla risus, sed mollis erat. Suspendisse vehicula accumsan purus nec varius. Donec fermentum lorem id felis sodales dictum. Quisque et dolor ipsum. Nam luctus consectetur dui vitae fermentum. Curabitur sodales consequat augue, id ultricies augue tempor ac. Aliquam ac magna id ipsum vehicula bibendum. Sed elementum congue tristique. Phasellus vel lorem eu lectus porta sodales. Etiam neque tortor, sagittis id pharetra quis, laoreet vel arcu.

- -

Cras quam mi, ornare laoreet laoreet vel, vehicula at lacus. Maecenas a lacus accumsan augue convallis sagittis sed quis odio. Morbi sit amet turpis diam, dictum convallis urna. Cras eget interdum augue. Cras eu nisi sit amet dolor faucibus porttitor. Suspendisse potenti. Nunc vitae dolor risus, at cursus libero. Suspendisse bibendum tellus non nibh hendrerit tristique. Mauris eget orci elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porta libero non ante laoreet semper. Proin volutpat sodales mi, ac fermentum erat sagittis in. Vivamus at viverra felis. Ut pretium facilisis ante et pharetra.

- -

Nulla facilisi. Cras varius quam eget libero aliquam vitae tincidunt leo rutrum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Pellentesque a nisl massa, quis pretium urna. Proin vel porttitor tortor. Cras rhoncus congue velit in bibendum. Donec pharetra semper augue id lacinia. Quisque magna quam, hendrerit eu aliquam et, pellentesque ut tellus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas nulla quam, rutrum eu feugiat at, elementum eu libero. Maecenas ullamcorper leo et turpis rutrum ac laoreet eros faucibus. Phasellus condimentum lorem quis neque imperdiet quis molestie enim iaculis. Phasellus risus est, vestibulum ut convallis ultrices, dignissim nec erat. Etiam congue lobortis laoreet. Nulla ut neque sed velit dapibus semper. Quisque nec dolor id nibh eleifend iaculis. Vivamus vitae fermentum odio. Etiam malesuada quam in nulla aliquam sed convallis dui feugiat.

diff --git a/htdocs/includes/tcpdf/cache/table_data_demo.txt b/htdocs/includes/tcpdf/cache/table_data_demo.txt deleted file mode 100644 index 5a48a42e77b..00000000000 --- a/htdocs/includes/tcpdf/cache/table_data_demo.txt +++ /dev/null @@ -1,15 +0,0 @@ -Austria;Vienna;83859;8075 -Belgium;Brussels;30518;10192 -Denmark;Copenhagen;43094;5295 -Finland;Helsinki;304529;5147 -France;Paris;543965;58728 -Germany;Berlin;357022;82057 -Greece;Athens;131625;10511 -Ireland;Dublin;70723;3694 -Italy;Roma;301316;57563 -Luxembourg;Luxembourg;2586;424 -Netherlands;Amsterdam;41526;15654 -Portugal;Lisbon;91906;9957 -Spain;Madrid;504790;39348 -Sweden;Stockholm;410934;8839 -United Kingdom;London;243820;58862 diff --git a/htdocs/includes/tcpdf/cache/utf8test.txt b/htdocs/includes/tcpdf/cache/utf8test.txt deleted file mode 100644 index e5cd092485c..00000000000 --- a/htdocs/includes/tcpdf/cache/utf8test.txt +++ /dev/null @@ -1,120 +0,0 @@ -Sentences that contain all letters commonly used in a language --------------------------------------------------------------- - -Markus Kuhn -- 2001-09-02 - -This file is UTF-8 encoded. - - -Danish (da) ---------- - - Quizdeltagerne spiste jordbær med fløde, mens cirkusklovnen - Wolther spillede på xylofon. - (= Quiz contestants were eating strawbery with cream while Wolther - the circus clown played on xylophone.) - -German (de) ------------ - - Falsches Üben von Xylophonmusik quält jeden größeren Zwerg - (= Wrongful practicing of xylophone music tortures every larger dwarf) - - Zwölf Boxkämpfer jagten Eva quer über den Sylter Deich - (= Twelve boxing fighters hunted Eva across the dike of Sylt) - - Heizölrückstoßabdämpfung - (= fuel oil recoil absorber) - (jqvwxy missing, but all non-ASCII letters in one word) - -English (en) ------------- - - The quick brown fox jumps over the lazy dog - -Spanish (es) ------------- - - El pingüino Wenceslao hizo kilómetros bajo exhaustiva lluvia y - frío, añoraba a su querido cachorro. - (Contains every letter and every accent, but not every combination - of vowel + acute.) - -French (fr) ------------ - - Portez ce vieux whisky au juge blond qui fume sur son île intérieure, à - côté de l'alcôve ovoïde, où les bûches se consument dans l'âtre, ce - qui lui permet de penser à la cænogenèse de l'être dont il est question - dans la cause ambiguë entendue à Moÿ, dans un capharnaüm qui, - pense-t-il, diminue çà et là la qualité de son œuvre. - - l'île exiguë - Où l'obèse jury mûr - Fête l'haï volapük, - Âne ex aéquo au whist, - Ôtez ce vœu déçu. - - Le cœur déçu mais l'âme plutôt naïve, Louÿs rêva de crapaüter en - canoë au delà des îles, près du mälström où brûlent les novæ. - -Irish Gaelic (ga) ------------------ - - D'fhuascail Íosa, Úrmhac na hÓighe Beannaithe, pór Éava agus Ádhaimh - -Hungarian (hu) --------------- - - Árvíztűrő tükörfúrógép - (= flood-proof mirror-drilling machine, only all non-ASCII letters) - -Icelandic (is) --------------- - - Kæmi ný öxi hér ykist þjófum nú bæði víl og ádrepa - - Sævör grét áðan því úlpan var ónýt - (some ASCII letters missing) - -Greek (el) -------------- - - Γαζέες καὶ μυρτιὲς δὲν θὰ βρῶ πιὰ στὸ χρυσαφὶ ξέφωτο - (= No more shall I see acacias or myrtles in the golden clearing) - - Ξεσκεπάζω τὴν ψυχοφθόρα βδελυγμία - (= I uncover the soul-destroying abhorrence) - -Hebrew (iw) ------------ - - ? דג סקרן שט בים מאוכזב ולפתע מצא לו חברה איך הקליטה - -Polish (pl) ------------ - - Pchnąć w tę łódź jeża lub ośm skrzyń fig - (= To push a hedgehog or eight bins of figs in this boat) - -Russian (ru) ------------- - - В чащах юга жил бы цитрус? Да, но фальшивый экземпляр! - (= Would a citrus live in the bushes of south? Yes, but only a fake one!) - -Thai (th) ---------- - - [--------------------------|------------------------] - ๏ เป็นมนุษย์สุดประเสริฐเลิศคุณค่า กว่าบรรดาฝูงสัตว์เดรัจฉาน - จงฝ่าฟันพัฒนาวิชาการ อย่าล้างผลาญฤๅเข่นฆ่าบีฑาใคร - ไม่ถือโทษโกรธแช่งซัดฮึดฮัดด่า หัดอภัยเหมือนกีฬาอัชฌาสัย - ปฏิบัติประพฤติกฎกำหนดใจ พูดจาให้จ๊ะๆ จ๋าๆ น่าฟังเอย ฯ - - [The copyright for the Thai example is owned by The Computer - Association of Thailand under the Royal Patronage of His Majesty the - King.] - -Please let me know if you find others! Special thanks to the people -from all over the world who contributed these sentences. diff --git a/htdocs/includes/tcpdf/doc/classtrees_com-tecnick-tcpdf.html b/htdocs/includes/tcpdf/doc/classtrees_com-tecnick-tcpdf.html deleted file mode 100644 index d3474908e35..00000000000 --- a/htdocs/includes/tcpdf/doc/classtrees_com-tecnick-tcpdf.html +++ /dev/null @@ -1,71 +0,0 @@ - - -Class Trees for Package com-tecnick-tcpdf - - - - - - - - - - - - - -
com-tecnick-tcpdf
- - - [ class tree: com-tecnick-tcpdf ] - [ index: com-tecnick-tcpdf ] - [ all elements ] -
- - - - - - -
-
- -

Class Trees for Package com-tecnick-tcpdf

-
-
Root class PDF417

- - -
-
Root class QRcode

- - -
-
Root class TCPDF

- - -
-
Root class TCPDF2DBarcode

- - -
-
Root class TCPDFBarcode

- - -
-
- Documentation generated on Tue, 31 Aug 2010 17:02:48 +0200 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/PDF417.html b/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/PDF417.html deleted file mode 100644 index 27d07b1d770..00000000000 --- a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/PDF417.html +++ /dev/null @@ -1,1014 +0,0 @@ - - -Docs For Class PDF417 - - - - - - - - - - - - - -
com-tecnick-tcpdf
- - - [ class tree: com-tecnick-tcpdf ] - [ index: com-tecnick-tcpdf ] - [ all elements ] -
- - - - - - -
-
- -

Class: PDF417

-Source Location: /pdf417.php

- - - - - - - - - - -
- -

Class Overview

-

-
Class to create PDF417 barcode arrays for TCPDF class.


-

Author(s):

-
    -
  • Nicola Asuni
  • -
- - - - - - - -

Version:

-
    -
  • 1.0.003
  • -
- -

Copyright:

-
    -
  • 2010-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
  • -
- -
-

Variables

- -
-

Methods

- -
-
- - - - - - - - -
-
- - -

Class Details

-
-[line 104]
-Class to create PDF417 barcode arrays for TCPDF class.

PDF417 (ISO/IEC 15438:2006) is a 2-dimensional stacked bar code created by Symbol Technologies in 1991.




-

Tags:

-
- - - - - - - - - - - - - - - - - - - - - - -
author:  Nicola Asuni
version:  1.0.003
copyright:  2010-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
link:  http://www.tcpdf.org
abstract:  Class to create PDF417 barcode arrays for TCPDF class.
name:  PDF417
license:  LGPL
-
-


-
[ Top ]

- -
- -

Class Variables

-
- -

-

$barcode_array = array()

-

[line 110]

-

-

Tags:

-
- - - - - - - -
var:  array to be returned which is readable by TCPDF
access:  protected
-
- -
-
- - - - - -
Type:  barcode
-


-
[ Top ]

- -

-

$clusters = array(
-         array( // cluster 0 -----------------------------------------------------------------------
-            0x1d5c0,0x1eaf0,0x1f57c,0x1d4e0,0x1ea78,0x1f53e,0x1a8c0,0x1d470,0x1a860,0x15040, //  10
-            0x1a830,0x15020,0x1adc0,0x1d6f0,0x1eb7c,0x1ace0,0x1d678,0x1eb3e,0x158c0,0x1ac70, //  20
-            0x15860,0x15dc0,0x1aef0,0x1d77c,0x15ce0,0x1ae78,0x1d73e,0x15c70,0x1ae3c,0x15ef0, //  30
-            0x1af7c,0x15e78,0x1af3e,0x15f7c,0x1f5fa,0x1d2e0,0x1e978,0x1f4be,0x1a4c0,0x1d270, //  40
-            0x1e93c,0x1a460,0x1d238,0x14840,0x1a430,0x1d21c,0x14820,0x1a418,0x14810,0x1a6e0, //  50
-            0x1d378,0x1e9be,0x14cc0,0x1a670,0x1d33c,0x14c60,0x1a638,0x1d31e,0x14c30,0x1a61c, //  60
-            0x14ee0,0x1a778,0x1d3be,0x14e70,0x1a73c,0x14e38,0x1a71e,0x14f78,0x1a7be,0x14f3c, //  70
-            0x14f1e,0x1a2c0,0x1d170,0x1e8bc,0x1a260,0x1d138,0x1e89e,0x14440,0x1a230,0x1d11c, //  80
-            0x14420,0x1a218,0x14410,0x14408,0x146c0,0x1a370,0x1d1bc,0x14660,0x1a338,0x1d19e, //  90
-            0x14630,0x1a31c,0x14618,0x1460c,0x14770,0x1a3bc,0x14738,0x1a39e,0x1471c,0x147bc, // 100
-            0x1a160,0x1d0b8,0x1e85e,0x14240,0x1a130,0x1d09c,0x14220,0x1a118,0x1d08e,0x14210, // 110
-            0x1a10c,0x14208,0x1a106,0x14360,0x1a1b8,0x1d0de,0x14330,0x1a19c,0x14318,0x1a18e, // 120
-            0x1430c,0x14306,0x1a1de,0x1438e,0x14140,0x1a0b0,0x1d05c,0x14120,0x1a098,0x1d04e, // 130
-            0x14110,0x1a08c,0x14108,0x1a086,0x14104,0x141b0,0x14198,0x1418c,0x140a0,0x1d02e, // 140
-            0x1a04c,0x1a046,0x14082,0x1cae0,0x1e578,0x1f2be,0x194c0,0x1ca70,0x1e53c,0x19460, // 150
-            0x1ca38,0x1e51e,0x12840,0x19430,0x12820,0x196e0,0x1cb78,0x1e5be,0x12cc0,0x19670, // 160
-            0x1cb3c,0x12c60,0x19638,0x12c30,0x12c18,0x12ee0,0x19778,0x1cbbe,0x12e70,0x1973c, // 170
-            0x12e38,0x12e1c,0x12f78,0x197be,0x12f3c,0x12fbe,0x1dac0,0x1ed70,0x1f6bc,0x1da60, // 180
-            0x1ed38,0x1f69e,0x1b440,0x1da30,0x1ed1c,0x1b420,0x1da18,0x1ed0e,0x1b410,0x1da0c, // 190
-            0x192c0,0x1c970,0x1e4bc,0x1b6c0,0x19260,0x1c938,0x1e49e,0x1b660,0x1db38,0x1ed9e, // 200
-            0x16c40,0x12420,0x19218,0x1c90e,0x16c20,0x1b618,0x16c10,0x126c0,0x19370,0x1c9bc, // 210
-            0x16ec0,0x12660,0x19338,0x1c99e,0x16e60,0x1b738,0x1db9e,0x16e30,0x12618,0x16e18, // 220
-            0x12770,0x193bc,0x16f70,0x12738,0x1939e,0x16f38,0x1b79e,0x16f1c,0x127bc,0x16fbc, // 230
-            0x1279e,0x16f9e,0x1d960,0x1ecb8,0x1f65e,0x1b240,0x1d930,0x1ec9c,0x1b220,0x1d918, // 240
-            0x1ec8e,0x1b210,0x1d90c,0x1b208,0x1b204,0x19160,0x1c8b8,0x1e45e,0x1b360,0x19130, // 250
-            0x1c89c,0x16640,0x12220,0x1d99c,0x1c88e,0x16620,0x12210,0x1910c,0x16610,0x1b30c, // 260
-            0x19106,0x12204,0x12360,0x191b8,0x1c8de,0x16760,0x12330,0x1919c,0x16730,0x1b39c, // 270
-            0x1918e,0x16718,0x1230c,0x12306,0x123b8,0x191de,0x167b8,0x1239c,0x1679c,0x1238e, // 280
-            0x1678e,0x167de,0x1b140,0x1d8b0,0x1ec5c,0x1b120,0x1d898,0x1ec4e,0x1b110,0x1d88c, // 290
-            0x1b108,0x1d886,0x1b104,0x1b102,0x12140,0x190b0,0x1c85c,0x16340,0x12120,0x19098, // 300
-            0x1c84e,0x16320,0x1b198,0x1d8ce,0x16310,0x12108,0x19086,0x16308,0x1b186,0x16304, // 310
-            0x121b0,0x190dc,0x163b0,0x12198,0x190ce,0x16398,0x1b1ce,0x1638c,0x12186,0x16386, // 320
-            0x163dc,0x163ce,0x1b0a0,0x1d858,0x1ec2e,0x1b090,0x1d84c,0x1b088,0x1d846,0x1b084, // 330
-            0x1b082,0x120a0,0x19058,0x1c82e,0x161a0,0x12090,0x1904c,0x16190,0x1b0cc,0x19046, // 340
-            0x16188,0x12084,0x16184,0x12082,0x120d8,0x161d8,0x161cc,0x161c6,0x1d82c,0x1d826, // 350
-            0x1b042,0x1902c,0x12048,0x160c8,0x160c4,0x160c2,0x18ac0,0x1c570,0x1e2bc,0x18a60, // 360
-            0x1c538,0x11440,0x18a30,0x1c51c,0x11420,0x18a18,0x11410,0x11408,0x116c0,0x18b70, // 370
-            0x1c5bc,0x11660,0x18b38,0x1c59e,0x11630,0x18b1c,0x11618,0x1160c,0x11770,0x18bbc, // 380
-            0x11738,0x18b9e,0x1171c,0x117bc,0x1179e,0x1cd60,0x1e6b8,0x1f35e,0x19a40,0x1cd30, // 390
-            0x1e69c,0x19a20,0x1cd18,0x1e68e,0x19a10,0x1cd0c,0x19a08,0x1cd06,0x18960,0x1c4b8, // 400
-            0x1e25e,0x19b60,0x18930,0x1c49c,0x13640,0x11220,0x1cd9c,0x1c48e,0x13620,0x19b18, // 410
-            0x1890c,0x13610,0x11208,0x13608,0x11360,0x189b8,0x1c4de,0x13760,0x11330,0x1cdde, // 420
-            0x13730,0x19b9c,0x1898e,0x13718,0x1130c,0x1370c,0x113b8,0x189de,0x137b8,0x1139c, // 430
-            0x1379c,0x1138e,0x113de,0x137de,0x1dd40,0x1eeb0,0x1f75c,0x1dd20,0x1ee98,0x1f74e, // 440
-            0x1dd10,0x1ee8c,0x1dd08,0x1ee86,0x1dd04,0x19940,0x1ccb0,0x1e65c,0x1bb40,0x19920, // 450
-            0x1eedc,0x1e64e,0x1bb20,0x1dd98,0x1eece,0x1bb10,0x19908,0x1cc86,0x1bb08,0x1dd86, // 460
-            0x19902,0x11140,0x188b0,0x1c45c,0x13340,0x11120,0x18898,0x1c44e,0x17740,0x13320, // 470
-            0x19998,0x1ccce,0x17720,0x1bb98,0x1ddce,0x18886,0x17710,0x13308,0x19986,0x17708, // 480
-            0x11102,0x111b0,0x188dc,0x133b0,0x11198,0x188ce,0x177b0,0x13398,0x199ce,0x17798, // 490
-            0x1bbce,0x11186,0x13386,0x111dc,0x133dc,0x111ce,0x177dc,0x133ce,0x1dca0,0x1ee58, // 500
-            0x1f72e,0x1dc90,0x1ee4c,0x1dc88,0x1ee46,0x1dc84,0x1dc82,0x198a0,0x1cc58,0x1e62e, // 510
-            0x1b9a0,0x19890,0x1ee6e,0x1b990,0x1dccc,0x1cc46,0x1b988,0x19884,0x1b984,0x19882, // 520
-            0x1b982,0x110a0,0x18858,0x1c42e,0x131a0,0x11090,0x1884c,0x173a0,0x13190,0x198cc, // 530
-            0x18846,0x17390,0x1b9cc,0x11084,0x17388,0x13184,0x11082,0x13182,0x110d8,0x1886e, // 540
-            0x131d8,0x110cc,0x173d8,0x131cc,0x110c6,0x173cc,0x131c6,0x110ee,0x173ee,0x1dc50, // 550
-            0x1ee2c,0x1dc48,0x1ee26,0x1dc44,0x1dc42,0x19850,0x1cc2c,0x1b8d0,0x19848,0x1cc26, // 560
-            0x1b8c8,0x1dc66,0x1b8c4,0x19842,0x1b8c2,0x11050,0x1882c,0x130d0,0x11048,0x18826, // 570
-            0x171d0,0x130c8,0x19866,0x171c8,0x1b8e6,0x11042,0x171c4,0x130c2,0x171c2,0x130ec, // 580
-            0x171ec,0x171e6,0x1ee16,0x1dc22,0x1cc16,0x19824,0x19822,0x11028,0x13068,0x170e8, // 590
-            0x11022,0x13062,0x18560,0x10a40,0x18530,0x10a20,0x18518,0x1c28e,0x10a10,0x1850c, // 600
-            0x10a08,0x18506,0x10b60,0x185b8,0x1c2de,0x10b30,0x1859c,0x10b18,0x1858e,0x10b0c, // 610
-            0x10b06,0x10bb8,0x185de,0x10b9c,0x10b8e,0x10bde,0x18d40,0x1c6b0,0x1e35c,0x18d20, // 620
-            0x1c698,0x18d10,0x1c68c,0x18d08,0x1c686,0x18d04,0x10940,0x184b0,0x1c25c,0x11b40, // 630
-            0x10920,0x1c6dc,0x1c24e,0x11b20,0x18d98,0x1c6ce,0x11b10,0x10908,0x18486,0x11b08, // 640
-            0x18d86,0x10902,0x109b0,0x184dc,0x11bb0,0x10998,0x184ce,0x11b98,0x18dce,0x11b8c, // 650
-            0x10986,0x109dc,0x11bdc,0x109ce,0x11bce,0x1cea0,0x1e758,0x1f3ae,0x1ce90,0x1e74c, // 660
-            0x1ce88,0x1e746,0x1ce84,0x1ce82,0x18ca0,0x1c658,0x19da0,0x18c90,0x1c64c,0x19d90, // 670
-            0x1cecc,0x1c646,0x19d88,0x18c84,0x19d84,0x18c82,0x19d82,0x108a0,0x18458,0x119a0, // 680
-            0x10890,0x1c66e,0x13ba0,0x11990,0x18ccc,0x18446,0x13b90,0x19dcc,0x10884,0x13b88, // 690
-            0x11984,0x10882,0x11982,0x108d8,0x1846e,0x119d8,0x108cc,0x13bd8,0x119cc,0x108c6, // 700
-            0x13bcc,0x119c6,0x108ee,0x119ee,0x13bee,0x1ef50,0x1f7ac,0x1ef48,0x1f7a6,0x1ef44, // 710
-            0x1ef42,0x1ce50,0x1e72c,0x1ded0,0x1ef6c,0x1e726,0x1dec8,0x1ef66,0x1dec4,0x1ce42, // 720
-            0x1dec2,0x18c50,0x1c62c,0x19cd0,0x18c48,0x1c626,0x1bdd0,0x19cc8,0x1ce66,0x1bdc8, // 730
-            0x1dee6,0x18c42,0x1bdc4,0x19cc2,0x1bdc2,0x10850,0x1842c,0x118d0,0x10848,0x18426, // 740
-            0x139d0,0x118c8,0x18c66,0x17bd0,0x139c8,0x19ce6,0x10842,0x17bc8,0x1bde6,0x118c2, // 750
-            0x17bc4,0x1086c,0x118ec,0x10866,0x139ec,0x118e6,0x17bec,0x139e6,0x17be6,0x1ef28, // 760
-            0x1f796,0x1ef24,0x1ef22,0x1ce28,0x1e716,0x1de68,0x1ef36,0x1de64,0x1ce22,0x1de62, // 770
-            0x18c28,0x1c616,0x19c68,0x18c24,0x1bce8,0x19c64,0x18c22,0x1bce4,0x19c62,0x1bce2, // 780
-            0x10828,0x18416,0x11868,0x18c36,0x138e8,0x11864,0x10822,0x179e8,0x138e4,0x11862, // 790
-            0x179e4,0x138e2,0x179e2,0x11876,0x179f6,0x1ef12,0x1de34,0x1de32,0x19c34,0x1bc74, // 800
-            0x1bc72,0x11834,0x13874,0x178f4,0x178f2,0x10540,0x10520,0x18298,0x10510,0x10508, // 810
-            0x10504,0x105b0,0x10598,0x1058c,0x10586,0x105dc,0x105ce,0x186a0,0x18690,0x1c34c, // 820
-            0x18688,0x1c346,0x18684,0x18682,0x104a0,0x18258,0x10da0,0x186d8,0x1824c,0x10d90, // 830
-            0x186cc,0x10d88,0x186c6,0x10d84,0x10482,0x10d82,0x104d8,0x1826e,0x10dd8,0x186ee, // 840
-            0x10dcc,0x104c6,0x10dc6,0x104ee,0x10dee,0x1c750,0x1c748,0x1c744,0x1c742,0x18650, // 850
-            0x18ed0,0x1c76c,0x1c326,0x18ec8,0x1c766,0x18ec4,0x18642,0x18ec2,0x10450,0x10cd0, // 860
-            0x10448,0x18226,0x11dd0,0x10cc8,0x10444,0x11dc8,0x10cc4,0x10442,0x11dc4,0x10cc2, // 870
-            0x1046c,0x10cec,0x10466,0x11dec,0x10ce6,0x11de6,0x1e7a8,0x1e7a4,0x1e7a2,0x1c728, // 880
-            0x1cf68,0x1e7b6,0x1cf64,0x1c722,0x1cf62,0x18628,0x1c316,0x18e68,0x1c736,0x19ee8, // 890
-            0x18e64,0x18622,0x19ee4,0x18e62,0x19ee2,0x10428,0x18216,0x10c68,0x18636,0x11ce8, // 900
-            0x10c64,0x10422,0x13de8,0x11ce4,0x10c62,0x13de4,0x11ce2,0x10436,0x10c76,0x11cf6, // 910
-            0x13df6,0x1f7d4,0x1f7d2,0x1e794,0x1efb4,0x1e792,0x1efb2,0x1c714,0x1cf34,0x1c712, // 920
-            0x1df74,0x1cf32,0x1df72,0x18614,0x18e34,0x18612,0x19e74,0x18e32,0x1bef4),// 929
-array(// cluster 3 -----------------------------------------------------------------------
-0x1f560,0x1fab8,0x1ea40,0x1f530,0x1fa9c,0x1ea20,0x1f518,0x1fa8e,0x1ea10,0x1f50c,//  10
-0x1ea08,0x1f506,0x1ea04,0x1eb60,0x1f5b8,0x1fade,0x1d640,0x1eb30,0x1f59c,0x1d620,//  20
-0x1eb18,0x1f58e,0x1d610,0x1eb0c,0x1d608,0x1eb06,0x1d604,0x1d760,0x1ebb8,0x1f5de,//  30
-0x1ae40,0x1d730,0x1eb9c,0x1ae20,0x1d718,0x1eb8e,0x1ae10,0x1d70c,0x1ae08,0x1d706,//  40
-0x1ae04,0x1af60,0x1d7b8,0x1ebde,0x15e40,0x1af30,0x1d79c,0x15e20,0x1af18,0x1d78e,//  50
-0x15e10,0x1af0c,0x15e08,0x1af06,0x15f60,0x1afb8,0x1d7de,0x15f30,0x1af9c,0x15f18,//  60
-0x1af8e,0x15f0c,0x15fb8,0x1afde,0x15f9c,0x15f8e,0x1e940,0x1f4b0,0x1fa5c,0x1e920,//  70
-0x1f498,0x1fa4e,0x1e910,0x1f48c,0x1e908,0x1f486,0x1e904,0x1e902,0x1d340,0x1e9b0,//  80
-0x1f4dc,0x1d320,0x1e998,0x1f4ce,0x1d310,0x1e98c,0x1d308,0x1e986,0x1d304,0x1d302,//  90
-0x1a740,0x1d3b0,0x1e9dc,0x1a720,0x1d398,0x1e9ce,0x1a710,0x1d38c,0x1a708,0x1d386,// 100
-0x1a704,0x1a702,0x14f40,0x1a7b0,0x1d3dc,0x14f20,0x1a798,0x1d3ce,0x14f10,0x1a78c,// 110
-0x14f08,0x1a786,0x14f04,0x14fb0,0x1a7dc,0x14f98,0x1a7ce,0x14f8c,0x14f86,0x14fdc,// 120
-0x14fce,0x1e8a0,0x1f458,0x1fa2e,0x1e890,0x1f44c,0x1e888,0x1f446,0x1e884,0x1e882,// 130
-0x1d1a0,0x1e8d8,0x1f46e,0x1d190,0x1e8cc,0x1d188,0x1e8c6,0x1d184,0x1d182,0x1a3a0,// 140
-0x1d1d8,0x1e8ee,0x1a390,0x1d1cc,0x1a388,0x1d1c6,0x1a384,0x1a382,0x147a0,0x1a3d8,// 150
-0x1d1ee,0x14790,0x1a3cc,0x14788,0x1a3c6,0x14784,0x14782,0x147d8,0x1a3ee,0x147cc,// 160
-0x147c6,0x147ee,0x1e850,0x1f42c,0x1e848,0x1f426,0x1e844,0x1e842,0x1d0d0,0x1e86c,// 170
-0x1d0c8,0x1e866,0x1d0c4,0x1d0c2,0x1a1d0,0x1d0ec,0x1a1c8,0x1d0e6,0x1a1c4,0x1a1c2,// 180
-0x143d0,0x1a1ec,0x143c8,0x1a1e6,0x143c4,0x143c2,0x143ec,0x143e6,0x1e828,0x1f416,// 190
-0x1e824,0x1e822,0x1d068,0x1e836,0x1d064,0x1d062,0x1a0e8,0x1d076,0x1a0e4,0x1a0e2,// 200
-0x141e8,0x1a0f6,0x141e4,0x141e2,0x1e814,0x1e812,0x1d034,0x1d032,0x1a074,0x1a072,// 210
-0x1e540,0x1f2b0,0x1f95c,0x1e520,0x1f298,0x1f94e,0x1e510,0x1f28c,0x1e508,0x1f286,// 220
-0x1e504,0x1e502,0x1cb40,0x1e5b0,0x1f2dc,0x1cb20,0x1e598,0x1f2ce,0x1cb10,0x1e58c,// 230
-0x1cb08,0x1e586,0x1cb04,0x1cb02,0x19740,0x1cbb0,0x1e5dc,0x19720,0x1cb98,0x1e5ce,// 240
-0x19710,0x1cb8c,0x19708,0x1cb86,0x19704,0x19702,0x12f40,0x197b0,0x1cbdc,0x12f20,// 250
-0x19798,0x1cbce,0x12f10,0x1978c,0x12f08,0x19786,0x12f04,0x12fb0,0x197dc,0x12f98,// 260
-0x197ce,0x12f8c,0x12f86,0x12fdc,0x12fce,0x1f6a0,0x1fb58,0x16bf0,0x1f690,0x1fb4c,// 270
-0x169f8,0x1f688,0x1fb46,0x168fc,0x1f684,0x1f682,0x1e4a0,0x1f258,0x1f92e,0x1eda0,// 280
-0x1e490,0x1fb6e,0x1ed90,0x1f6cc,0x1f246,0x1ed88,0x1e484,0x1ed84,0x1e482,0x1ed82,// 290
-0x1c9a0,0x1e4d8,0x1f26e,0x1dba0,0x1c990,0x1e4cc,0x1db90,0x1edcc,0x1e4c6,0x1db88,// 300
-0x1c984,0x1db84,0x1c982,0x1db82,0x193a0,0x1c9d8,0x1e4ee,0x1b7a0,0x19390,0x1c9cc,// 310
-0x1b790,0x1dbcc,0x1c9c6,0x1b788,0x19384,0x1b784,0x19382,0x1b782,0x127a0,0x193d8,// 320
-0x1c9ee,0x16fa0,0x12790,0x193cc,0x16f90,0x1b7cc,0x193c6,0x16f88,0x12784,0x16f84,// 330
-0x12782,0x127d8,0x193ee,0x16fd8,0x127cc,0x16fcc,0x127c6,0x16fc6,0x127ee,0x1f650,// 340
-0x1fb2c,0x165f8,0x1f648,0x1fb26,0x164fc,0x1f644,0x1647e,0x1f642,0x1e450,0x1f22c,// 350
-0x1ecd0,0x1e448,0x1f226,0x1ecc8,0x1f666,0x1ecc4,0x1e442,0x1ecc2,0x1c8d0,0x1e46c,// 360
-0x1d9d0,0x1c8c8,0x1e466,0x1d9c8,0x1ece6,0x1d9c4,0x1c8c2,0x1d9c2,0x191d0,0x1c8ec,// 370
-0x1b3d0,0x191c8,0x1c8e6,0x1b3c8,0x1d9e6,0x1b3c4,0x191c2,0x1b3c2,0x123d0,0x191ec,// 380
-0x167d0,0x123c8,0x191e6,0x167c8,0x1b3e6,0x167c4,0x123c2,0x167c2,0x123ec,0x167ec,// 390
-0x123e6,0x167e6,0x1f628,0x1fb16,0x162fc,0x1f624,0x1627e,0x1f622,0x1e428,0x1f216,// 400
-0x1ec68,0x1f636,0x1ec64,0x1e422,0x1ec62,0x1c868,0x1e436,0x1d8e8,0x1c864,0x1d8e4,// 410
-0x1c862,0x1d8e2,0x190e8,0x1c876,0x1b1e8,0x1d8f6,0x1b1e4,0x190e2,0x1b1e2,0x121e8,// 420
-0x190f6,0x163e8,0x121e4,0x163e4,0x121e2,0x163e2,0x121f6,0x163f6,0x1f614,0x1617e,// 430
-0x1f612,0x1e414,0x1ec34,0x1e412,0x1ec32,0x1c834,0x1d874,0x1c832,0x1d872,0x19074,// 440
-0x1b0f4,0x19072,0x1b0f2,0x120f4,0x161f4,0x120f2,0x161f2,0x1f60a,0x1e40a,0x1ec1a,// 450
-0x1c81a,0x1d83a,0x1903a,0x1b07a,0x1e2a0,0x1f158,0x1f8ae,0x1e290,0x1f14c,0x1e288,// 460
-0x1f146,0x1e284,0x1e282,0x1c5a0,0x1e2d8,0x1f16e,0x1c590,0x1e2cc,0x1c588,0x1e2c6,// 470
-0x1c584,0x1c582,0x18ba0,0x1c5d8,0x1e2ee,0x18b90,0x1c5cc,0x18b88,0x1c5c6,0x18b84,// 480
-0x18b82,0x117a0,0x18bd8,0x1c5ee,0x11790,0x18bcc,0x11788,0x18bc6,0x11784,0x11782,// 490
-0x117d8,0x18bee,0x117cc,0x117c6,0x117ee,0x1f350,0x1f9ac,0x135f8,0x1f348,0x1f9a6,// 500
-0x134fc,0x1f344,0x1347e,0x1f342,0x1e250,0x1f12c,0x1e6d0,0x1e248,0x1f126,0x1e6c8,// 510
-0x1f366,0x1e6c4,0x1e242,0x1e6c2,0x1c4d0,0x1e26c,0x1cdd0,0x1c4c8,0x1e266,0x1cdc8,// 520
-0x1e6e6,0x1cdc4,0x1c4c2,0x1cdc2,0x189d0,0x1c4ec,0x19bd0,0x189c8,0x1c4e6,0x19bc8,// 530
-0x1cde6,0x19bc4,0x189c2,0x19bc2,0x113d0,0x189ec,0x137d0,0x113c8,0x189e6,0x137c8,// 540
-0x19be6,0x137c4,0x113c2,0x137c2,0x113ec,0x137ec,0x113e6,0x137e6,0x1fba8,0x175f0,// 550
-0x1bafc,0x1fba4,0x174f8,0x1ba7e,0x1fba2,0x1747c,0x1743e,0x1f328,0x1f996,0x132fc,// 560
-0x1f768,0x1fbb6,0x176fc,0x1327e,0x1f764,0x1f322,0x1767e,0x1f762,0x1e228,0x1f116,// 570
-0x1e668,0x1e224,0x1eee8,0x1f776,0x1e222,0x1eee4,0x1e662,0x1eee2,0x1c468,0x1e236,// 580
-0x1cce8,0x1c464,0x1dde8,0x1cce4,0x1c462,0x1dde4,0x1cce2,0x1dde2,0x188e8,0x1c476,// 590
-0x199e8,0x188e4,0x1bbe8,0x199e4,0x188e2,0x1bbe4,0x199e2,0x1bbe2,0x111e8,0x188f6,// 600
-0x133e8,0x111e4,0x177e8,0x133e4,0x111e2,0x177e4,0x133e2,0x177e2,0x111f6,0x133f6,// 610
-0x1fb94,0x172f8,0x1b97e,0x1fb92,0x1727c,0x1723e,0x1f314,0x1317e,0x1f734,0x1f312,// 620
-0x1737e,0x1f732,0x1e214,0x1e634,0x1e212,0x1ee74,0x1e632,0x1ee72,0x1c434,0x1cc74,// 630
-0x1c432,0x1dcf4,0x1cc72,0x1dcf2,0x18874,0x198f4,0x18872,0x1b9f4,0x198f2,0x1b9f2,// 640
-0x110f4,0x131f4,0x110f2,0x173f4,0x131f2,0x173f2,0x1fb8a,0x1717c,0x1713e,0x1f30a,// 650
-0x1f71a,0x1e20a,0x1e61a,0x1ee3a,0x1c41a,0x1cc3a,0x1dc7a,0x1883a,0x1987a,0x1b8fa,// 660
-0x1107a,0x130fa,0x171fa,0x170be,0x1e150,0x1f0ac,0x1e148,0x1f0a6,0x1e144,0x1e142,// 670
-0x1c2d0,0x1e16c,0x1c2c8,0x1e166,0x1c2c4,0x1c2c2,0x185d0,0x1c2ec,0x185c8,0x1c2e6,// 680
-0x185c4,0x185c2,0x10bd0,0x185ec,0x10bc8,0x185e6,0x10bc4,0x10bc2,0x10bec,0x10be6,// 690
-0x1f1a8,0x1f8d6,0x11afc,0x1f1a4,0x11a7e,0x1f1a2,0x1e128,0x1f096,0x1e368,0x1e124,// 700
-0x1e364,0x1e122,0x1e362,0x1c268,0x1e136,0x1c6e8,0x1c264,0x1c6e4,0x1c262,0x1c6e2,// 710
-0x184e8,0x1c276,0x18de8,0x184e4,0x18de4,0x184e2,0x18de2,0x109e8,0x184f6,0x11be8,// 720
-0x109e4,0x11be4,0x109e2,0x11be2,0x109f6,0x11bf6,0x1f9d4,0x13af8,0x19d7e,0x1f9d2,// 730
-0x13a7c,0x13a3e,0x1f194,0x1197e,0x1f3b4,0x1f192,0x13b7e,0x1f3b2,0x1e114,0x1e334,// 740
-0x1e112,0x1e774,0x1e332,0x1e772,0x1c234,0x1c674,0x1c232,0x1cef4,0x1c672,0x1cef2,// 750
-0x18474,0x18cf4,0x18472,0x19df4,0x18cf2,0x19df2,0x108f4,0x119f4,0x108f2,0x13bf4,// 760
-0x119f2,0x13bf2,0x17af0,0x1bd7c,0x17a78,0x1bd3e,0x17a3c,0x17a1e,0x1f9ca,0x1397c,// 770
-0x1fbda,0x17b7c,0x1393e,0x17b3e,0x1f18a,0x1f39a,0x1f7ba,0x1e10a,0x1e31a,0x1e73a,// 780
-0x1ef7a,0x1c21a,0x1c63a,0x1ce7a,0x1defa,0x1843a,0x18c7a,0x19cfa,0x1bdfa,0x1087a,// 790
-0x118fa,0x139fa,0x17978,0x1bcbe,0x1793c,0x1791e,0x138be,0x179be,0x178bc,0x1789e,// 800
-0x1785e,0x1e0a8,0x1e0a4,0x1e0a2,0x1c168,0x1e0b6,0x1c164,0x1c162,0x182e8,0x1c176,// 810
-0x182e4,0x182e2,0x105e8,0x182f6,0x105e4,0x105e2,0x105f6,0x1f0d4,0x10d7e,0x1f0d2,// 820
-0x1e094,0x1e1b4,0x1e092,0x1e1b2,0x1c134,0x1c374,0x1c132,0x1c372,0x18274,0x186f4,// 830
-0x18272,0x186f2,0x104f4,0x10df4,0x104f2,0x10df2,0x1f8ea,0x11d7c,0x11d3e,0x1f0ca,// 840
-0x1f1da,0x1e08a,0x1e19a,0x1e3ba,0x1c11a,0x1c33a,0x1c77a,0x1823a,0x1867a,0x18efa,// 850
-0x1047a,0x10cfa,0x11dfa,0x13d78,0x19ebe,0x13d3c,0x13d1e,0x11cbe,0x13dbe,0x17d70,// 860
-0x1bebc,0x17d38,0x1be9e,0x17d1c,0x17d0e,0x13cbc,0x17dbc,0x13c9e,0x17d9e,0x17cb8,// 870
-0x1be5e,0x17c9c,0x17c8e,0x13c5e,0x17cde,0x17c5c,0x17c4e,0x17c2e,0x1c0b4,0x1c0b2,// 880
-0x18174,0x18172,0x102f4,0x102f2,0x1e0da,0x1c09a,0x1c1ba,0x1813a,0x1837a,0x1027a,// 890
-0x106fa,0x10ebe,0x11ebc,0x11e9e,0x13eb8,0x19f5e,0x13e9c,0x13e8e,0x11e5e,0x13ede,// 900
-0x17eb0,0x1bf5c,0x17e98,0x1bf4e,0x17e8c,0x17e86,0x13e5c,0x17edc,0x13e4e,0x17ece,// 910
-0x17e58,0x1bf2e,0x17e4c,0x17e46,0x13e2e,0x17e6e,0x17e2c,0x17e26,0x10f5e,0x11f5c,// 920
-0x11f4e,0x13f58,0x19fae,0x13f4c,0x13f46,0x11f2e,0x13f6e,0x13f2c,0x13f26),// 929
-array(// cluster 6 -----------------------------------------------------------------------
-0x1abe0,0x1d5f8,0x153c0,0x1a9f0,0x1d4fc,0x151e0,0x1a8f8,0x1d47e,0x150f0,0x1a87c,//  10
-0x15078,0x1fad0,0x15be0,0x1adf8,0x1fac8,0x159f0,0x1acfc,0x1fac4,0x158f8,0x1ac7e,//  20
-0x1fac2,0x1587c,0x1f5d0,0x1faec,0x15df8,0x1f5c8,0x1fae6,0x15cfc,0x1f5c4,0x15c7e,//  30
-0x1f5c2,0x1ebd0,0x1f5ec,0x1ebc8,0x1f5e6,0x1ebc4,0x1ebc2,0x1d7d0,0x1ebec,0x1d7c8,//  40
-0x1ebe6,0x1d7c4,0x1d7c2,0x1afd0,0x1d7ec,0x1afc8,0x1d7e6,0x1afc4,0x14bc0,0x1a5f0,//  50
-0x1d2fc,0x149e0,0x1a4f8,0x1d27e,0x148f0,0x1a47c,0x14878,0x1a43e,0x1483c,0x1fa68,//  60
-0x14df0,0x1a6fc,0x1fa64,0x14cf8,0x1a67e,0x1fa62,0x14c7c,0x14c3e,0x1f4e8,0x1fa76,//  70
-0x14efc,0x1f4e4,0x14e7e,0x1f4e2,0x1e9e8,0x1f4f6,0x1e9e4,0x1e9e2,0x1d3e8,0x1e9f6,//  80
-0x1d3e4,0x1d3e2,0x1a7e8,0x1d3f6,0x1a7e4,0x1a7e2,0x145e0,0x1a2f8,0x1d17e,0x144f0,//  90
-0x1a27c,0x14478,0x1a23e,0x1443c,0x1441e,0x1fa34,0x146f8,0x1a37e,0x1fa32,0x1467c,// 100
-0x1463e,0x1f474,0x1477e,0x1f472,0x1e8f4,0x1e8f2,0x1d1f4,0x1d1f2,0x1a3f4,0x1a3f2,// 110
-0x142f0,0x1a17c,0x14278,0x1a13e,0x1423c,0x1421e,0x1fa1a,0x1437c,0x1433e,0x1f43a,// 120
-0x1e87a,0x1d0fa,0x14178,0x1a0be,0x1413c,0x1411e,0x141be,0x140bc,0x1409e,0x12bc0,// 130
-0x195f0,0x1cafc,0x129e0,0x194f8,0x1ca7e,0x128f0,0x1947c,0x12878,0x1943e,0x1283c,// 140
-0x1f968,0x12df0,0x196fc,0x1f964,0x12cf8,0x1967e,0x1f962,0x12c7c,0x12c3e,0x1f2e8,// 150
-0x1f976,0x12efc,0x1f2e4,0x12e7e,0x1f2e2,0x1e5e8,0x1f2f6,0x1e5e4,0x1e5e2,0x1cbe8,// 160
-0x1e5f6,0x1cbe4,0x1cbe2,0x197e8,0x1cbf6,0x197e4,0x197e2,0x1b5e0,0x1daf8,0x1ed7e,// 170
-0x169c0,0x1b4f0,0x1da7c,0x168e0,0x1b478,0x1da3e,0x16870,0x1b43c,0x16838,0x1b41e,// 180
-0x1681c,0x125e0,0x192f8,0x1c97e,0x16de0,0x124f0,0x1927c,0x16cf0,0x1b67c,0x1923e,// 190
-0x16c78,0x1243c,0x16c3c,0x1241e,0x16c1e,0x1f934,0x126f8,0x1937e,0x1fb74,0x1f932,// 200
-0x16ef8,0x1267c,0x1fb72,0x16e7c,0x1263e,0x16e3e,0x1f274,0x1277e,0x1f6f4,0x1f272,// 210
-0x16f7e,0x1f6f2,0x1e4f4,0x1edf4,0x1e4f2,0x1edf2,0x1c9f4,0x1dbf4,0x1c9f2,0x1dbf2,// 220
-0x193f4,0x193f2,0x165c0,0x1b2f0,0x1d97c,0x164e0,0x1b278,0x1d93e,0x16470,0x1b23c,// 230
-0x16438,0x1b21e,0x1641c,0x1640e,0x122f0,0x1917c,0x166f0,0x12278,0x1913e,0x16678,// 240
-0x1b33e,0x1663c,0x1221e,0x1661e,0x1f91a,0x1237c,0x1fb3a,0x1677c,0x1233e,0x1673e,// 250
-0x1f23a,0x1f67a,0x1e47a,0x1ecfa,0x1c8fa,0x1d9fa,0x191fa,0x162e0,0x1b178,0x1d8be,// 260
-0x16270,0x1b13c,0x16238,0x1b11e,0x1621c,0x1620e,0x12178,0x190be,0x16378,0x1213c,// 270
-0x1633c,0x1211e,0x1631e,0x121be,0x163be,0x16170,0x1b0bc,0x16138,0x1b09e,0x1611c,// 280
-0x1610e,0x120bc,0x161bc,0x1209e,0x1619e,0x160b8,0x1b05e,0x1609c,0x1608e,0x1205e,// 290
-0x160de,0x1605c,0x1604e,0x115e0,0x18af8,0x1c57e,0x114f0,0x18a7c,0x11478,0x18a3e,// 300
-0x1143c,0x1141e,0x1f8b4,0x116f8,0x18b7e,0x1f8b2,0x1167c,0x1163e,0x1f174,0x1177e,// 310
-0x1f172,0x1e2f4,0x1e2f2,0x1c5f4,0x1c5f2,0x18bf4,0x18bf2,0x135c0,0x19af0,0x1cd7c,// 320
-0x134e0,0x19a78,0x1cd3e,0x13470,0x19a3c,0x13438,0x19a1e,0x1341c,0x1340e,0x112f0,// 330
-0x1897c,0x136f0,0x11278,0x1893e,0x13678,0x19b3e,0x1363c,0x1121e,0x1361e,0x1f89a,// 340
-0x1137c,0x1f9ba,0x1377c,0x1133e,0x1373e,0x1f13a,0x1f37a,0x1e27a,0x1e6fa,0x1c4fa,// 350
-0x1cdfa,0x189fa,0x1bae0,0x1dd78,0x1eebe,0x174c0,0x1ba70,0x1dd3c,0x17460,0x1ba38,// 360
-0x1dd1e,0x17430,0x1ba1c,0x17418,0x1ba0e,0x1740c,0x132e0,0x19978,0x1ccbe,0x176e0,// 370
-0x13270,0x1993c,0x17670,0x1bb3c,0x1991e,0x17638,0x1321c,0x1761c,0x1320e,0x1760e,// 380
-0x11178,0x188be,0x13378,0x1113c,0x17778,0x1333c,0x1111e,0x1773c,0x1331e,0x1771e,// 390
-0x111be,0x133be,0x177be,0x172c0,0x1b970,0x1dcbc,0x17260,0x1b938,0x1dc9e,0x17230,// 400
-0x1b91c,0x17218,0x1b90e,0x1720c,0x17206,0x13170,0x198bc,0x17370,0x13138,0x1989e,// 410
-0x17338,0x1b99e,0x1731c,0x1310e,0x1730e,0x110bc,0x131bc,0x1109e,0x173bc,0x1319e,// 420
-0x1739e,0x17160,0x1b8b8,0x1dc5e,0x17130,0x1b89c,0x17118,0x1b88e,0x1710c,0x17106,// 430
-0x130b8,0x1985e,0x171b8,0x1309c,0x1719c,0x1308e,0x1718e,0x1105e,0x130de,0x171de,// 440
-0x170b0,0x1b85c,0x17098,0x1b84e,0x1708c,0x17086,0x1305c,0x170dc,0x1304e,0x170ce,// 450
-0x17058,0x1b82e,0x1704c,0x17046,0x1302e,0x1706e,0x1702c,0x17026,0x10af0,0x1857c,// 460
-0x10a78,0x1853e,0x10a3c,0x10a1e,0x10b7c,0x10b3e,0x1f0ba,0x1e17a,0x1c2fa,0x185fa,// 470
-0x11ae0,0x18d78,0x1c6be,0x11a70,0x18d3c,0x11a38,0x18d1e,0x11a1c,0x11a0e,0x10978,// 480
-0x184be,0x11b78,0x1093c,0x11b3c,0x1091e,0x11b1e,0x109be,0x11bbe,0x13ac0,0x19d70,// 490
-0x1cebc,0x13a60,0x19d38,0x1ce9e,0x13a30,0x19d1c,0x13a18,0x19d0e,0x13a0c,0x13a06,// 500
-0x11970,0x18cbc,0x13b70,0x11938,0x18c9e,0x13b38,0x1191c,0x13b1c,0x1190e,0x13b0e,// 510
-0x108bc,0x119bc,0x1089e,0x13bbc,0x1199e,0x13b9e,0x1bd60,0x1deb8,0x1ef5e,0x17a40,// 520
-0x1bd30,0x1de9c,0x17a20,0x1bd18,0x1de8e,0x17a10,0x1bd0c,0x17a08,0x1bd06,0x17a04,// 530
-0x13960,0x19cb8,0x1ce5e,0x17b60,0x13930,0x19c9c,0x17b30,0x1bd9c,0x19c8e,0x17b18,// 540
-0x1390c,0x17b0c,0x13906,0x17b06,0x118b8,0x18c5e,0x139b8,0x1189c,0x17bb8,0x1399c,// 550
-0x1188e,0x17b9c,0x1398e,0x17b8e,0x1085e,0x118de,0x139de,0x17bde,0x17940,0x1bcb0,// 560
-0x1de5c,0x17920,0x1bc98,0x1de4e,0x17910,0x1bc8c,0x17908,0x1bc86,0x17904,0x17902,// 570
-0x138b0,0x19c5c,0x179b0,0x13898,0x19c4e,0x17998,0x1bcce,0x1798c,0x13886,0x17986,// 580
-0x1185c,0x138dc,0x1184e,0x179dc,0x138ce,0x179ce,0x178a0,0x1bc58,0x1de2e,0x17890,// 590
-0x1bc4c,0x17888,0x1bc46,0x17884,0x17882,0x13858,0x19c2e,0x178d8,0x1384c,0x178cc,// 600
-0x13846,0x178c6,0x1182e,0x1386e,0x178ee,0x17850,0x1bc2c,0x17848,0x1bc26,0x17844,// 610
-0x17842,0x1382c,0x1786c,0x13826,0x17866,0x17828,0x1bc16,0x17824,0x17822,0x13816,// 620
-0x17836,0x10578,0x182be,0x1053c,0x1051e,0x105be,0x10d70,0x186bc,0x10d38,0x1869e,// 630
-0x10d1c,0x10d0e,0x104bc,0x10dbc,0x1049e,0x10d9e,0x11d60,0x18eb8,0x1c75e,0x11d30,// 640
-0x18e9c,0x11d18,0x18e8e,0x11d0c,0x11d06,0x10cb8,0x1865e,0x11db8,0x10c9c,0x11d9c,// 650
-0x10c8e,0x11d8e,0x1045e,0x10cde,0x11dde,0x13d40,0x19eb0,0x1cf5c,0x13d20,0x19e98,// 660
-0x1cf4e,0x13d10,0x19e8c,0x13d08,0x19e86,0x13d04,0x13d02,0x11cb0,0x18e5c,0x13db0,// 670
-0x11c98,0x18e4e,0x13d98,0x19ece,0x13d8c,0x11c86,0x13d86,0x10c5c,0x11cdc,0x10c4e,// 680
-0x13ddc,0x11cce,0x13dce,0x1bea0,0x1df58,0x1efae,0x1be90,0x1df4c,0x1be88,0x1df46,// 690
-0x1be84,0x1be82,0x13ca0,0x19e58,0x1cf2e,0x17da0,0x13c90,0x19e4c,0x17d90,0x1becc,// 700
-0x19e46,0x17d88,0x13c84,0x17d84,0x13c82,0x17d82,0x11c58,0x18e2e,0x13cd8,0x11c4c,// 710
-0x17dd8,0x13ccc,0x11c46,0x17dcc,0x13cc6,0x17dc6,0x10c2e,0x11c6e,0x13cee,0x17dee,// 720
-0x1be50,0x1df2c,0x1be48,0x1df26,0x1be44,0x1be42,0x13c50,0x19e2c,0x17cd0,0x13c48,// 730
-0x19e26,0x17cc8,0x1be66,0x17cc4,0x13c42,0x17cc2,0x11c2c,0x13c6c,0x11c26,0x17cec,// 740
-0x13c66,0x17ce6,0x1be28,0x1df16,0x1be24,0x1be22,0x13c28,0x19e16,0x17c68,0x13c24,// 750
-0x17c64,0x13c22,0x17c62,0x11c16,0x13c36,0x17c76,0x1be14,0x1be12,0x13c14,0x17c34,// 760
-0x13c12,0x17c32,0x102bc,0x1029e,0x106b8,0x1835e,0x1069c,0x1068e,0x1025e,0x106de,// 770
-0x10eb0,0x1875c,0x10e98,0x1874e,0x10e8c,0x10e86,0x1065c,0x10edc,0x1064e,0x10ece,// 780
-0x11ea0,0x18f58,0x1c7ae,0x11e90,0x18f4c,0x11e88,0x18f46,0x11e84,0x11e82,0x10e58,// 790
-0x1872e,0x11ed8,0x18f6e,0x11ecc,0x10e46,0x11ec6,0x1062e,0x10e6e,0x11eee,0x19f50,// 800
-0x1cfac,0x19f48,0x1cfa6,0x19f44,0x19f42,0x11e50,0x18f2c,0x13ed0,0x19f6c,0x18f26,// 810
-0x13ec8,0x11e44,0x13ec4,0x11e42,0x13ec2,0x10e2c,0x11e6c,0x10e26,0x13eec,0x11e66,// 820
-0x13ee6,0x1dfa8,0x1efd6,0x1dfa4,0x1dfa2,0x19f28,0x1cf96,0x1bf68,0x19f24,0x1bf64,// 830
-0x19f22,0x1bf62,0x11e28,0x18f16,0x13e68,0x11e24,0x17ee8,0x13e64,0x11e22,0x17ee4,// 840
-0x13e62,0x17ee2,0x10e16,0x11e36,0x13e76,0x17ef6,0x1df94,0x1df92,0x19f14,0x1bf34,// 850
-0x19f12,0x1bf32,0x11e14,0x13e34,0x11e12,0x17e74,0x13e32,0x17e72,0x1df8a,0x19f0a,// 860
-0x1bf1a,0x11e0a,0x13e1a,0x17e3a,0x1035c,0x1034e,0x10758,0x183ae,0x1074c,0x10746,// 870
-0x1032e,0x1076e,0x10f50,0x187ac,0x10f48,0x187a6,0x10f44,0x10f42,0x1072c,0x10f6c,// 880
-0x10726,0x10f66,0x18fa8,0x1c7d6,0x18fa4,0x18fa2,0x10f28,0x18796,0x11f68,0x18fb6,// 890
-0x11f64,0x10f22,0x11f62,0x10716,0x10f36,0x11f76,0x1cfd4,0x1cfd2,0x18f94,0x19fb4,// 900
-0x18f92,0x19fb2,0x10f14,0x11f34,0x10f12,0x13f74,0x11f32,0x13f72,0x1cfca,0x18f8a,// 910
-0x19f9a,0x10f0a,0x11f1a,0x13f3a,0x103ac,0x103a6,0x107a8,0x183d6,0x107a4,0x107a2,// 920
-0x10396,0x107b6,0x187d4,0x187d2,0x10794,0x10fb4,0x10792,0x10fb2,0x1c7ea)// 929
-)

-

[line 167]

-

-

Tags:

-
- - - - - - - -
var:  of codewords (0, 3, 6)
Values are hex equivalents of binary representation of bars (1 = bar, 0 = space).
The codewords numbered from 900 to 928 have special meaning, some enable to switch between modes in order to optimise the code:
  • 900 : Switch to "Text" mode
  • 901 : Switch to "Byte" mode
  • 902 : Switch to "Numeric" mode
  • 903 - 912 : Reserved
  • 913 : Switch to "Octet" only for the next codeword
  • 914 - 920 : Reserved
  • 921 : Initialization
  • 922 : Terminator codeword for Macro PDF control block
  • 923 : Sequence tag to identify the beginning of optional fields in the Macro PDF control block
  • 924 : Switch to "Byte" mode (If the total number of byte is multiple of 6)
  • 925 : Identifier for a user defined Extended Channel Interpretation (ECI)
  • 926 : Identifier for a general purpose ECI format
  • 927 : Identifier for an ECI of a character set or code page
  • 928 : Macro marker codeword to indicate the beginning of a Macro PDF Control Block
access:  protected
-
- -
-
- - - - - -
Type:  clusters
-


-
[ Top ]

- -

-

$rsfactors = array(
-         array( // ECL 0 (2 factors) -------------------------------------------------------------------------------
-            0x01b,0x395),//   2
-array(// ECL 1 (4 factors) -------------------------------------------------------------------------------
-0x20a,0x238,0x2d3,0x329),//   4
-array(// ECL 2 (8 factors) -------------------------------------------------------------------------------
-0x0ed,0x134,0x1b4,0x11c,0x286,0x28d,0x1ac,0x17b),//   8
-array(// ECL 3 (16 factors) ------------------------------------------------------------------------------
-0x112,0x232,0x0e8,0x2f3,0x257,0x20c,0x321,0x084,0x127,0x074,0x1ba,0x1ac,0x127,0x02a,0x0b0,0x041),//  16
-array(// ECL 4 (32 factors) ------------------------------------------------------------------------------
-0x169,0x23f,0x39a,0x20d,0x0b0,0x24a,0x280,0x141,0x218,0x2e6,0x2a5,0x2e6,0x2af,0x11c,0x0c1,0x205,//  16
-0x111,0x1ee,0x107,0x093,0x251,0x320,0x23b,0x140,0x323,0x085,0x0e7,0x186,0x2ad,0x14a,0x03f,0x19a),//  32
-array(// ECL 5 (64 factors) ------------------------------------------------------------------------------
-0x21b,0x1a6,0x006,0x05d,0x35e,0x303,0x1c5,0x06a,0x262,0x11f,0x06b,0x1f9,0x2dd,0x36d,0x17d,0x264,//  16
-0x2d3,0x1dc,0x1ce,0x0ac,0x1ae,0x261,0x35a,0x336,0x21f,0x178,0x1ff,0x190,0x2a0,0x2fa,0x11b,0x0b8,//  32
-0x1b8,0x023,0x207,0x01f,0x1cc,0x252,0x0e1,0x217,0x205,0x160,0x25d,0x09e,0x28b,0x0c9,0x1e8,0x1f6,//  48
-0x288,0x2dd,0x2cd,0x053,0x194,0x061,0x118,0x303,0x348,0x275,0x004,0x17d,0x34b,0x26f,0x108,0x21f),//  64
-array(// ECL 6 (128 factors) -----------------------------------------------------------------------------
-0x209,0x136,0x360,0x223,0x35a,0x244,0x128,0x17b,0x035,0x30b,0x381,0x1bc,0x190,0x39d,0x2ed,0x19f,//  16
-0x336,0x05d,0x0d9,0x0d0,0x3a0,0x0f4,0x247,0x26c,0x0f6,0x094,0x1bf,0x277,0x124,0x38c,0x1ea,0x2c0,//  32
-0x204,0x102,0x1c9,0x38b,0x252,0x2d3,0x2a2,0x124,0x110,0x060,0x2ac,0x1b0,0x2ae,0x25e,0x35c,0x239,//  48
-0x0c1,0x0db,0x081,0x0ba,0x0ec,0x11f,0x0c0,0x307,0x116,0x0ad,0x028,0x17b,0x2c8,0x1cf,0x286,0x308,//  64
-0x0ab,0x1eb,0x129,0x2fb,0x09c,0x2dc,0x05f,0x10e,0x1bf,0x05a,0x1fb,0x030,0x0e4,0x335,0x328,0x382,//  80
-0x310,0x297,0x273,0x17a,0x17e,0x106,0x17c,0x25a,0x2f2,0x150,0x059,0x266,0x057,0x1b0,0x29e,0x268,//  96
-0x09d,0x176,0x0f2,0x2d6,0x258,0x10d,0x177,0x382,0x34d,0x1c6,0x162,0x082,0x32e,0x24b,0x324,0x022,// 112
-0x0d3,0x14a,0x21b,0x129,0x33b,0x361,0x025,0x205,0x342,0x13b,0x226,0x056,0x321,0x004,0x06c,0x21b),// 128
-array(// ECL 7 (256 factors) -----------------------------------------------------------------------------
-0x20c,0x37e,0x04b,0x2fe,0x372,0x359,0x04a,0x0cc,0x052,0x24a,0x2c4,0x0fa,0x389,0x312,0x08a,0x2d0,//  16
-0x35a,0x0c2,0x137,0x391,0x113,0x0be,0x177,0x352,0x1b6,0x2dd,0x0c2,0x118,0x0c9,0x118,0x33c,0x2f5,//  32
-0x2c6,0x32e,0x397,0x059,0x044,0x239,0x00b,0x0cc,0x31c,0x25d,0x21c,0x391,0x321,0x2bc,0x31f,0x089,//  48
-0x1b7,0x1a2,0x250,0x29c,0x161,0x35b,0x172,0x2b6,0x145,0x0f0,0x0d8,0x101,0x11c,0x225,0x0d1,0x374,//  64
-0x13b,0x046,0x149,0x319,0x1ea,0x112,0x36d,0x0a2,0x2ed,0x32c,0x2ac,0x1cd,0x14e,0x178,0x351,0x209,//  80
-0x133,0x123,0x323,0x2c8,0x013,0x166,0x18f,0x38c,0x067,0x1ff,0x033,0x008,0x205,0x0e1,0x121,0x1d6,//  96
-0x27d,0x2db,0x042,0x0ff,0x395,0x10d,0x1cf,0x33e,0x2da,0x1b1,0x350,0x249,0x088,0x21a,0x38a,0x05a,// 112
-0x002,0x122,0x2e7,0x0c7,0x28f,0x387,0x149,0x031,0x322,0x244,0x163,0x24c,0x0bc,0x1ce,0x00a,0x086,// 128
-0x274,0x140,0x1df,0x082,0x2e3,0x047,0x107,0x13e,0x176,0x259,0x0c0,0x25d,0x08e,0x2a1,0x2af,0x0ea,// 144
-0x2d2,0x180,0x0b1,0x2f0,0x25f,0x280,0x1c7,0x0c1,0x2b1,0x2c3,0x325,0x281,0x030,0x03c,0x2dc,0x26d,// 160
-0x37f,0x220,0x105,0x354,0x28f,0x135,0x2b9,0x2f3,0x2f4,0x03c,0x0e7,0x305,0x1b2,0x1a5,0x2d6,0x210,// 176
-0x1f7,0x076,0x031,0x31b,0x020,0x090,0x1f4,0x0ee,0x344,0x18a,0x118,0x236,0x13f,0x009,0x287,0x226,// 192
-0x049,0x392,0x156,0x07e,0x020,0x2a9,0x14b,0x318,0x26c,0x03c,0x261,0x1b9,0x0b4,0x317,0x37d,0x2f2,// 208
-0x25d,0x17f,0x0e4,0x2ed,0x2f8,0x0d5,0x036,0x129,0x086,0x036,0x342,0x12b,0x39a,0x0bf,0x38e,0x214,// 224
-0x261,0x33d,0x0bd,0x014,0x0a7,0x01d,0x368,0x1c1,0x053,0x192,0x029,0x290,0x1f9,0x243,0x1e1,0x0ad,// 240
-0x194,0x0fb,0x2b0,0x05f,0x1f1,0x22b,0x282,0x21f,0x133,0x09f,0x39c,0x22e,0x288,0x037,0x1f1,0x00a),// 256
-array(// ECL 8 (512 factors) -----------------------------------------------------------------------------
-0x160,0x04d,0x175,0x1f8,0x023,0x257,0x1ac,0x0cf,0x199,0x23e,0x076,0x1f2,0x11d,0x17c,0x15e,0x1ec,//  16
-0x0c5,0x109,0x398,0x09b,0x392,0x12b,0x0e5,0x283,0x126,0x367,0x132,0x058,0x057,0x0c1,0x160,0x30d,//  32
-0x34e,0x04b,0x147,0x208,0x1b3,0x21f,0x0cb,0x29a,0x0f9,0x15a,0x30d,0x26d,0x280,0x10c,0x31a,0x216,//  48
-0x21b,0x30d,0x198,0x186,0x284,0x066,0x1dc,0x1f3,0x122,0x278,0x221,0x025,0x35a,0x394,0x228,0x029,//  64
-0x21e,0x121,0x07a,0x110,0x17f,0x320,0x1e5,0x062,0x2f0,0x1d8,0x2f9,0x06b,0x310,0x35c,0x292,0x2e5,//  80
-0x122,0x0cc,0x2a9,0x197,0x357,0x055,0x063,0x03e,0x1e2,0x0b4,0x014,0x129,0x1c3,0x251,0x391,0x08e,//  96
-0x328,0x2ac,0x11f,0x218,0x231,0x04c,0x28d,0x383,0x2d9,0x237,0x2e8,0x186,0x201,0x0c0,0x204,0x102,// 112
-0x0f0,0x206,0x31a,0x18b,0x300,0x350,0x033,0x262,0x180,0x0a8,0x0be,0x33a,0x148,0x254,0x312,0x12f,// 128
-0x23a,0x17d,0x19f,0x281,0x09c,0x0ed,0x097,0x1ad,0x213,0x0cf,0x2a4,0x2c6,0x059,0x0a8,0x130,0x192,// 144
-0x028,0x2c4,0x23f,0x0a2,0x360,0x0e5,0x041,0x35d,0x349,0x200,0x0a4,0x1dd,0x0dd,0x05c,0x166,0x311,// 160
-0x120,0x165,0x352,0x344,0x33b,0x2e0,0x2c3,0x05e,0x008,0x1ee,0x072,0x209,0x002,0x1f3,0x353,0x21f,// 176
-0x098,0x2d9,0x303,0x05f,0x0f8,0x169,0x242,0x143,0x358,0x31d,0x121,0x033,0x2ac,0x1d2,0x215,0x334,// 192
-0x29d,0x02d,0x386,0x1c4,0x0a7,0x156,0x0f4,0x0ad,0x023,0x1cf,0x28b,0x033,0x2bb,0x24f,0x1c4,0x242,// 208
-0x025,0x07c,0x12a,0x14c,0x228,0x02b,0x1ab,0x077,0x296,0x309,0x1db,0x352,0x2fc,0x16c,0x242,0x38f,// 224
-0x11b,0x2c7,0x1d8,0x1a4,0x0f5,0x120,0x252,0x18a,0x1ff,0x147,0x24d,0x309,0x2bb,0x2b0,0x02b,0x198,// 240
-0x34a,0x17f,0x2d1,0x209,0x230,0x284,0x2ca,0x22f,0x03e,0x091,0x369,0x297,0x2c9,0x09f,0x2a0,0x2d9,// 256
-0x270,0x03b,0x0c1,0x1a1,0x09e,0x0d1,0x233,0x234,0x157,0x2b5,0x06d,0x260,0x233,0x16d,0x0b5,0x304,// 272
-0x2a5,0x136,0x0f8,0x161,0x2c4,0x19a,0x243,0x366,0x269,0x349,0x278,0x35c,0x121,0x218,0x023,0x309,// 288
-0x26a,0x24a,0x1a8,0x341,0x04d,0x255,0x15a,0x10d,0x2f5,0x278,0x2b7,0x2ef,0x14b,0x0f7,0x0b8,0x02d,// 304
-0x313,0x2a8,0x012,0x042,0x197,0x171,0x036,0x1ec,0x0e4,0x265,0x33e,0x39a,0x1b5,0x207,0x284,0x389,// 320
-0x315,0x1a4,0x131,0x1b9,0x0cf,0x12c,0x37c,0x33b,0x08d,0x219,0x17d,0x296,0x201,0x038,0x0fc,0x155,// 336
-0x0f2,0x31d,0x346,0x345,0x2d0,0x0e0,0x133,0x277,0x03d,0x057,0x230,0x136,0x2f4,0x299,0x18d,0x328,// 352
-0x353,0x135,0x1d9,0x31b,0x17a,0x01f,0x287,0x393,0x1cb,0x326,0x24e,0x2db,0x1a9,0x0d8,0x224,0x0f9,// 368
-0x141,0x371,0x2bb,0x217,0x2a1,0x30e,0x0d2,0x32f,0x389,0x12f,0x34b,0x39a,0x119,0x049,0x1d5,0x317,// 384
-0x294,0x0a2,0x1f2,0x134,0x09b,0x1a6,0x38b,0x331,0x0bb,0x03e,0x010,0x1a9,0x217,0x150,0x11e,0x1b5,// 400
-0x177,0x111,0x262,0x128,0x0b7,0x39b,0x074,0x29b,0x2ef,0x161,0x03e,0x16e,0x2b3,0x17b,0x2af,0x34a,// 416
-0x025,0x165,0x2d0,0x2e6,0x14a,0x005,0x027,0x39b,0x137,0x1a8,0x0f2,0x2ed,0x141,0x036,0x29d,0x13c,// 432
-0x156,0x12b,0x216,0x069,0x29b,0x1e8,0x280,0x2a0,0x240,0x21c,0x13c,0x1e6,0x2d1,0x262,0x02e,0x290,// 448
-0x1bf,0x0ab,0x268,0x1d0,0x0be,0x213,0x129,0x141,0x2fa,0x2f0,0x215,0x0af,0x086,0x00e,0x17d,0x1b1,// 464
-0x2cd,0x02d,0x06f,0x014,0x254,0x11c,0x2e0,0x08a,0x286,0x19b,0x36d,0x29d,0x08d,0x397,0x02d,0x30c,// 480
-0x197,0x0a4,0x14c,0x383,0x0a5,0x2d6,0x258,0x145,0x1f2,0x28f,0x165,0x2f0,0x300,0x0df,0x351,0x287,// 496
-0x03f,0x136,0x35f,0x0fb,0x16e,0x130,0x11a,0x2e2,0x2a3,0x19a,0x185,0x0f4,0x01f,0x079,0x12f,0x107)// 512
-)

-

[line 456]

-

-

Tags:

-
- - - - - - - -
var:  of the Reed-Solomon polynomial equations used for error correction; one sub array for each correction level (0-8)
access:  protected
-
- -
-
- - - - - -
Type:  Factors
-


-
[ Top ]

- -

-

$start_pattern =  '11111111010101000'

-

[line 116]

-

-

Tags:

-
- - - - - - - -
var:  pattern
access:  protected
-
- -
-
- - - - - -
Type:  start
-


-
[ Top ]

- -

-

$stop_pattern =  '111111101000101001'

-

[line 122]

-

-

Tags:

-
- - - - - - - -
var:  pattern
access:  protected
-
- -
-
- - - - - -
Type:  start
-


-
[ Top ]

- -

-

$textlatch = array(
-         '01' => array(27),'02'=>array(28),'03'=>array(28,25),//
-'10'=>array(28,28),'12'=>array(28),'13'=>array(28,25),//
-'20'=>array(28),'21'=>array(27),'23'=>array(25),//
-'30'=>array(29),'31'=>array(29,27),'32'=>array(29,28)//
-)

-

[line 139]

-

-

Tags:

-
- - - - - - - -
var:  codes for Text Compaction Sub-Modes
access:  protected
-
- -
-
- - - - - -
Type:  Switching
-


-
[ Top ]

- -

-

$textsubmodes = array(
-         array(0x41,0x42,0x43,0x44,0x45,0x46,0x47,0x48,0x49,0x4a,0x4b,0x4c,0x4d,0x4e,0x4f,0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57,0x58,0x59,0x5a,0x20,0xFD,0xFE,0xFF),// Alpha
-array(0x61,0x62,0x63,0x64,0x65,0x66,0x67,0x68,0x69,0x6a,0x6b,0x6c,0x6d,0x6e,0x6f,0x70,0x71,0x72,0x73,0x74,0x75,0x76,0x77,0x78,0x79,0x7a,0x20,0xFD,0xFE,0xFF),// Lower
-array(0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39,0x26,0x0d,0x09,0x2c,0x3a,0x23,0x2d,0x2e,0x24,0x2f,0x2b,0x25,0x2a,0x3d,0x5e,0xFB,0x20,0xFD,0xFE,0xFF),// Mixed
-array(0x3b,0x3c,0x3e,0x40,0x5b,0x5c,0x5d,0x5f,0x60,0x7e,0x21,0x0d,0x09,0x2c,0x3a,0x0a,0x2d,0x2e,0x24,0x2f,0x22,0x7c,0x2a,0x28,0x29,0x3f,0x7b,0x7d,0x27,0xFF)// Puntuaction
-)

-

[line 128]

-

-

Tags:

-
- - - - - - - -
var:  Compaction Sub-Modes (values 0xFB - 0xFF are used for submode changers)
access:  protected
-
- -
-
- - - - - -
Type:  Text
-


-
[ Top ]

-

- -
- -

Class Methods

-
- -
- -

constructor __construct [line 543]

-
-
-
- PDF417 __construct( -string -$code, [int -$ecl = -1], [float -$aspectratio = 2], [ -$macro = array()]) -
-

- - This is the class constructor.

Creates a PDF417 object




-

Tags:

-
- - - - -
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - -
string  $code  code to represent using PDF417
int  $ecl  error correction level (0-8); default -1 = automatic correction level
float  $aspectratio  the width to height of the symbol (excluding quiet zones) òparam array $macro information for macro block
  $macro  
-

-
[ Top ]
-
-
- -

method getBarcodeArray [line 742]

-
-
-
- array getBarcodeArray( -) -
-

- - Returns a barcode array which is readable by TCPDF



-

Tags:

-
- - - - - - - -
return:  barcode array readable by TCPDF;
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getCompaction [line 884]

-
-
-
- array getCompaction( -int -$mode, string -$code, [boolean -$addmode = true]) -
-

- - Compact data by mode.



-

Tags:

-
- - - - - - - -
return:  of codewords
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - -
int  $mode  compaction mode number
string  $code  data to compact
boolean  $addmode  if true add the mode codeword at first position
-

-
[ Top ]
-
-
- -

method getErrorCorrection [line 791]

-
-
-
- array getErrorCorrection( -array -$cw, int -$ecl) -
-

- - Returns the error correction codewords



-

Tags:

-
- - - - - - - -
return:  of error correction codewords
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
array  $cw  array of codewords including Symbol Lenght Descriptor and pad
int  $ecl  error correction level 0-8
-

-
[ Top ]
-
-
- -

method getErrorCorrectionLevel [line 753]

-
-
-
- int getErrorCorrectionLevel( -int -$ecl, int -$numcw) -
-

- - Returns the error correction level (0-8) to be used



-

Tags:

-
- - - - - - - -
return:  error correction level
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
int  $ecl  error correction level
int  $numcw  number of data codewords
-

-
[ Top ]
-
-
- -

method getInputSequences [line 827]

-
-
-
- bidimensional getInputSequences( -string -$code) -
-

- - Create array of sequences from input



-

Tags:

-
- - - - - - - -
return:  array containing characters and classification
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
string  $code  code
-

-
[ Top ]
-
-

- - -
-
- Documentation generated on Tue, 31 Aug 2010 17:02:48 +0200 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/QRcode.html b/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/QRcode.html deleted file mode 100644 index 3bde0dc1cd0..00000000000 --- a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/QRcode.html +++ /dev/null @@ -1,5562 +0,0 @@ - - -Docs For Class QRcode - - - - - - - - - - - - - -
com-tecnick-tcpdf
- - - [ class tree: com-tecnick-tcpdf ] - [ index: com-tecnick-tcpdf ] - [ all elements ] -
- - - - - - -
-
- -

Class: QRcode

-Source Location: /qrcode.php

- - - - - - - - - - -
- -

Class Overview

-

-
Class to create QR-code arrays for TCPDF class.


-

Author(s):

-
    -
  • Nicola Asuni
  • -
- - - - - - - -

Version:

-
    -
  • 1.0.006
  • -
- -

Copyright:

-
    -
  • 2010-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
  • -
- -
-

Variables

- -
-

Methods

- -
-
- - - - - - - - -
-
- - -

Class Details

-
-[line 300]
-Class to create QR-code arrays for TCPDF class.

QR Code symbol is a 2D barcode that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and has high robustness. This class supports QR Code model 2, described in JIS (Japanese Industrial Standards) X0510:2004 or ISO/IEC 18004. Currently the following features are not supported: ECI and FNC1 mode, Micro QR Code, QR Code model 1, Structured mode.

This class is derived from "PHP QR Code encoder" by Dominik Dzienia (http://phpqrcode.sourceforge.net/) based on "libqrencode C library 3.1.1." by Kentaro Fukuchi (http://megaui.net/fukuchi/works/qrencode/index.en.html), contains Reed-Solomon code written by Phil Karn, KA9Q. QR Code is registered trademark of DENSO WAVE INCORPORATED (http://www.denso-wave.com/qrcode/index-e.html). Please read comments on this class source file for full copyright and license information.




-

Tags:

-
- - - - - - - - - - - - - - - - - - - - - - -
author:  Nicola Asuni
version:  1.0.006
copyright:  2010-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
link:  http://www.tcpdf.org
abstract:  Class for generating QR-code array for TCPDF.
name:  QRcode
license:  LGPL
-
-


-
[ Top ]

- -
- -

Class Variables

-
- -

-

$alignmentPattern = array(
-         array( 0,  0),array(0,0),array(18,0),array(22,0),array(26,0),array(30,0),//  1- 5
-array(34,0),array(22,38),array(24,42),array(26,46),array(28,50),//  6-10
-array(30,54),array(32,58),array(34,62),array(26,46),array(26,48),// 11-15
-array(26,50),array(30,54),array(30,56),array(30,58),array(34,62),// 16-20
-array(28,50),array(26,50),array(30,54),array(28,54),array(32,58),// 21-25
-array(30,58),array(34,62),array(26,50),array(30,54),array(26,52),// 26-30
-array(30,56),array(34,60),array(30,58),array(34,62),array(30,54),// 31-35
-array(24,50),array(28,54),array(32,58),array(26,54),array(30,58)// 35-40
-)

-

[line 598]

-

-

Tags:

-
- - - - - - - -
var:  Positions of alignment patterns. This array includes only the second and the third position of the alignment patterns. Rest of them can be calculated from the distance between them. See Table 1 in Appendix E (pp.71) of JIS X0510:2004.
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$anTable = array(
-         -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, //
-         -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, //
-         36, -1, -1, -1, 37, 38, -1, -1, -1, -1, 39, 40, -1, 41, 42, 43, //
-          0,  1,  2,  3,  4,  5,  6,  7,  8,  9, 44, -1, -1, -1, -1, -1, //
-         -1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, //
-         25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, -1, -1, -1, -1, -1, //
-         -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, //
-         -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1  //
-         )

-

[line 472]

-

-

Tags:

-
- - - - - - - -
var:  convesion table
access:  protected
-
- -
-
- - - - - -
Type:  alphabet-numeric
-


-
[ Top ]

- -

-

$b1 =

-

[line 430]

-

-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  b1
-


-
[ Top ]

- -

-

$barcode_array = array()

-

[line 306]

-

-

Tags:

-
- - - - - - - -
var:  array to be returned which is readable by TCPDF
access:  protected
-
- -
-
- - - - - -
Type:  barcode
-


-
[ Top ]

- -

-

$bit =

-

[line 380]

-

-

Tags:

-
- - - - - - - -
var:  bit
access:  protected
-
- -
-
- - - - - -
Type:  single
-


-
[ Top ]

- -

-

$blocks =

-

[line 400]

-

-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  blocks
-


-
[ Top ]

- -

-

$capacity = array(
-         array(  0,    0, 0, array(   0,    0,    0,    0)),//
-array(21,26,0,array(7,10,13,17)),//  1
-array(25,44,7,array(10,16,22,28)),//
-array(29,70,7,array(15,26,36,44)),//
-array(33,100,7,array(20,36,52,64)),//
-array(37,134,7,array(26,48,72,88)),//  5
-array(41,172,7,array(36,64,96,112)),//
-array(45,196,0,array(40,72,108,130)),//
-array(49,242,0,array(48,88,132,156)),//
-array(53,292,0,array(60,110,160,192)),//
-array(57,346,0,array(72,130,192,224)),// 10
-array(61,404,0,array(80,150,224,264)),//
-array(65,466,0,array(96,176,260,308)),//
-array(69,532,0,array(104,198,288,352)),//
-array(73,581,3,array(120,216,320,384)),//
-array(77,655,3,array(132,240,360,432)),// 15
-array(81,733,3,array(144,280,408,480)),//
-array(85,815,3,array(168,308,448,532)),//
-array(89,901,3,array(180,338,504,588)),//
-array(93,991,3,array(196,364,546,650)),//
-array(97,1085,3,array(224,416,600,700)),// 20
-array(101,1156,4,array(224,442,644,750)),//
-array(105,1258,4,array(252,476,690,816)),//
-array(109,1364,4,array(270,504,750,900)),//
-array(113,1474,4,array(300,560,810,960)),//
-array(117,1588,4,array(312,588,870,1050)),// 25
-array(121,1706,4,array(336,644,952,1110)),//
-array(125,1828,4,array(360,700,1020,1200)),//
-array(129,1921,3,array(390,728,1050,1260)),//
-array(133,2051,3,array(420,784,1140,1350)),//
-array(137,2185,3,array(450,812,1200,1440)),// 30
-array(141,2323,3,array(480,868,1290,1530)),//
-array(145,2465,3,array(510,924,1350,1620)),//
-array(149,2611,3,array(540,980,1440,1710)),//
-array(153,2761,3,array(570,1036,1530,1800)),//
-array(157,2876,0,array(570,1064,1590,1890)),// 35
-array(161,3034,0,array(600,1120,1680,1980)),//
-array(165,3196,0,array(630,1204,1770,2100)),//
-array(169,3362,0,array(660,1260,1860,2220)),//
-array(173,3532,0,array(720,1316,1950,2310)),//
-array(177,3706,0,array(750,1372,2040,2430))// 40
-)

-

[line 488]

-

-

Tags:

-
- - - - - - - -
var:  Table of the capacity of symbols See Table 1 (pp.13) and Table 12-16 (pp.30-36), JIS X0510:2004.
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$casesensitive =  true

-

[line 330]

-

-

Tags:

-
- - - - - - - -
var:  true the input string will be converted to uppercase
access:  protected
-
- -
-
- - - - - -
Type:  if
-


-
[ Top ]

- -

-

$count =

-

[line 412]

-

-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  counter
-


-
[ Top ]

- -

-

$data =

-

[line 342]

-

-

Tags:

-
- - - - - - - -
var:  data
access:  protected
-
- -
-
- - - - - -
Type:  mask
-


-
[ Top ]

- -

-

$datacode = array()

-

[line 388]

-

-

Tags:

-
- - - - - - - -
var:  code
access:  protected
-
- -
-
- - - - - -
Type:  data
-


-
[ Top ]

- -

-

$dataLength =

-

[line 418]

-

-

Tags:

-
- - - - - - - -
var:  length
access:  protected
-
- -
-
- - - - - -
Type:  data
-


-
[ Top ]

- -

-

$dataStr =  ''

-

[line 446]

-

-

Tags:

-
- - - - - - - -
var:  data string
access:  protected
-
- -
-
- - - - - -
Type:  input
-


-
[ Top ]

- -

-

$dir =

-

[line 374]

-

-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  direction
-


-
[ Top ]

- -

-

$ecccode = array()

-

[line 394]

-

-

Tags:

-
- - - - - - - -
var:  correction code
access:  protected
-
- -
-
- - - - - -
Type:  error
-


-
[ Top ]

- -

-

$eccLength =

-

[line 424]

-

-

Tags:

-
- - - - - - - -
var:  correction length
access:  protected
-
- -
-
- - - - - -
Type:  error
-


-
[ Top ]

- -

-

$eccTable = array(
-         array(array( 0,  0),array(0,0),array(0,0),array(0,0)),//
-array(array(1,0),array(1,0),array(1,0),array(1,0)),//  1
-array(array(1,0),array(1,0),array(1,0),array(1,0)),//
-array(array(1,0),array(1,0),array(2,0),array(2,0)),//
-array(array(1,0),array(2,0),array(2,0),array(4,0)),//
-array(array(1,0),array(2,0),array(2,2),array(2,2)),//  5
-array(array(2,0),array(4,0),array(4,0),array(4,0)),//
-array(array(2,0),array(4,0),array(2,4),array(4,1)),//
-array(array(2,0),array(2,2),array(4,2),array(4,2)),//
-array(array(2,0),array(3,2),array(4,4),array(4,4)),//
-array(array(2,2),array(4,1),array(6,2),array(6,2)),// 10
-array(array(4,0),array(1,4),array(4,4),array(3,8)),//
-array(array(2,2),array(6,2),array(4,6),array(7,4)),//
-array(array(4,0),array(8,1),array(8,4),array(12,4)),//
-array(array(3,1),array(4,5),array(11,5),array(11,5)),//
-array(array(5,1),array(5,5),array(5,7),array(11,7)),// 15
-array(array(5,1),array(7,3),array(15,2),array(3,13)),//
-array(array(1,5),array(10,1),array(1,15),array(2,17)),//
-array(array(5,1),array(9,4),array(17,1),array(2,19)),//
-array(array(3,4),array(3,11),array(17,4),array(9,16)),//
-array(array(3,5),array(3,13),array(15,5),array(15,10)),// 20
-array(array(4,4),array(17,0),array(17,6),array(19,6)),//
-array(array(2,7),array(17,0),array(7,16),array(34,0)),//
-array(array(4,5),array(4,14),array(11,14),array(16,14)),//
-array(array(6,4),array(6,14),array(11,16),array(30,2)),//
-array(array(8,4),array(8,13),array(7,22),array(22,13)),// 25
-array(array(10,2),array(19,4),array(28,6),array(33,4)),//
-array(array(8,4),array(22,3),array(8,26),array(12,28)),//
-array(array(3,10),array(3,23),array(4,31),array(11,31)),//
-array(array(7,7),array(21,7),array(1,37),array(19,26)),//
-array(array(5,10),array(19,10),array(15,25),array(23,25)),// 30
-array(array(13,3),array(2,29),array(42,1),array(23,28)),//
-array(array(17,0),array(10,23),array(10,35),array(19,35)),//
-array(array(17,1),array(14,21),array(29,19),array(11,46)),//
-array(array(13,6),array(14,23),array(44,7),array(59,1)),//
-array(array(12,7),array(12,26),array(39,14),array(22,41)),// 35
-array(array(6,14),array(6,34),array(46,10),array(2,64)),//
-array(array(17,4),array(29,14),array(49,10),array(24,46)),//
-array(array(4,18),array(13,32),array(48,14),array(42,32)),//
-array(array(20,4),array(40,7),array(43,22),array(10,67)),//
-array(array(19,6),array(18,31),array(34,34),array(20,61))// 40
-)

-

[line 548]

-

-

Tags:

-
- - - - - - - -
var:  Table of the error correction code (Reed-Solomon block) See Table 12-16 (pp.30-36), JIS X0510:2004.
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$formatInfo = array(
-         array(0x77c4, 0x72f3, 0x7daa, 0x789d, 0x662f, 0x6318, 0x6c41, 0x6976),//
-array(0x5412,0x5125,0x5e7c,0x5b4b,0x45f9,0x40ce,0x4f97,0x4aa0),//
-array(0x355f,0x3068,0x3f31,0x3a06,0x24b4,0x2183,0x2eda,0x2bed),//
-array(0x1689,0x13be,0x1ce7,0x19d0,0x0762,0x0255,0x0d0c,0x083b)//
-)

-

[line 628]

-

-

Tags:

-
- - - - - - - -
var:  Format information
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$frame =

-

[line 356]

-

-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  frame
-


-
[ Top ]

- -

-

$frames = array()

-

[line 466]

-

-

Tags:

-
- - - - - - - -
var:  of frames
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$hint =  QR_MODE_8B

-

[line 324]

-

-

Tags:

-
- - - - - - - -
var:  mode
access:  protected
-
- -
-
- - - - - -
Type:  Encoding
-


-
[ Top ]

- -

-

$items =

-

[line 452]

-

-

Tags:

-
- - - - - - - -
var:  items
access:  protected
-
- -
-
- - - - - -
Type:  input
-


-
[ Top ]

- -

-

$lengthTableBits = array(
-         array(10, 12, 14),array(9,11,13),array(8,16,16),array(8,10,12))

-

[line 536]

-

-

Tags:

-
- - - - - - - -
var:  Length indicator
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$level =  QR_ECLEVEL_L

-

[line 318]

-

-

Tags:

-
- - - - - - - -
var:  of error correction. See definitions for possible values.
access:  protected
-
- -
-
- - - - - -
Type:  Levels
-


-
[ Top ]

- -

-

$rsblocks = array()

-

[line 406]

-

-

Tags:

-
- - - - - - - -
var:  blocks
access:  protected
-
- -
-
- - - - - -
Type:  Reed-Solomon
-


-
[ Top ]

- -

-

$rsitems = array()

-

[line 460]

-

-

Tags:

-
- - - - - - - -
var:  items
access:  protected
-
- -
-
- - - - - -
Type:  Reed-Solomon
-


-
[ Top ]

- -

-

$runLength = array()

-

[line 438]

-

-

Tags:

-
- - - - - - - -
var:  length
access:  protected
-
- -
-
- - - - - -
Type:  run
-


-
[ Top ]

- -

-

$structured =  0

-

[line 336]

-

-

Tags:

-
- - - - - - - -
var:  QR code (not supported yet)
access:  protected
-
- -
-
- - - - - -
Type:  structured
-


-
[ Top ]

- -

-

$version =  0

-

[line 312]

-

-

Tags:

-
- - - - - - - -
var:  code version. Size of QRcode is defined as version. Version is from 1 to 40. Version 1 is 21*21 matrix. And 4 modules increases whenever 1 version increases. So version 40 is 177*177 matrix.
access:  protected
-
- -
-
- - - - - -
Type:  QR
-


-
[ Top ]

- -

-

$versionPattern = array(
-         0x07c94, 0x085bc, 0x09a99, 0x0a4d3, 0x0bbf6, 0x0c762, 0x0d847, 0x0e60d, //
-         0x0f928, 0x10b78, 0x1145d, 0x12a17, 0x13532, 0x149a6, 0x15683, 0x168c9, //
-         0x177ec, 0x18ec4, 0x191e1, 0x1afab, 0x1b08e, 0x1cc1a, 0x1d33f, 0x1ed75, //
-         0x1f250, 0x209d5, 0x216f0, 0x228ba, 0x2379f, 0x24b0b, 0x2542e, 0x26a64, //
-         0x27541, 0x28c69
-      )

-

[line 616]

-

-

Tags:

-
- - - - - - - -
var:  Version information pattern (BCH coded). See Table 1 in Appendix D (pp.68) of JIS X0510:2004. size: [QRSPEC_VERSION_MAX - 6]
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$width =

-

[line 350]

-

-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  width
-


-
[ Top ]

- -

-

$x =

-

[line 362]

-

-

Tags:

-
- - - - - - - -
var:  position of bit
access:  protected
-
- -
-
- - - - - -
Type:  X
-


-
[ Top ]

- -

-

$y =

-

[line 368]

-

-

Tags:

-
- - - - - - - -
var:  position of bit
access:  protected
-
- -
-
- - - - - -
Type:  Y
-


-
[ Top ]

-

- -
- -

Class Methods

-
- -
- -

constructor __construct [line 648]

-
-
-
- QRcode __construct( -string -$code, [string -$eclevel = 'L']) -
-

- - This is the class constructor.

Creates a QRcode object




-

Tags:

-
- - - - - - - -
since:  1.0.000
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
string  $code  code to represent using QRcode
string  $eclevel  error level:
  • L : About 7% or less errors can be corrected.
  • M : About 15% or less errors can be corrected.
  • Q : About 25% or less errors can be corrected.
  • H : About 30% or less errors can be corrected.
-

-
[ Top ]
-
-
- -

method allocate [line 2139]

-
-
-
- array allocate( -int -$setLength) -
-

- - Return an array with zeros



-

Tags:

-
- - - - -
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
int  $setLength  array size
-

-
[ Top ]
-
-
- -

method appendBitstream [line 2193]

-
-
-
- array appendBitstream( -array -$bitstream, array -$append) -
-

- - Append one bitstream to another



-

Tags:

-
- - - - - - - -
return:  bitstream
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
array  $bitstream  original bitstream
array  $append  bitstream to append
-

-
[ Top ]
-
-
- -

method appendBytes [line 2225]

-
-
-
- array appendBytes( -array -$bitstream, int -$size, array -$data) -
-

- - Append one bitstream created from bytes to another



-

Tags:

-
- - - - - - - -
return:  bitstream
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - -
array  $bitstream  original bitstream
int  $size  size
array  $data  bytes
-

-
[ Top ]
-
-
- -

method appendNewInputItem [line 1705]

-
-
-
- items appendNewInputItem( -array -$items, int -$mode, int -$size, array -$data) -
-

- - Append data to an input object.

The data is copied and appended to the input object.




-

Tags:

-
- - - - -
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - -
int  $mode  encoding mode.
int  $size  size of data (byte).
array  $data  array of input data.
array  $items  items input items
-

-
[ Top ]
-
-
- -

method appendNum [line 2210]

-
-
-
- array appendNum( -array -$bitstream, int -$bits, int -$num) -
-

- - Append one bitstream created from number to another



-

Tags:

-
- - - - - - - -
return:  bitstream
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - -
array  $bitstream  original bitstream
int  $bits  number of bits
int  $num  number
-

-
[ Top ]
-
-
- -

method appendPaddingBit [line 2065]

-
-
-
- array appendPaddingBit( -array -$bstream) -
-

- - Append Padding Bit to bitstream



-

Tags:

-
- - - - - - - -
return:  bitstream
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
array  $bstream  
-

-
[ Top ]
-
-
- -

method binarize [line 698]

-
-
-
- array binarize( -array -$frame) -
-

- - Convert the frame in binary form



-

Tags:

-
- - - - - - - -
return:  frame in binary form
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
array  $frame  array to binarize
-

-
[ Top ]
-
-
- -

method bitstreamToByte [line 2238]

-
-
-
- array bitstreamToByte( - -$bstream, array -$bitstream) -
-

- - Convert bitstream to bytes



-

Tags:

-
- - - - - - - -
return:  of bytes
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
array  $bitstream  original bitstream
  $bstream  
-

-
[ Top ]
-
-
- -

method calcN1N3 [line 1135]

-
-
-
- int calcN1N3( -int -$length) -
-

- - calcN1N3



-

Tags:

-
- - - - - - - -
return:  demerit
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
int  $length  
-

-
[ Top ]
-
-
- -

method calcParity [line 1736]

-
-
-
- int calcParity( -array -$items) -
-

- - calcParity



-

Tags:

-
- - - - - - - -
return:  parity
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
array  $items  
-

-
[ Top ]
-
-
- -

method check [line 1869]

-
-
-
- boolean check( -int -$mode, int -$size, array -$data) -
-

- - Validate the input data.



-

Tags:

-
- - - - - - - -
return:  true in case of valid data, false otherwise
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - -
int  $mode  encoding mode.
int  $size  size of data (byte).
array  $data  data data to validate
-

-
[ Top ]
-
-
- -

method checkModeAn [line 1802]

-
-
-
- boolean checkModeAn( -int -$size, array -$data) -
-

- - checkModeAn



-

Tags:

-
- - - - - - - -
return:  true or false
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
int  $size  
array  $data  
-

-
[ Top ]
-
-
- -

method checkModeKanji [line 1849]

-
-
-
- boolean checkModeKanji( -int -$size, array -$data) -
-

- - checkModeKanji



-

Tags:

-
- - - - - - - -
return:  true or false
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
int  $size  
array  $data  
-

-
[ Top ]
-
-
- -

method checkModeNum [line 1754]

-
-
-
- boolean checkModeNum( -int -$size, array -$data) -
-

- - checkModeNum



-

Tags:

-
- - - - - - - -
return:  true or false
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
int  $size  
array  $data  
-

-
[ Top ]
-
-
- -

method convertData [line 2036]

-
-
-
- array convertData( -array -$items) -
-

- - convertData



-

Tags:

-
- - - - - - - -
return:  items
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
array  $items  
-

-
[ Top ]
-
-
- -

method createBitStream [line 2021]

-
-
-
- array createBitStream( -array -$items) -
-

- - createBitStream



-

Tags:

-
- - - - - - - -
return:  of items and total bits
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
array  $items  
-

-
[ Top ]
-
-
- -

method createFrame [line 2541]

-
-
-
- Array createFrame( -int -$version) -
-

- - Return a copy of initialized frame.



-

Tags:

-
- - - - - - - -
return:  of unsigned char.
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
int  $version  version
-

-
[ Top ]
-
-
- -

method eat8 [line 1404]

-
-
-
- int eat8( -) -
-

- - eat8



-

Tags:

-
- - - - - - - -
return:  run
access:  protected
-
-

- - -
[ Top ]
-
-
- -

method eatAn [line 1352]

-
-
-
- int eatAn( -) -
-

- - eatAn



-

Tags:

-
- - - - - - - -
return:  run
access:  protected
-
-

- - -
[ Top ]
-
-
- -

method eatKanji [line 1391]

-
-
-
- int eatKanji( -) -
-

- - eatKanji



-

Tags:

-
- - - - - - - -
return:  run
access:  protected
-
-

- - -
[ Top ]
-
-
- -

method eatNum [line 1320]

-
-
-
- int eatNum( -) -
-

- - eatNum



-

Tags:

-
- - - - - - - -
return:  run
access:  protected
-
-

- - -
[ Top ]
-
-
- -

method encodeBitStream [line 1650]

-
-
-
- array encodeBitStream( -array -$inputitem, int -$version) -
-

- - encodeBitStream



-

Tags:

-
- - - - - - - -
return:  input item
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
array  $inputitem  
int  $version  
-

-
[ Top ]
-
-
- -

method encodeMask [line 729]

-
-
-
- void encodeMask( -int -$mask) -
-

- - Encode mask



-

Tags:

-
- - - - -
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
int  $mask  masking mode
-

-
[ Top ]
-
-
- -

method encodeMode8 [line 1596]

-
-
-
- array encodeMode8( -array -$inputitem, int -$version) -
-

- - encodeMode8



-

Tags:

-
- - - - - - - -
return:  input item
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
array  $inputitem  
int  $version  
-

-
[ Top ]
-
-
- -

method encodeModeAn [line 1573]

-
-
-
- array encodeModeAn( -array -$inputitem, int -$version) -
-

- - encodeModeAn



-

Tags:

-
- - - - - - - -
return:  input item
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
array  $inputitem  
int  $version  
-

-
[ Top ]
-
-
- -

method encodeModeKanji [line 1612]

-
-
-
- array encodeModeKanji( -array -$inputitem, int -$version) -
-

- - encodeModeKanji



-

Tags:

-
- - - - - - - -
return:  input item
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
array  $inputitem  
int  $version  
-

-
[ Top ]
-
-
- -

method encodeModeNum [line 1544]

-
-
-
- array encodeModeNum( -array -$inputitem, int -$version) -
-

- - encodeModeNum



-

Tags:

-
- - - - - - - -
return:  input item
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
array  $inputitem  
int  $version  
-

-
[ Top ]
-
-
- -

method encodeModeStructure [line 1635]

-
-
-
- array encodeModeStructure( -array -$inputitem) -
-

- - encodeModeStructure



-

Tags:

-
- - - - - - - -
return:  input item
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
array  $inputitem  
-

-
[ Top ]
-
-
- -

method encodeString [line 713]

-
-
-
- void encodeString( -string -$string) -
-

- - Encode the input string to QR code



-

Tags:

-
- - - - -
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
string  $string  input string to encode
-

-
[ Top ]
-
-
- -

method encode_rs_char [line 2839]

-
-
-
- parity encode_rs_char( -array -$rs, array -$data, array -$parity) -
-

- - Encode a Reed-Solomon codec and returns the parity array



-

Tags:

-
- - - - - - - -
return:  array
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - -
array  $rs  RS values
array  $data  data
array  $parity  parity
-

-
[ Top ]
-
-
- -

method estimateBitsMode8 [line 1830]

-
-
-
- int estimateBitsMode8( -int -$size) -
-

- - estimateBitsMode8



-

Tags:

-
- - - - - - - -
return:  number of bits
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
int  $size  
-

-
[ Top ]
-
-
- -

method estimateBitsModeAn [line 1816]

-
-
-
- int estimateBitsModeAn( -int -$size) -
-

- - estimateBitsModeAn



-

Tags:

-
- - - - - - - -
return:  number of bits
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
int  $size  
-

-
[ Top ]
-
-
- -

method estimateBitsModeKanji [line 1839]

-
-
-
- int estimateBitsModeKanji( -int -$size) -
-

- - estimateBitsModeKanji



-

Tags:

-
- - - - - - - -
return:  number of bits
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
int  $size  
-

-
[ Top ]
-
-
- -

method estimateBitsModeNum [line 1768]

-
-
-
- int estimateBitsModeNum( -int -$size) -
-

- - estimateBitsModeNum



-

Tags:

-
- - - - - - - -
return:  number of bits
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
int  $size  
-

-
[ Top ]
-
-
- -

method estimateBitStreamSize [line 1902]

-
-
-
- int estimateBitStreamSize( -array -$items, int -$version) -
-

- - estimateBitStreamSize



-

Tags:

-
- - - - - - - -
return:  bits
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
array  $items  
int  $version  
-

-
[ Top ]
-
-
- -

method estimateVersion [line 1945]

-
-
-
- int estimateVersion( -array -$items) -
-

- - estimateVersion



-

Tags:

-
- - - - - - - -
return:  version
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
array  $items  
-

-
[ Top ]
-
-
- -

method evaluateSymbol [line 1166]

-
-
-
- int evaluateSymbol( -int -$width, array -$frame) -
-

- - evaluateSymbol



-

Tags:

-
- - - - - - - -
return:  demerit
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
int  $width  
array  $frame  
-

-
[ Top ]
-
-
- -

method generateMaskNo [line 1072]

-
-
-
- array generateMaskNo( -int -$maskNo, int -$width, array -$frame) -
-

- - Return bitmask



-

Tags:

-
- - - - - - - -
return:  bitmask
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - -
int  $maskNo  mask number
int  $width  width
array  $frame  frame
-

-
[ Top ]
-
-
- -

method getBarcodeArray [line 689]

-
-
-
- array getBarcodeArray( -) -
-

- - Returns a barcode array which is readable by TCPDF



-

Tags:

-
- - - - - - - -
return:  barcode array readable by TCPDF;
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getBitStream [line 2115]

-
-
-
- array getBitStream( -int -$items) -
-

- - Returns a stream of bits.



-

Tags:

-
- - - - - - - -
return:  padded merged byte stream
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
int  $items  
-

-
[ Top ]
-
-
- -

method getByteStream [line 2125]

-
-
-
- array getByteStream( -int -$items) -
-

- - Pack all bit streams padding bits into a byte array.



-

Tags:

-
- - - - - - - -
return:  padded merged byte stream
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
int  $items  
-

-
[ Top ]
-
-
- -

method getCode [line 918]

-
-
-
- array getCode( -) -
-

- - Return Reed-Solomon block code.



-

Tags:

-
- - - - - - - -
return:  rsblocks
access:  protected
-
-

- - -
[ Top ]
-
-
- -

method getDataLength [line 2294]

-
-
-
- int getDataLength( -int -$version, int -$level) -
-

- - Return maximum data code length (bytes) for the version.



-

Tags:

-
- - - - - - - -
return:  maximum size (bytes)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
int  $version  version
int  $level  error correction level
-

-
[ Top ]
-
-
- -

method getECCLength [line 2304]

-
-
-
- int getECCLength( -int -$version, int -$level) -
-

- - Return maximum error correction code length (bytes) for the version.



-

Tags:

-
- - - - - - - -
return:  ECC size (bytes)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
int  $version  version
int  $level  error correction level
-

-
[ Top ]
-
-
- -

method getEccSpec [line 2394]

-
-
-
- array getEccSpec( -int -$version, int -$level, array -$spec) -
-

- - Return an array of ECC specification.



-

Tags:

-
- - - - - - - -
return:  spec
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - -
int  $version  version
int  $level  error correction level
array  $spec  an array of ECC specification contains as following: {# of type1 blocks, # of data code, # of ecc code, # of type2 blocks, # of data code}
-

-
[ Top ]
-
-
- -

method getFormatInfo [line 2502]

-
-
-
- BCH getFormatInfo( -array -$mask, int -$level) -
-

- - Return BCH encoded format information pattern.



-

Tags:

-
- - - - - - - -
return:  encoded format information pattern
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
array  $mask  
int  $level  error correction level
-

-
[ Top ]
-
-
- -

method getFrameAt [line 803]

-
-
-
- value getFrameAt( -array -$at) -
-

- - Get frame value at specified position



-

Tags:

-
- - - - - - - -
return:  at specified position
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
array  $at  x,y position
-

-
[ Top ]
-
-
- -

method getMinimumVersion [line 2332]

-
-
-
- int getMinimumVersion( -int -$size, int -$level) -
-

- - Return a version number that satisfies the input code length.



-

Tags:

-
- - - - - - - -
return:  version number
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
int  $size  input code length (byte)
int  $level  error correction level
-

-
[ Top ]
-
-
- -

method getNextPosition [line 811]

-
-
-
- array getNextPosition( -) -
-

- - Return the next frame position



-

Tags:

-
- - - - - - - -
return:  of x,y coordinates
access:  protected
-
-

- - -
[ Top ]
-
-
- -

method getRemainder [line 2322]

-
-
-
- int getRemainder( -int -$version) -
-

- - Return the numer of remainder bits.



-

Tags:

-
- - - - - - - -
return:  number of remainder bits
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
int  $version  version
-

-
[ Top ]
-
-
- -

method getVersionPattern [line 2489]

-
-
-
- BCH getVersionPattern( -int -$version) -
-

- - Return BCH encoded version information pattern that is used for the symbol of version 7 or greater. Use lower 18 bits.



-

Tags:

-
- - - - - - - -
return:  encoded version information pattern
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
int  $version  version
-

-
[ Top ]
-
-
- -

method getWidth [line 2313]

-
-
-
- int getWidth( -int -$version) -
-

- - Return the width of the symbol for the version.



-

Tags:

-
- - - - - - - -
return:  width
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
int  $version  version
-

-
[ Top ]
-
-
- -

method identifyMode [line 1295]

-
-
-
- int identifyMode( -int -$pos) -
-

- - identifyMode



-

Tags:

-
- - - - - - - -
return:  mode
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
int  $pos  
-

-
[ Top ]
-
-
- -

method init [line 867]

-
-
-
- 0 init( -array -$spec) -
-

- - Initialize code.



-

Tags:

-
- - - - - - - -
return:  in case of success, -1 in case of error
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
array  $spec  array of ECC specification
-

-
[ Top ]
-
-
- -

method init_rs [line 2714]

-
-
-
- array init_rs( -int -$symsize, int -$gfpoly, int -$fcr, int -$prim, int -$nroots, int -$pad) -
-

- - Initialize a Reed-Solomon codec and add it to existing rsitems



-

Tags:

-
- - - - - - - -
return:  Array of RS values:
  • mm = Bits per symbol;
  • nn = Symbols per block;
  • alpha_to = log lookup table array;
  • index_of = Antilog lookup table array;
  • genpoly = Generator polynomial array;
  • nroots = Number of generator;
  • roots = number of parity symbols;
  • fcr = First consecutive root, index form;
  • prim = Primitive element, index form;
  • iprim = prim-th root of 1, index form;
  • pad = Padding bytes in shortened block;
  • gfpoly
.
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
int  $symsize  symbol size, bits
int  $gfpoly  Field generator polynomial coefficients
int  $fcr  first root of RS code generator polynomial, index form
int  $prim  primitive element to generate polynomial roots
int  $nroots  RS code generator polynomial degree (number of roots)
int  $pad  padding bytes at front of shortened block
-

-
[ Top ]
-
-
- -

method init_rs_char [line 2755]

-
-
-
- array init_rs_char( -int -$symsize, int -$gfpoly, int -$fcr, int -$prim, int -$nroots, int -$pad) -
-

- - Initialize a Reed-Solomon codec and returns an array of values.



-

Tags:

-
- - - - - - - -
return:  Array of RS values:
  • mm = Bits per symbol;
  • nn = Symbols per block;
  • alpha_to = log lookup table array;
  • index_of = Antilog lookup table array;
  • genpoly = Generator polynomial array;
  • nroots = Number of generator;
  • roots = number of parity symbols;
  • fcr = First consecutive root, index form;
  • prim = Primitive element, index form;
  • iprim = prim-th root of 1, index form;
  • pad = Padding bytes in shortened block;
  • gfpoly
.
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
int  $symsize  symbol size, bits
int  $gfpoly  Field generator polynomial coefficients
int  $fcr  first root of RS code generator polynomial, index form
int  $prim  primitive element to generate polynomial roots
int  $nroots  RS code generator polynomial degree (number of roots)
int  $pad  padding bytes at front of shortened block
-

-
[ Top ]
-
-
- -

method insertStructuredAppendHeader [line 1718]

-
-
-
- array insertStructuredAppendHeader( -array -$items, int -$size, int -$index, int -$parity) -
-

- - insertStructuredAppendHeader



-

Tags:

-
- - - - - - - -
return:  items
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - -
array  $items  
int  $size  
int  $index  
int  $parity  
-

-
[ Top ]
-
-
- -

method isalnumat [line 1283]

-
-
-
- boolean isalnumat( -string -$str, int -$pos) -
-

- - Return true if the character at specified position is an alphanumeric character



-

Tags:

-
- - - - - - - -
return:  true of false
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
string  $str  string
int  $pos  characted position
-

-
[ Top ]
-
-
- -

method isdigitat [line 1270]

-
-
-
- boolean isdigitat( -string -$str, int -$pos) -
-

- - Return true if the character at specified position is a number



-

Tags:

-
- - - - - - - -
return:  true of false
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
string  $str  string
int  $pos  characted position
-

-
[ Top ]
-
-
- -

method lengthIndicator [line 2348]

-
-
-
- int lengthIndicator( -int -$mode, int -$version) -
-

- - Return the size of length indicator for the mode and version.



-

Tags:

-
- - - - - - - -
return:  the size of the appropriate length indicator (bits).
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
int  $mode  encoding mode
int  $version  version
-

-
[ Top ]
-
-
- -

method lengthOfCode [line 1966]

-
-
-
- int lengthOfCode( -int -$mode, int -$version, int -$bits) -
-

- - lengthOfCode



-

Tags:

-
- - - - - - - -
return:  size
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - -
int  $mode  
int  $version  
int  $bits  
-

-
[ Top ]
-
-
- -

method lookAnTable [line 1792]

-
-
-
- value lookAnTable( -int -$c) -
-

- - Look up the alphabet-numeric convesion table (see JIS X0510:2004, pp.19).



-

Tags:

-
- - - - -
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
int  $c  character value
-

-
[ Top ]
-
-
- -

method makeMask [line 1123]

-
-
-
- array makeMask( -int -$width, array -$frame, int -$maskNo, int -$level) -
-

- - makeMask



-

Tags:

-
- - - - - - - -
return:  mask
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - -
int  $width  
array  $frame  
int  $maskNo  
int  $level  
-

-
[ Top ]
-
-
- -

method makeMaskNo [line 1096]

-
-
-
- int makeMaskNo( -int -$maskNo, int -$width, int -$s, -&$d, [boolean -$maskGenOnly = false], int -$d) -
-

- - makeMaskNo



-

Tags:

-
- - - - - - - -
return:  b
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
int  $maskNo  
int  $width  
int  $s  
int  $d  
boolean  $maskGenOnly  
  &$d  
-

-
[ Top ]
-
-
- -

method mask [line 1228]

-
-
-
- array mask( -int -$width, array -$frame, int -$level) -
-

- - mask



-

Tags:

-
- - - - - - - -
return:  best mask
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - -
int  $width  
array  $frame  
int  $level  
-

-
[ Top ]
-
-
- -

method mask0 [line 991]

-
-
-
- int mask0( -int -$x, int -$y) -
-

- - mask0



-

Tags:

-
- - - - - - - -
return:  mask
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
int  $x  X position
int  $y  Y position
-

-
[ Top ]
-
-
- -

method mask1 [line 1001]

-
-
-
- int mask1( -int -$x, int -$y) -
-

- - mask1



-

Tags:

-
- - - - - - - -
return:  mask
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
int  $x  X position
int  $y  Y position
-

-
[ Top ]
-
-
- -

method mask2 [line 1011]

-
-
-
- int mask2( -int -$x, int -$y) -
-

- - mask2



-

Tags:

-
- - - - - - - -
return:  mask
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
int  $x  X position
int  $y  Y position
-

-
[ Top ]
-
-
- -

method mask3 [line 1021]

-
-
-
- int mask3( -int -$x, int -$y) -
-

- - mask3



-

Tags:

-
- - - - - - - -
return:  mask
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
int  $x  X position
int  $y  Y position
-

-
[ Top ]
-
-
- -

method mask4 [line 1031]

-
-
-
- int mask4( -int -$x, int -$y) -
-

- - mask4



-

Tags:

-
- - - - - - - -
return:  mask
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
int  $x  X position
int  $y  Y position
-

-
[ Top ]
-
-
- -

method mask5 [line 1041]

-
-
-
- int mask5( -int -$x, int -$y) -
-

- - mask5



-

Tags:

-
- - - - - - - -
return:  mask
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
int  $x  X position
int  $y  Y position
-

-
[ Top ]
-
-
- -

method mask6 [line 1051]

-
-
-
- int mask6( -int -$x, int -$y) -
-

- - mask6



-

Tags:

-
- - - - - - - -
return:  mask
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
int  $x  X position
int  $y  Y position
-

-
[ Top ]
-
-
- -

method mask7 [line 1061]

-
-
-
- int mask7( -int -$x, int -$y) -
-

- - mask7



-

Tags:

-
- - - - - - - -
return:  mask
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
int  $x  X position
int  $y  Y position
-

-
[ Top ]
-
-
- -

method maximumWords [line 2368]

-
-
-
- int maximumWords( -int -$mode, int -$version) -
-

- - Return the maximum length for the mode and version.



-

Tags:

-
- - - - - - - -
return:  the maximum length (bytes)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
int  $mode  encoding mode
int  $version  version
-

-
[ Top ]
-
-
- -

method mergeBitStream [line 2098]

-
-
-
- array mergeBitStream( - -$items, array -$bstream) -
-

- - mergeBitStream



-

Tags:

-
- - - - - - - -
return:  bitstream
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
array  $bstream  
  $items  
-

-
[ Top ]
-
-
- -

method modnn [line 2737]

-
-
-
- int modnn( -array -$rs, int -$x) -
-

- - modnn



-

Tags:

-
- - - - - - - -
return:  X osition
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
int  $x  X position
array  $rs  RS values
-

-
[ Top ]
-
-
- -

method newFrame [line 2606]

-
-
-
- Array newFrame( -int -$version) -
-

- - Set new frame for the specified version.



-

Tags:

-
- - - - - - - -
return:  of unsigned char.
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
int  $version  version
-

-
[ Top ]
-
-
- -

method newFromBytes [line 2169]

-
-
-
- array newFromBytes( -int -$size, array -$data) -
-

- - Return new bitstream from bytes



-

Tags:

-
- - - - - - - -
return:  bitstream
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
int  $size  size
array  $data  bytes
-

-
[ Top ]
-
-
- -

method newFromNum [line 2149]

-
-
-
- array newFromNum( -int -$bits, int -$num) -
-

- - Return new bitstream from number



-

Tags:

-
- - - - - - - -
return:  bitstream
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
int  $bits  number of bits
int  $num  number
-

-
[ Top ]
-
-
- -

method newInputItem [line 1522]

-
-
-
- array newInputItem( -int -$mode, int -$size, array -$data, [array -$bstream = null]) -
-

- - newInputItem



-

Tags:

-
- - - - - - - -
return:  input item
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - -
int  $mode  
int  $size  
array  $data  
array  $bstream  
-

-
[ Top ]
-
-
- -

method putAlignmentMarker [line 2426]

-
-
-
- array putAlignmentMarker( -array -$frame, int -$ox, int -$oy, int -$width) -
-

- - Put an alignment marker.



-

Tags:

-
- - - - - - - -
return:  frame
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - -
array  $frame  frame
int  $width  width
int  $ox  X center coordinate of the pattern
int  $oy  Y center coordinate of the pattern
-

-
[ Top ]
-
-
- -

method putAlignmentPattern [line 2449]

-
-
-
- array putAlignmentPattern( -int -$version, -$frame, int -$width, array -$fram) -
-

- - Put an alignment pattern.



-

Tags:

-
- - - - - - - -
return:  frame
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - -
int  $version  version
array  $fram  frame
int  $width  width
  $frame  
-

-
[ Top ]
-
-
- -

method putFinderPattern [line 2520]

-
-
-
- array putFinderPattern( -array -$frame, int -$ox, int -$oy, int -$width) -
-

- - Put a finder pattern.



-

Tags:

-
- - - - - - - -
return:  frame
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - -
array  $frame  frame
int  $width  width
int  $ox  X center coordinate of the pattern
int  $oy  Y center coordinate of the pattern
-

-
[ Top ]
-
-
- -

method qrstrset [line 2283]

-
-
-
- array qrstrset( -array -$srctab, int -$x, int -$y, string -$repl, [int -$replLen = false]) -
-

- - Replace a value on the array at the specified position



-

Tags:

-
- - - - - - - -
return:  srctab
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - -
array  $srctab  
int  $x  X position
int  $y  Y position
string  $repl  value to replace
int  $replLen  length of the repl string
-

-
[ Top ]
-
-
- -

method rsBlockNum [line 2624]

-
-
-
- int rsBlockNum( -array -$spec) -
-

- - Return block number 0



-

Tags:

-
- - - - - - - -
return:  value
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
array  $spec  
-

-
[ Top ]
-
-
- -

method rsBlockNum1 [line 2633]

-
-
-
- int rsBlockNum1( -array -$spec) -
-

- - Return block number 1



-

Tags:

-
- - - - - - - -
return:  value
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
array  $spec  
-

-
[ Top ]
-
-
- -

method rsBlockNum2 [line 2660]

-
-
-
- int rsBlockNum2( -array -$spec) -
-

- - Return block number 2



-

Tags:

-
- - - - - - - -
return:  value
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
array  $spec  
-

-
[ Top ]
-
-
- -

method rsDataCodes1 [line 2642]

-
-
-
- int rsDataCodes1( -array -$spec) -
-

- - Return data codes 1



-

Tags:

-
- - - - - - - -
return:  value
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
array  $spec  
-

-
[ Top ]
-
-
- -

method rsDataCodes2 [line 2669]

-
-
-
- int rsDataCodes2( -array -$spec) -
-

- - Return data codes 2



-

Tags:

-
- - - - - - - -
return:  value
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
array  $spec  
-

-
[ Top ]
-
-
- -

method rsDataLength [line 2687]

-
-
-
- int rsDataLength( -array -$spec) -
-

- - Return data length



-

Tags:

-
- - - - - - - -
return:  value
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
array  $spec  
-

-
[ Top ]
-
-
- -

method rsEccCodes1 [line 2651]

-
-
-
- int rsEccCodes1( -array -$spec) -
-

- - Return ecc codes 1



-

Tags:

-
- - - - - - - -
return:  value
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
array  $spec  
-

-
[ Top ]
-
-
- -

method rsEccCodes2 [line 2678]

-
-
-
- int rsEccCodes2( -array -$spec) -
-

- - Return ecc codes 2



-

Tags:

-
- - - - - - - -
return:  value
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
array  $spec  
-

-
[ Top ]
-
-
- -

method rsEccLength [line 2696]

-
-
-
- int rsEccLength( -array -$spec) -
-

- - Return ecc length



-

Tags:

-
- - - - - - - -
return:  value
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
array  $spec  
-

-
[ Top ]
-
-
- -

method setFrameAt [line 794]

-
-
-
- void setFrameAt( -array -$at, int -$val) -
-

- - Set frame value at specified position



-

Tags:

-
- - - - -
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
array  $at  x,y position
int  $val  value of the character to set
-

-
[ Top ]
-
-
- -

method splitString [line 1452]

-
-
-
- void splitString( -) -
-

- - splitString



-

Tags:

-
- - - - -
access:  protected
-
-

- - -
[ Top ]
-
-
- -

method toUpper [line 1493]

-
-
-
- void toUpper( -) -
-

- - toUpper



-

Tags:

-
- - - - -
access:  protected
-
-

- - -
[ Top ]
-
-
- -

method writeFormatInformation [line 949]

-
-
-
- int writeFormatInformation( -int -$width, -&$frame, array -$mask, int -$level, array -$frame) -
-

- - Write Format Information on frame and returns the number of black bits



-

Tags:

-
- - - - - - - -
return:  blacks
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - -
int  $width  frame width
array  $frame  frame
array  $mask  masking mode
int  $level  error correction level
  &$frame  
-

-
[ Top ]
-
-

- - -
-
- Documentation generated on Tue, 31 Aug 2010 17:02:48 +0200 by phpDocumentor 1.4.3 -
-
-
- - - \ No newline at end of file diff --git a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/TCPDF.html b/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/TCPDF.html deleted file mode 100644 index f245f9bb952..00000000000 --- a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/TCPDF.html +++ /dev/null @@ -1,26963 +0,0 @@ - - -Docs For Class TCPDF - - - - - - - - - - - - - -
com-tecnick-tcpdf
- - - [ class tree: com-tecnick-tcpdf ] - [ index: com-tecnick-tcpdf ] - [ all elements ] -
- - - - - - -
-
- -

Class: TCPDF

-Source Location: /tcpdf.php

- - - - - - - - - - -
- -

Class Overview

-

-
This is a PHP class for generating PDF documents without requiring external extensions.


-

Author(s):

-
    -
  • Nicola Asuni - info@tecnick.com
  • -
- - - - - - -

Version:

-
    -
  • 5.8.023
  • -
- - -
-

Variables

- -
-

Methods

- -
-
- - - - - - - - -
-
- - -

Class Details

-
-[line 167]
-This is a PHP class for generating PDF documents without requiring external extensions.


TCPDF project (http://www.tcpdf.org) has been originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.




-

Tags:

-
- - - - - - - - - - - - - - - - -
author:  Nicola Asuni - info@tecnick.com
version:  5.8.023
link:  http://www.tcpdf.org
name:  TCPDF
license:  LGPL
-
-


-
[ Top ]

- -
- -

Class Variables

-
- -

-

$AliasNbPages =  '{nb}'

-

[line 507]

-

-

Tags:

-
- - - - - - - -
var:  for total number of pages
access:  protected
-
- -
-
- - - - - -
Type:  alias
-


-
[ Top ]

- -

-

$AliasNumPage =  '{pnb}'

-

[line 513]

-

-

Tags:

-
- - - - - - - -
var:  for page number
access:  protected
-
- -
-
- - - - - -
Type:  alias
-


-
[ Top ]

- -

-

$annotation_fonts = array()

-

[line 1374]

- List of fonts used on form fields (fontname => fontkey).



-

Tags:

-
- - - - - - - -
since:  4.8.001 (2009-09-09)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$author =  ''

-

[line 489]

-

-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  author
-


-
[ Top ]

- -

-

$AutoPageBreak =

-

[line 447]

-

-

Tags:

-
- - - - - - - -
var:  page breaking
access:  protected
-
- -
-
- - - - - -
Type:  automatic
-


-
[ Top ]

- -

-

$barcode =  false

-

[line 602]

-

-

Tags:

-
- - - - - - - -
var:  to print on page footer (only if set).
access:  protected
-
- -
-
- - - - - -
Type:  Barcode
-


-
[ Top ]

- -

-

$bgcolor =

-

[line 700]

-

-

Tags:

-
- - - - - - - -
var:  background color
access:  protected
-
- -
-
- - - - - -
Type:  current
-


-
[ Top ]

- -

-

$bMargin =

-

[line 289]

-

-

Tags:

-
- - - - - - - -
var:  break margin
access:  protected
-
- -
-
- - - - - -
Type:  page
-


-
[ Top ]

- -

-

$booklet =  false

-

[line 1064]

- Booklet mode for double-sided pages



-

Tags:

-
- - - - - - - -
since:  4.2.000 (2008-10-29)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$bordermrk = array()

-

[line 936]

- Array used to store positions inside the pages buffer.

keys are the page numbers




-

Tags:

-
- - - - - - - -
since:  5.7.000 (2010-08-03)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$buffer =

-

[line 193]

-

-

Tags:

-
- - - - - - - -
var:  holding in-memory PDF
access:  protected
-
- -
-
- - - - - -
Type:  buffer
-


-
[ Top ]

- -

-

$bufferlen =  0

-

[line 1164]

- Length of the buffer in bytes.



-

Tags:

-
- - - - - - - -
since:  4.5.000 (2008-12-31)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$byterange_string =  '/ByteRange[0 ********** ********** **********]'

-

[line 1311]

- ByteRange placemark used during signature process.



-

Tags:

-
- - - - - - - -
since:  4.6.028 (2009-08-25)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$cache_file_length = array()

-

[line 1220]

- Array used to store the lengths of cache files



-

Tags:

-
- - - - - - - -
since:  4.5.029 (2009-03-19)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$cache_maxsize_UTF8StringToArray =  8

-

[line 1248]

- Maximum size of cache array used for UTF8StringToArray() method.



-

Tags:

-
- - - - - - - -
since:  4.5.037 (2009-04-07)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$cache_size_UTF8StringToArray =  0

-

[line 1255]

- Current size of cache array used for UTF8StringToArray() method.



-

Tags:

-
- - - - - - - -
since:  4.5.037 (2009-04-07)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$cache_UTF8StringToArray = array()

-

[line 1241]

- Cache array for UTF8StringToArray() method.



-

Tags:

-
- - - - - - - -
since:  4.5.037 (2009-04-07)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$cell_height_ratio =  K_CELL_HEIGHT_RATIO

-

[line 899]

- Default cell height ratio.



-

Tags:

-
- - - - - - - -
since:  3.0.014 (2008-05-23)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$cMargin =

-

[line 295]

-

-

Tags:

-
- - - - - - - -
var:  internal padding
access:  public
-
- -
-
- - - - - -
Type:  cell
-


-
[ Top ]

- -

-

$cntmrk = array()

-

[line 952]

- Array used to store content positions inside the pages buffer.

keys are the page numbers




-

Tags:

-
- - - - - - - -
since:  4.6.021 (2009-07-20)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$ColorFlag =

-

[line 441]

-

-

Tags:

-
- - - - - - - -
var:  whether fill and text colors are different
access:  protected
-
- -
-
- - - - - -
Type:  indicates
-


-
[ Top ]

- -

-

$columns = array()

-

[line 1423]

- Array of column measures (width, space, starting Y position)



-

Tags:

-
- - - - - - - -
since:  4.9.001 (2010-03-28)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$column_start_page =  0

-

[line 1444]

- Starting page for columns



-

Tags:

-
- - - - - - - -
since:  4.9.001 (2010-03-28)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$colxshift = array('x' => 0, 's' => 0, 'p' => 0)

-

[line 1458]

- Array of: X difference between table cell x start and starting page margin, cellspacing, cellpadding



-

Tags:

-
- - - - - - - -
since:  5.8.000 (2010-08-11)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$compress =

-

[line 211]

-

-

Tags:

-
- - - - - - - -
var:  flag
access:  protected
-
- -
-
- - - - - -
Type:  compression
-


-
[ Top ]

- -

-

$CoreFonts =

-

[line 325]

-

-

Tags:

-
- - - - - - - -
var:  of standard font names
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$creator =  ''

-

[line 501]

-

-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  creator
-


-
[ Top ]

- -

-

$CurOrientation =

-

[line 217]

-

-

Tags:

-
- - - - - - - -
var:  page orientation (P = Portrait, L = Landscape)
access:  protected
-
- -
-
- - - - - -
Type:  current
-


-
[ Top ]

- -

-

$CurrentFont =

-

[line 405]

-

-

Tags:

-
- - - - - - - -
var:  font info
access:  protected
-
- -
-
- - - - - -
Type:  current
-


-
[ Top ]

- -

-

$current_column =  0

-

[line 1437]

- Current column number



-

Tags:

-
- - - - - - - -
since:  4.9.001 (2010-03-28)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$currpagegroup =

-

[line 857]

- Contains the alias of the current page group



-

Tags:

-
- - - - - - - -
since:  3.0.000 (2008-03-27)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$customlistindent =  -1

-

[line 1086]

-

-

Tags:

-
- - - - - - - - - - -
var:  PARSER: custom indent amount for lists. Negative value means disabled.
since:  4.2.007 (2008-11-12)
access:  protected
-
- -
-
- - - - - -
Type:  HTML
-


-
[ Top ]

- -

-

$default_form_prop = array('lineWidth'=>1, 'borderStyle'=>'solid', 'fillColor'=>array(255, 255, 255),'strokeColor'=>array(128,128,128))

-

[line 1339]

- Deafult Javascript field properties. Possible values are described on official Javascript for Acrobat API reference. Annotation options can be directly specified using the 'aopt' entry.



-

Tags:

-
- - - - - - - -
since:  4.8.000 (2009-09-07)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$default_graphic_vars = array()

-

[line 1513]

-

-

Tags:

-
- - - - - - - - - - -
var:  of default graphic settings
since:  5.5.008 (2010-07-02)
access:  protected
-
- -
-
- - - - - -
Type:  Array
-


-
[ Top ]

- -

-

$default_monospaced_font =  'courier'

-

[line 1206]

- Default monospaced font



-

Tags:

-
- - - - - - - -
since:  4.5.025 (2009-03-10)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$default_table_columns =  4

-

[line 644]

-

-

Tags:

-
- - - - - - - -
var:  number of columns for html table.
access:  protected
-
- -
-
- - - - - -
Type:  Default
-


-
[ Top ]

- -

-

$diffs = array()

-

[line 343]

-

-

Tags:

-
- - - - - - - -
var:  of encoding differences
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$diskcache =  false

-

[line 1171]

- If true enables disk caching.



-

Tags:

-
- - - - - - - -
since:  4.5.000 (2008-12-31)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$dpi =  72

-

[line 836]

- Dot Per Inch Document Resolution (do not change)



-

Tags:

-
- - - - - - - -
since:  3.0.000 (2008-03-27)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$DrawColor =

-

[line 423]

-

-

Tags:

-
- - - - - - - -
var:  for drawing color
access:  protected
-
- -
-
- - - - - -
Type:  commands
-


-
[ Top ]

- -

-

$embeddedfiles = array()

-

[line 1100]

-

-

Tags:

-
- - - - - - - - - - -
var:  of files to embedd
since:  4.4.000 (2008-12-07)
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$emptypagemrk = array()

-

[line 944]

- Array used to store page positions to track empty pages.

keys are the page numbers




-

Tags:

-
- - - - - - - -
since:  5.8.007 (2010-08-18)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$encoding =  'UTF-8'

-

[line 719]

-

-

Tags:

-
- - - - - - - - - - -
var:  encoding
since:  1.53.0.TC010
access:  protected
-
- -
-
- - - - - -
Type:  default
-


-
[ Top ]

- -

-

$encryptdata = array()

-

[line 756]

- Array containing encryption settings



-

Tags:

-
- - - - - - - -
since:  5.0.005 (2010-05-11)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$encrypted =

-

[line 749]

- Indicates whether document is protected



-

Tags:

-
- - - - - - - -
since:  2.0.000 (2008-01-02)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$enc_padding =  "\x28\xBF\x4E\x5E\x4E\x75\x8A\x41\x64\x00\x4E\x56\xFF\xFA\x01\x08\x2E\x2E\x00\xB6\xD0\x68\x3E\x80\x2F\x0C\xA9\xFE\x64\x53\x69\x7A"

-

[line 776]

- Encryption padding



-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$endlinex =  0

-

[line 980]

- End position of the latest inserted line



-

Tags:

-
- - - - - - - -
since:  3.2.000 (2008-07-01)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$epsmarker =  'x#!#EPS#!#x'

-

[line 1043]

- String used to mark the beginning and end of EPS image blocks



-

Tags:

-
- - - - - - - -
since:  4.1.000 (2008-10-18)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$extgstates =

-

[line 885]

- Array of transparency objects and parameters.



-

Tags:

-
- - - - - - - -
since:  3.0.000 (2008-03-27)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$feps =  0.005

-

[line 1071]

- Epsilon value used for float calculations



-

Tags:

-
- - - - - - - -
since:  4.2.000 (2008-10-29)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$fgcolor =

-

[line 664]

-

-

Tags:

-
- - - - - - - -
var:  foreground color
access:  protected
-
- -
-
- - - - - -
Type:  current
-


-
[ Top ]

- -

-

$fhPt =

-

[line 241]

-

-

Tags:

-
- - - - - - - -
var:  of page format in points
access:  protected
-
- -
-
- - - - - -
Type:  height
-


-
[ Top ]

- -

-

$file_id =

-

[line 783]

- File ID (used on trailer)



-

Tags:

-
- - - - - - - -
since:  5.0.005 (2010-05-12)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$FillColor =

-

[line 429]

-

-

Tags:

-
- - - - - - - -
var:  for filling color
access:  protected
-
- -
-
- - - - - -
Type:  commands
-


-
[ Top ]

- -

-

$FontAscent =

-

[line 380]

-

-

Tags:

-
- - - - - - - - - - -
var:  font ascent (distance between font top and baseline)
since:  2.8.000 (2007-03-29)
access:  protected
-
- -
-
- - - - - -
Type:  current
-


-
[ Top ]

- -

-

$FontDescent =

-

[line 387]

-

-

Tags:

-
- - - - - - - - - - -
var:  font descent (distance between font bottom and baseline)
since:  2.8.000 (2007-03-29)
access:  protected
-
- -
-
- - - - - -
Type:  current
-


-
[ Top ]

- -

-

$FontFamily =

-

[line 367]

-

-

Tags:

-
- - - - - - - -
var:  font family
access:  protected
-
- -
-
- - - - - -
Type:  current
-


-
[ Top ]

- -

-

$FontFiles = array()

-

[line 337]

-

-

Tags:

-
- - - - - - - -
var:  of font files
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$fontkeys = array()

-

[line 1185]

- Store the font keys.



-

Tags:

-
- - - - - - - -
since:  4.5.000 (2009-01-02)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$fontlist = array()

-

[line 658]

-

-

Tags:

-
- - - - - - - -
var:  a list of available fonts on filesystem.
access:  protected
-
- -
-
- - - - - -
Type:  store
-


-
[ Top ]

- -

-

$fonts = array()

-

[line 331]

-

-

Tags:

-
- - - - - - - -
var:  of used fonts
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$FontSize =

-

[line 417]

-

-

Tags:

-
- - - - - - - -
var:  font size in user unit
access:  protected
-
- -
-
- - - - - -
Type:  current
-


-
[ Top ]

- -

-

$FontSizePt =

-

[line 411]

-

-

Tags:

-
- - - - - - - -
var:  font size in points
access:  protected
-
- -
-
- - - - - -
Type:  current
-


-
[ Top ]

- -

-

$FontStyle =

-

[line 373]

-

-

Tags:

-
- - - - - - - -
var:  font style
access:  protected
-
- -
-
- - - - - -
Type:  current
-


-
[ Top ]

- -

-

$font_obj_ids = array()

-

[line 1192]

- Store the font object IDs.



-

Tags:

-
- - - - - - - -
since:  4.8.001 (2009-09-09)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$font_subsetting =  true

-

[line 1506]

-

-

Tags:

-
- - - - - - - - - - -
var:  true enables font subsetting by default
since:  5.3.002 (2010-06-07)
access:  protected
-
- -
-
- - - - - -
Type:  If
-


-
[ Top ]

- -

-

$footerlen = array()

-

[line 966]

- Array used to store footer length of each page.



-

Tags:

-
- - - - - - - -
since:  4.0.014 (2008-07-29)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$footerpos = array()

-

[line 959]

- Array used to store footer positions of each page.



-

Tags:

-
- - - - - - - -
since:  3.2.000 (2008-07-01)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$footer_font =

-

[line 590]

-

-

Tags:

-
- - - - - - - -
var:  font.
access:  protected
-
- -
-
- - - - - -
Type:  Footer
-


-
[ Top ]

- -

-

$footer_margin =

-

[line 564]

-

-

Tags:

-
- - - - - - - -
var:  distance between footer and bottom page margin.
access:  protected
-
- -
-
- - - - - -
Type:  Minimum
-


-
[ Top ]

- -

-

$form_action =  ''

-

[line 1353]

- Current form action (used during XHTML rendering)



-

Tags:

-
- - - - - - - -
since:  4.8.000 (2009-09-07)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$form_enctype =  'application/x-www-form-urlencoded'

-

[line 1360]

- Current form encryption type (used during XHTML rendering)



-

Tags:

-
- - - - - - - -
since:  4.8.000 (2009-09-07)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$form_mode =  'post'

-

[line 1367]

- Current method to submit forms.



-

Tags:

-
- - - - - - - -
since:  4.8.000 (2009-09-07)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$form_obj_id = array()

-

[line 1332]

- List of form annotations IDs



-

Tags:

-
- - - - - - - -
since:  4.8.000 (2009-09-07)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$fwPt =

-

[line 235]

-

-

Tags:

-
- - - - - - - -
var:  of page format in points
access:  protected
-
- -
-
- - - - - -
Type:  width
-


-
[ Top ]

- -

-

$gradients = array()

-

[line 920]

- Array for storing gradient information.



-

Tags:

-
- - - - - - - -
since:  3.1.000 (2008-06-09)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$h =

-

[line 265]

-

-

Tags:

-
- - - - - - - -
var:  height of page in user unit
access:  protected
-
- -
-
- - - - - -
Type:  current
-


-
[ Top ]

- -

-

$header_font =

-

[line 584]

-

-

Tags:

-
- - - - - - - -
var:  font.
access:  protected
-
- -
-
- - - - - -
Type:  Header
-


-
[ Top ]

- -

-

$header_logo =  ''

-

[line 620]

-

-

Tags:

-
- - - - - - - -
var:  image logo.
access:  protected
-
- -
-
- - - - - -
Type:  Header
-


-
[ Top ]

- -

-

$header_logo_width =  30

-

[line 626]

-

-

Tags:

-
- - - - - - - -
var:  image logo width in mm.
access:  protected
-
- -
-
- - - - - -
Type:  Header
-


-
[ Top ]

- -

-

$header_margin =

-

[line 558]

-

-

Tags:

-
- - - - - - - -
var:  distance between header and top page margin.
access:  protected
-
- -
-
- - - - - -
Type:  Minimum
-


-
[ Top ]

- -

-

$header_string =  ''

-

[line 638]

-

-

Tags:

-
- - - - - - - -
var:  to print on document header.
access:  protected
-
- -
-
- - - - - -
Type:  String
-


-
[ Top ]

- -

-

$header_title =  ''

-

[line 632]

-

-

Tags:

-
- - - - - - - -
var:  to print as title on document header.
access:  protected
-
- -
-
- - - - - -
Type:  String
-


-
[ Top ]

- -

-

$hPt =

-

[line 253]

-

-

Tags:

-
- - - - - - - -
var:  height of page in points
access:  protected
-
- -
-
- - - - - -
Type:  current
-


-
[ Top ]

- -

-

$HREF = array()

-

[line 652]

-

-

Tags:

-
- - - - - - - -
var:  PARSER: array to store current link and rendering styles.
access:  protected
-
- -
-
- - - - - -
Type:  HTML
-


-
[ Top ]

- -

-

$htmlLinkColorArray = array(0, 0, 255)

-

[line 1122]

- Default color for html links



-

Tags:

-
- - - - - - - -
since:  4.4.003 (2008-12-09)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$htmlLinkFontStyle =  'U'

-

[line 1129]

- Default font style to add to html links



-

Tags:

-
- - - - - - - -
since:  4.4.003 (2008-12-09)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$htmlvspace =  0

-

[line 1022]

- Count the latest inserted vertical spaces on HTML



-

Tags:

-
- - - - - - - -
since:  4.0.021 (2008-08-24)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$imagekeys = array()

-

[line 1157]

- Store the image keys.



-

Tags:

-
- - - - - - - -
since:  4.5.000 (2008-12-31)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$images = array()

-

[line 349]

-

-

Tags:

-
- - - - - - - -
var:  of used images
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$imgscale =  1

-

[line 537]

-

-

Tags:

-
- - - - - - - - - - - - - -
var:  factor to convert pixels to user units.
author:  Nicola Asuni
since:  2004-06-14
access:  protected
-
- -
-
- - - - - -
Type:  adjusting
-


-
[ Top ]

- -

-

$img_rb_x =

-

[line 521]

-

-

Tags:

-
- - - - - - - - - - - - - -
var:  corner X coordinate of inserted image
author:  Nicola Asuni
since:  2002-07-31
access:  protected
-
- -
-
- - - - - -
Type:  right-bottom
-


-
[ Top ]

- -

-

$img_rb_y =

-

[line 529]

-

-

Tags:

-
- - - - - - - - - - - - - -
var:  corner Y coordinate of inserted image
author:  Nicola Asuni
since:  2002-07-31
access:  protected
-
- -
-
- - - - - -
Type:  right-bottom
-


-
[ Top ]

- -

-

$InFooter =  false

-

[line 459]

-

-

Tags:

-
- - - - - - - -
var:  set when processing footer
access:  protected
-
- -
-
- - - - - -
Type:  flag
-


-
[ Top ]

- -

-

$internal_encoding =

-

[line 726]

-

-

Tags:

-
- - - - - - - - - - -
var:  internal encoding
since:  1.53.0.TC016
access:  protected
-
- -
-
- - - - - -
Type:  PHP
-


-
[ Top ]

- -

-

$inthead =  false

-

[line 1416]

- True when we are printing the thead section on a new page



-

Tags:

-
- - - - - - - -
since:  4.8.027 (2010-01-25)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$intmrk = array()

-

[line 928]

- Array used to store positions inside the pages buffer.

keys are the page numbers




-

Tags:

-
- - - - - - - -
since:  3.2.000 (2008-06-26)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$inxobj =  false

-

[line 1527]

-

-

Tags:

-
- - - - - - - - - - -
var:  true when we are inside an XObject
since:  5.8.017 (2010-08-24)
access:  protected
-
- -
-
- - - - - -
Type:  boolean
-


-
[ Top ]

- -

-

$isunicode =  false

-

[line 545]

-

-

Tags:

-
- - - - - - - - - - - - - -
var:  set to true when the input text is unicode (require unicode fonts)
author:  Nicola Asuni
since:  2005-01-02
access:  protected
-
- -
-
- - - - - -
Type:  boolean
-


-
[ Top ]

- -

-

$javascript =  ''

-

[line 808]

- javascript code



-

Tags:

-
- - - - - - - -
since:  2.1.002 (2008-02-12)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$jpeg_quality =

-

[line 892]

- Set the default JPEG compression quality (1-100)



-

Tags:

-
- - - - - - - -
since:  3.0.000 (2008-03-27)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$js_objects = array()

-

[line 1346]

- Javascript objects array



-

Tags:

-
- - - - - - - -
since:  4.8.000 (2009-09-07)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$k =

-

[line 229]

-

-

Tags:

-
- - - - - - - -
var:  factor (number of points in user unit)
access:  protected
-
- -
-
- - - - - -
Type:  scale
-


-
[ Top ]

- -

-

$keywords =  ''

-

[line 495]

-

-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  keywords
-


-
[ Top ]

- -

-

$l =

-

[line 596]

-

-

Tags:

-
- - - - - - - -
var:  templates.
access:  protected
-
- -
-
- - - - - -
Type:  Language
-


-
[ Top ]

- -

-

$lasth =

-

[line 313]

-

-

Tags:

-
- - - - - - - -
var:  of last cell printed
access:  protected
-
- -
-
- - - - - -
Type:  height
-


-
[ Top ]

- -

-

$last_enc_key =

-

[line 763]

- last RC4 key encrypted (cached for optimisation)



-

Tags:

-
- - - - - - - -
since:  2.0.000 (2008-01-02)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$last_enc_key_c =

-

[line 770]

- last RC4 computed key



-

Tags:

-
- - - - - - - -
since:  2.0.000 (2008-01-02)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$LayoutMode =

-

[line 471]

-

-

Tags:

-
- - - - - - - -
var:  display mode
access:  protected
-
- -
-
- - - - - -
Type:  layout
-


-
[ Top ]

- -

-

$linestyleCap =  '0 J'

-

[line 994]

- PDF string for last line width



-

Tags:

-
- - - - - - - -
since:  4.0.006 (2008-07-16)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$linestyleDash =  '[] 0 d'

-

[line 1008]

- PDF string for last line width



-

Tags:

-
- - - - - - - -
since:  4.0.006 (2008-07-16)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$linestyleJoin =  '0 j'

-

[line 1001]

- PDF string for last line width



-

Tags:

-
- - - - - - - -
since:  4.0.006 (2008-07-16)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$linestyleWidth =  ''

-

[line 987]

- PDF string for last line width



-

Tags:

-
- - - - - - - -
since:  4.0.006 (2008-07-16)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$linethrough =

-

[line 822]

- line trough state



-

Tags:

-
- - - - - - - -
since:  2.8.000 (2008-03-19)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$LineWidth =

-

[line 319]

-

-

Tags:

-
- - - - - - - -
var:  width in user unit
access:  protected
-
- -
-
- - - - - -
Type:  line
-


-
[ Top ]

- -

-

$links = array()

-

[line 361]

-

-

Tags:

-
- - - - - - - -
var:  of internal links
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$lispacer =  ''

-

[line 712]

-

-

Tags:

-
- - - - - - - -
var:  for LI tags.
access:  protected
-
- -
-
- - - - - -
Type:  spacer
-


-
[ Top ]

- -

-

$listcount = array()

-

[line 676]

-

-

Tags:

-
- - - - - - - -
var:  PARSER: array count list items on nested lists.
access:  protected
-
- -
-
- - - - - -
Type:  HTML
-


-
[ Top ]

- -

-

$listindent =  0

-

[line 688]

-

-

Tags:

-
- - - - - - - -
var:  PARSER: indent amount for lists.
access:  protected
-
- -
-
- - - - - -
Type:  HTML
-


-
[ Top ]

- -

-

$listindentlevel =  0

-

[line 694]

-

-

Tags:

-
- - - - - - - -
var:  PARSER: current list indententation level.
access:  protected
-
- -
-
- - - - - -
Type:  HTML
-


-
[ Top ]

- -

-

$listnum =  0

-

[line 682]

-

-

Tags:

-
- - - - - - - -
var:  PARSER: current list nesting level.
access:  protected
-
- -
-
- - - - - -
Type:  HTML
-


-
[ Top ]

- -

-

$listordered = array()

-

[line 670]

-

-

Tags:

-
- - - - - - - -
var:  PARSER: array of boolean values, true in case of ordered list (OL), false otherwise.
access:  protected
-
- -
-
- - - - - -
Type:  HTML
-


-
[ Top ]

- -

-

$lisymbol =  ''

-

[line 1036]

- Symbol used for HTML unordered list items



-

Tags:

-
- - - - - - - -
since:  4.0.028 (2008-09-26)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$lMargin =

-

[line 271]

-

-

Tags:

-
- - - - - - - -
var:  margin
access:  protected
-
- -
-
- - - - - -
Type:  left
-


-
[ Top ]

- -

-

$maxselcol = array('page' => 0, 'column' => 0)

-

[line 1451]

- Maximum page and column selected



-

Tags:

-
- - - - - - - -
since:  5.8.000 (2010-08-11)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$n =

-

[line 181]

-

-

Tags:

-
- - - - - - - -
var:  object number
access:  protected
-
- -
-
- - - - - -
Type:  current
-


-
[ Top ]

- -

-

$newline =  true

-

[line 973]

- True if a newline is created.



-

Tags:

-
- - - - - - - -
since:  3.2.000 (2008-07-01)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$newpagegroup = array()

-

[line 843]

- Array of page numbers were a new page group was started



-

Tags:

-
- - - - - - - -
since:  3.0.000 (2008-03-27)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$numfonts =  0

-

[line 1178]

- Counts the number of fonts.



-

Tags:

-
- - - - - - - -
since:  4.5.000 (2009-01-02)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$numimages =  0

-

[line 1150]

- Counts the number of pages.



-

Tags:

-
- - - - - - - -
since:  4.5.000 (2008-12-31)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$numpages =  0

-

[line 1136]

- Counts the number of pages.



-

Tags:

-
- - - - - - - -
since:  4.5.000 (2008-12-31)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$num_columns =  1

-

[line 1430]

- Number of colums



-

Tags:

-
- - - - - - - -
since:  4.9.001 (2010-03-28)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$n_js =

-

[line 815]

- javascript counter



-

Tags:

-
- - - - - - - -
since:  2.1.002 (2008-02-12)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$n_ocg_print =

-

[line 871]

- Print visibility.



-

Tags:

-
- - - - - - - -
since:  3.0.000 (2008-03-27)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$n_ocg_view =

-

[line 878]

- View visibility.



-

Tags:

-
- - - - - - - -
since:  3.0.000 (2008-03-27)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$objcopy =

-

[line 1213]

- Used to store a cloned copy of the current class object



-

Tags:

-
- - - - - - - -
since:  4.5.029 (2009-03-19)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$offsets =

-

[line 187]

-

-

Tags:

-
- - - - - - - -
var:  of object offsets
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$opencell =  true

-

[line 1093]

-

-

Tags:

-
- - - - - - - - - - -
var:  true keeps the border open for the cell sides that cross the page.
since:  4.2.010 (2008-11-14)
access:  protected
-
- -
-
- - - - - -
Type:  if
-


-
[ Top ]

- -

-

$openMarkedContent =  false

-

[line 1015]

- True if marked-content sequence is open



-

Tags:

-
- - - - - - - -
since:  4.0.013 (2008-07-28)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$original_lMargin =

-

[line 571]

-

-

Tags:

-
- - - - - - - - - - -
var:  left margin value
since:  1.53.0.TC013
access:  protected
-
- -
-
- - - - - -
Type:  original
-


-
[ Top ]

- -

-

$original_rMargin =

-

[line 578]

-

-

Tags:

-
- - - - - - - - - - -
var:  right margin value
since:  1.53.0.TC013
access:  protected
-
- -
-
- - - - - -
Type:  original
-


-
[ Top ]

- -

-

$OutlineRoot =

-

[line 799]

- Outline root for bookmark



-

Tags:

-
- - - - - - - -
since:  2.1.002 (2008-02-12)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$outlines = array()

-

[line 792]

- Outlines for bookmark



-

Tags:

-
- - - - - - - -
since:  2.1.002 (2008-02-12)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$overline =

-

[line 399]

-

-

Tags:

-
- - - - - - - -
var:  flag
access:  protected
-
- -
-
- - - - - -
Type:  overlining
-


-
[ Top ]

- -

-

$page =

-

[line 175]

-

-

Tags:

-
- - - - - - - -
var:  page number
access:  protected
-
- -
-
- - - - - -
Type:  current
-


-
[ Top ]

- -

-

$PageAnnots = array()

-

[line 355]

-

-

Tags:

-
- - - - - - - -
var:  of Annotations in pages
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$PageBreakTrigger =

-

[line 453]

-

-

Tags:

-
- - - - - - - -
var:  used to trigger page breaks
access:  protected
-
- -
-
- - - - - -
Type:  threshold
-


-
[ Top ]

- -

-

$pagedim = array()

-

[line 223]

-

-

Tags:

-
- - - - - - - -
var:  dimensions
access:  protected
-
- -
-
- - - - - -
Type:  Page
-


-
[ Top ]

- -

-

$pagegroups =

-

[line 850]

- Contains the number of pages of the groups



-

Tags:

-
- - - - - - - -
since:  3.0.000 (2008-03-27)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$pagelen = array()

-

[line 1143]

- Array containing page lengths in bytes.



-

Tags:

-
- - - - - - - -
since:  4.5.000 (2008-12-31)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$PageMode =

-

[line 913]

- A name object specifying how the document should be displayed when opened.



-

Tags:

-
- - - - - - - -
since:  3.1.000 (2008-06-09)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$pageopen = array()

-

[line 1199]

- Store the fage status (true when opened, false when closed).



-

Tags:

-
- - - - - - - -
since:  4.5.000 (2009-01-02)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$pages = array()

-

[line 199]

-

-

Tags:

-
- - - - - - - -
var:  containing pages
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$page_obj_id = array()

-

[line 1325]

- ID of page objects



-

Tags:

-
- - - - - - - -
since:  4.7.000 (2009-08-29)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$pdfunit =  'mm'

-

[line 1486]

-

-

Tags:

-
- - - - - - - - - - -
var:  unit of measure for document
since:  5.0.000 (2010-04-22)
access:  protected
-
- -
-
- - - - - -
Type:  default
-


-
[ Top ]

- -

-

$PDFVersion =  '1.7'

-

[line 552]

-

-

Tags:

-
- - - - - - - - - - -
var:  version
since:  1.5.3
access:  protected
-
- -
-
- - - - - -
Type:  PDF
-


-
[ Top ]

- -

-

$premode =  false

-

[line 1107]

-

-

Tags:

-
- - - - - - - - - - -
var:  true when inside html pre tag
since:  4.4.001 (2008-12-08)
access:  protected
-
- -
-
- - - - - -
Type:  boolean
-


-
[ Top ]

- -

-

$print_footer =  true

-

[line 614]

-

-

Tags:

-
- - - - - - - -
var:  true prints footer.
access:  protected
-
- -
-
- - - - - -
Type:  If
-


-
[ Top ]

- -

-

$print_header =  true

-

[line 608]

-

-

Tags:

-
- - - - - - - -
var:  true prints header
access:  protected
-
- -
-
- - - - - -
Type:  If
-


-
[ Top ]

- -

-

$radiobutton_groups = array()

-

[line 1381]

- List of radio buttons parent objects.



-

Tags:

-
- - - - - - - -
since:  4.8.001 (2009-09-09)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$radio_groups = array()

-

[line 1388]

- List of radio group objects IDs



-

Tags:

-
- - - - - - - -
since:  4.8.001 (2009-09-09)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$rasterize_vector_images =  false

-

[line 1499]

-

-

Tags:

-
- - - - - - - - - - -
var:  true convert vector images (SVG, EPS) to raster image using GD or ImageMagick library.
since:  5.0.000 (2010-04-26)
access:  protected
-
- -
-
- - - - - -
Type:  If
-


-
[ Top ]

- -

-

$re_space = array('p' => '[^\S\xa0]', 'm' => '')

-

[line 1297]

- Array of parts $re_spaces



-

Tags:

-
- - - - - - - -
since:  5.5.011 (2010-07-09)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$re_spaces =  '/[^\S\xa0]/'

-

[line 1290]

- Regular expression used to find blank characters used for word-wrapping.



-

Tags:

-
- - - - - - - -
since:  4.6.006 (2009-04-28)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$rMargin =

-

[line 283]

-

-

Tags:

-
- - - - - - - -
var:  margin
access:  protected
-
- -
-
- - - - - -
Type:  right
-


-
[ Top ]

- -

-

$rtl =  false

-

[line 733]

-

-

Tags:

-
- - - - - - - - - - -
var:  if the document language is Right-To-Left
since:  2.0.000
access:  protected
-
- -
-
- - - - - -
Type:  indicates
-


-
[ Top ]

- -

-

$sign =  false

-

[line 1262]

- If true enables document signing



-

Tags:

-
- - - - - - - -
since:  4.6.005 (2009-04-24)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$signature_appearance = array('page' => 1, 'rect' => '0 0 0 0')

-

[line 1283]

- data for signature appearance



-

Tags:

-
- - - - - - - -
since:  5.3.011 (2010-06-16)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$signature_data = array()

-

[line 1269]

- Signature data



-

Tags:

-
- - - - - - - -
since:  4.6.005 (2009-04-24)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$signature_max_length =  11742

-

[line 1276]

- Signature max length



-

Tags:

-
- - - - - - - -
since:  4.6.005 (2009-04-24)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$sig_annot_ref =  '***SIGANNREF*** 0 R'

-

[line 1318]

- Placemark used during signature process.



-

Tags:

-
- - - - - - - -
since:  4.6.028 (2009-08-25)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$sig_obj_id =  0

-

[line 1304]

- Signature object ID



-

Tags:

-
- - - - - - - -
since:  4.6.022 (2009-06-23)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$spot_colors = array()

-

[line 1029]

- Array of Spot colors



-

Tags:

-
- - - - - - - -
since:  4.0.024 (2008-09-12)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$start_transaction_page =  0

-

[line 1402]

- Store page number when startTransaction() is called.



-

Tags:

-
- - - - - - - -
since:  4.8.006 (2009-09-23)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$start_transaction_y =  0

-

[line 1409]

- Store Y position when startTransaction() is called.



-

Tags:

-
- - - - - - - -
since:  4.9.001 (2010-03-28)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$state =

-

[line 205]

-

-

Tags:

-
- - - - - - - -
var:  document state
access:  protected
-
- -
-
- - - - - -
Type:  current
-


-
[ Top ]

- -

-

$strokecolor =

-

[line 1479]

-

-

Tags:

-
- - - - - - - - - - -
var:  stroke color
since:  4.9.008 (2010-04-03)
access:  protected
-
- -
-
- - - - - -
Type:  current
-


-
[ Top ]

- -

-

$subject =  ''

-

[line 483]

-

-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  subject
-


-
[ Top ]

- -

-

$svgclipid =  0

-

[line 1604]

-

-

Tags:

-
- - - - - - - - - - -
var:  of last SVG clipPath
since:  5.0.000 (2010-05-02)
access:  protected
-
- -
-
- - - - - -
Type:  ID
-


-
[ Top ]

- -

-

$svgclipmode =  false

-

[line 1583]

-

-

Tags:

-
- - - - - - - - - - -
var:  when in SVG clipPath tag
since:  5.0.000 (2010-04-26)
access:  protected
-
- -
-
- - - - - -
Type:  true
-


-
[ Top ]

- -

-

$svgclippaths = array()

-

[line 1590]

-

-

Tags:

-
- - - - - - - - - - -
var:  of SVG clipPath commands
since:  5.0.000 (2010-05-02)
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$svgcliptm = array()

-

[line 1597]

-

-

Tags:

-
- - - - - - - - - - -
var:  of SVG clipPath tranformation matrix
since:  5.8.022 (2010-08-31)
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$svgdefs = array()

-

[line 1576]

-

-

Tags:

-
- - - - - - - - - - -
var:  of SVG defs
since:  5.0.000 (2010-05-02)
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$svgdefsmode =  false

-

[line 1569]

-

-

Tags:

-
- - - - - - - - - - -
var:  when in SVG defs group
since:  5.0.000 (2010-05-02)
access:  protected
-
- -
-
- - - - - -
Type:  true
-


-
[ Top ]

- -

-

$svgdir =  ''

-

[line 1541]

-

-

Tags:

-
- - - - - - - - - - -
var:  used for the last SVG image
since:  5.0.000 (2010-05-05)
access:  protected
-
- -
-
- - - - - -
Type:  directory
-


-
[ Top ]

- -

-

$svggradientid =  0

-

[line 1562]

-

-

Tags:

-
- - - - - - - - - - -
var:  of last SVG gradient
since:  5.0.000 (2010-05-02)
access:  protected
-
- -
-
- - - - - -
Type:  ID
-


-
[ Top ]

- -

-

$svggradients = array()

-

[line 1555]

-

-

Tags:

-
- - - - - - - - - - -
var:  of SVG gradients
since:  5.0.000 (2010-05-02)
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$svginheritprop = array('clip-rule', 'color', 'color-interpolation', 'color-interpolation-filters', 'color-profile', 'color-rendering', 'cursor', 'direction', 'fill', 'fill-opacity', 'fill-rule', 'font', 'font-family', 'font-size', 'font-size-adjust', 'font-stretch', 'font-style', 'font-variant', 'font-weight', 'glyph-orientation-horizontal', 'glyph-orientation-vertical', 'image-rendering', 'kerning', 'letter-spacing', 'marker', 'marker-end', 'marker-mid', 'marker-start', 'pointer-events', 'shape-rendering', 'stroke', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'text-anchor', 'text-rendering', 'visibility', 'word-spacing', 'writing-mode')

-

[line 1625]

-

-

Tags:

-
- - - - - - - - - - -
var:  of hinheritable SVG properties
since:  5.0.000 (2010-05-02)
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$svgstyles = array(array(
-         'alignment-baseline' => 'auto',
-         'baseline-shift' => 'baseline',
-         'clip' => 'auto',
-         'clip-path' => 'none',
-         'clip-rule' => 'nonzero',
-         'color' => 'black',
-         'color-interpolation' => 'sRGB',
-         'color-interpolation-filters' => 'linearRGB',
-         'color-profile' => 'auto',
-         'color-rendering' => 'auto',
-         'cursor' => 'auto',
-         'direction' => 'ltr',
-         'display' => 'inline',
-         'dominant-baseline' => 'auto',
-         'enable-background' => 'accumulate',
-         'fill' => 'black',
-         'fill-opacity' => 1,
-         'fill-rule' => 'nonzero',
-         'filter' => 'none',
-         'flood-color' => 'black',
-         'flood-opacity' => 1,
-         'font' => '',
-         'font-family' => 'helvetica',
-         'font-size' => 'medium',
-         'font-size-adjust' => 'none',
-         'font-stretch' => 'normal',
-         'font-style' => 'normal',
-         'font-variant' => 'normal',
-         'font-weight' => 'normal',
-         'glyph-orientation-horizontal' => '0deg',
-         'glyph-orientation-vertical' => 'auto',
-         'image-rendering' => 'auto',
-         'kerning' => 'auto',
-         'letter-spacing' => 'normal',
-         'lighting-color' => 'white',
-         'marker' => '',
-         'marker-end' => 'none',
-         'marker-mid' => 'none',
-         'marker-start' => 'none',
-         'mask' => 'none',
-         'opacity' => 1,
-         'overflow' => 'auto',
-         'pointer-events' => 'visiblePainted',
-         'shape-rendering' => 'auto',
-         'stop-color' => 'black',
-         'stop-opacity' => 1,
-         'stroke' => 'none',
-         'stroke-dasharray' => 'none',
-         'stroke-dashoffset' => 0,
-         'stroke-linecap' => 'butt',
-         'stroke-linejoin' => 'miter',
-         'stroke-miterlimit' => 4,
-         'stroke-opacity' => 1,
-         'stroke-width' => 1,
-         'text-anchor' => 'start',
-         'text-decoration' => 'none',
-         'text-rendering' => 'auto',
-         'unicode-bidi' => 'normal',
-         'visibility' => 'visible',
-         'word-spacing' => 'normal',
-         'writing-mode' => 'lr-tb',
-         'text-color' => 'black',
-         'transfmatrix' => array(1, 0, 0, 1, 0, 0)))

-

[line 1632]

-

-

Tags:

-
- - - - - - - - - - -
var:  of SVG properties
since:  5.0.000 (2010-05-02)
access:  protected
-
- -
-
- - - - - -
Type:  array
-


-
[ Top ]

- -

-

$svgtext =  ''

-

[line 1611]

-

-

Tags:

-
- - - - - - - - - - -
var:  text
since:  5.0.000 (2010-05-02)
access:  protected
-
- -
-
- - - - - -
Type:  svg
-


-
[ Top ]

- -

-

$svgtextmode = array()

-

[line 1618]

-

-

Tags:

-
- - - - - - - - - - -
var:  text properties
since:  5.8.013 (2010-08-23)
access:  protected
-
- -
-
- - - - - -
Type:  svg
-


-
[ Top ]

- -

-

$svgunit =  'px'

-

[line 1548]

-

-

Tags:

-
- - - - - - - - - - -
var:  unit of measure for SVG
since:  5.0.000 (2010-05-02)
access:  protected
-
- -
-
- - - - - -
Type:  Deafult
-


-
[ Top ]

- -

-

$tagvspaces = array()

-

[line 1078]

- Array used for custom vertical spaces for HTML tags



-

Tags:

-
- - - - - - - -
since:  4.2.001 (2008-10-30)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$tempfontsize =  10

-

[line 706]

-

-

Tags:

-
- - - - - - - -
var:  temporary font size in points.
access:  protected
-
- -
-
- - - - - -
Type:  Store
-


-
[ Top ]

- -

-

$TextColor =

-

[line 435]

-

-

Tags:

-
- - - - - - - -
var:  for text color
access:  protected
-
- -
-
- - - - - -
Type:  commands
-


-
[ Top ]

- -

-

$textindent =  0

-

[line 1395]

- Text indentation value (used for text-indent CSS attribute)



-

Tags:

-
- - - - - - - -
since:  4.8.006 (2009-09-23)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$textrendermode =  0

-

[line 1465]

- Text rendering mode: 0 = Fill text; 1 = Stroke text; 2 = Fill, then stroke text; 3 = Neither fill nor stroke text (invisible); 4 = Fill text and add to path for clipping; 5 = Stroke text and add to path for clipping; 6 = Fill, then stroke text and add to path for clipping; 7 = Add text to path for clipping.



-

Tags:

-
- - - - - - - -
since:  4.9.008 (2010-04-03)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$textstrokewidth =  0

-

[line 1472]

- Text stroke width in doc units



-

Tags:

-
- - - - - - - -
since:  4.9.008 (2010-04-03)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$thead =  ''

-

[line 1227]

- Table header content to be repeated on each new page



-

Tags:

-
- - - - - - - -
since:  4.5.030 (2009-03-20)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$theadMargins = array()

-

[line 1234]

- Margins used for table header.



-

Tags:

-
- - - - - - - -
since:  4.5.030 (2009-03-20)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$title =  ''

-

[line 477]

-

-

Tags:

-
- - - - -
access:  protected
-
- -
-
- - - - - -
Type:  title
-


-
[ Top ]

- -

-

$tMargin =

-

[line 277]

-

-

Tags:

-
- - - - - - - -
var:  margin
access:  protected
-
- -
-
- - - - - -
Type:  top
-


-
[ Top ]

- -

-

$tmprtl =  false

-

[line 740]

-

-

Tags:

-
- - - - - - - - - - -
var:  to force RTL or LTR string inversion
since:  2.0.000
access:  protected
-
- -
-
- - - - - -
Type:  used
-


-
[ Top ]

- -

-

$tocpage =  false

-

[line 1492]

-

-

Tags:

-
- - - - - - - -
var:  when we are on TOC (Table Of Content) page
access:  protected
-
- -
-
- - - - - -
Type:  true
-


-
[ Top ]

- -

-

$transfmatrix = array()

-

[line 1050]

- Array of transformation matrix



-

Tags:

-
- - - - - - - -
since:  4.2.000 (2008-10-29)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$transfmatrix_key =  0

-

[line 1057]

- Current key for transformation matrix



-

Tags:

-
- - - - - - - -
since:  4.8.005 (2009-09-17)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$transfmrk = array()

-

[line 1115]

- Array used to store positions of graphics transformation blocks inside the page buffer.

keys are the page numbers




-

Tags:

-
- - - - - - - -
since:  4.4.002 (2008-12-09)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$underline =

-

[line 393]

-

-

Tags:

-
- - - - - - - -
var:  flag
access:  protected
-
- -
-
- - - - - -
Type:  underlining
-


-
[ Top ]

- -

-

$ur = array()

-

[line 829]

- Array with additional document-wide usage rights for the document.



-

Tags:

-
- - - - - - - -
since:  5.8.014 (2010-08-23)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$viewer_preferences =

-

[line 906]

- PDF viewer preferences.



-

Tags:

-
- - - - - - - -
since:  3.1.000 (2008-06-09)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$visibility =  'all'

-

[line 864]

- Restrict the rendering of some elements to screen or printout.



-

Tags:

-
- - - - - - - -
since:  3.0.000 (2008-03-27)
access:  protected
-
- -
-
- - - - - -
Type:  mixed
-


-
[ Top ]

- -

-

$w =

-

[line 259]

-

-

Tags:

-
- - - - - - - -
var:  width of page in user unit
access:  protected
-
- -
-
- - - - - -
Type:  current
-


-
[ Top ]

- -

-

$wPt =

-

[line 247]

-

-

Tags:

-
- - - - - - - -
var:  width of page in points
access:  protected
-
- -
-
- - - - - -
Type:  current
-


-
[ Top ]

- -

-

$x =

-

[line 301]

-

-

Tags:

-
- - - - - - - -
var:  horizontal position in user unit for cell positioning
access:  protected
-
- -
-
- - - - - -
Type:  current
-


-
[ Top ]

- -

-

$xobjects = array()

-

[line 1520]

-

-

Tags:

-
- - - - - - - - - - -
var:  of XObjects
since:  5.8.014 (2010-08-23)
access:  protected
-
- -
-
- - - - - -
Type:  Array
-


-
[ Top ]

- -

-

$xobjid =  ''

-

[line 1534]

-

-

Tags:

-
- - - - - - - - - - -
var:  XObject ID
since:  5.8.017 (2010-08-24)
access:  protected
-
- -
-
- - - - - -
Type:  current
-


-
[ Top ]

- -

-

$y =

-

[line 307]

-

-

Tags:

-
- - - - - - - -
var:  vertical position in user unit for cell positioning
access:  protected
-
- -
-
- - - - - -
Type:  current
-


-
[ Top ]

- -

-

$ZoomMode =

-

[line 465]

-

-

Tags:

-
- - - - - - - -
var:  display mode
access:  protected
-
- -
-
- - - - - -
Type:  zoom
-


-
[ Top ]

-

- -
- -

Class Methods

-
- -
- -

constructor __construct [line 1714]

-
-
-
- TCPDF __construct( -[string -$orientation = 'P'], [string -$unit = 'mm'], [mixed -$format = 'A4'], [boolean -$unicode = true], [String -$encoding = 'UTF-8'], [boolean -$diskcache = false]) -
-

- - This is the class constructor.

It allows to set up the page format, the orientation and the measure unit used in all the methods (except for the font sizes).




-

Tags:

-
- - - - - - - -
see:  TCPDF::getPageSizeFromFormat(), TCPDF::setPageFormat()
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
string  $orientation  page orientation. Possible values are (case insensitive):
  • P or Portrait (default)
  • L or Landscape
  • '' (empty string) for automatic orientation
string  $unit  User measure unit. Possible values are:
  • pt: point
  • mm: millimeter (default)
  • cm: centimeter
  • in: inch

A point equals 1/72 of inch, that is to say about 0.35 mm (an inch being 2.54 cm). This is a very common unit in typography; font sizes are expressed in that unit.
mixed  $format  The format used for pages. It can be either: one of the string values specified at getPageSizeFromFormat() or an array of parameters specified at setPageFormat().
boolean  $unicode  TRUE means that the input text is unicode (default = true)
boolean  $diskcache  if TRUE reduce the RAM memory usage by caching temporary data on filesystem (slower).
String  $encoding  charset encoding; default is UTF-8
-

-
[ Top ]
-
-
- -

destructor __destruct [line 1847]

-
-
-
- void __destruct( -) -
-

- - Default destructor.



-

Tags:

-
- - - - - - - -
since:  1.53.0.TC016
access:  public
-
-

- - -
[ Top ]
-
-
- -

method AcceptPageBreak [line 4932]

-
-
-
- boolean AcceptPageBreak( -) -
-

- - Whenever a page break condition is met, the method is called, and the break is issued or not depending on the returned value.

The default implementation returns a value according to the mode selected by SetAutoPageBreak().
This method is called automatically and should not be called directly by the application.




-

Tags:

-
- - - - - - - - - - -
see:  TCPDF::SetAutoPageBreak()
since:  1.4
access:  public
-
-

- - -
[ Top ]
-
-
- -

method addExtGState [line 14888]

-
-
-
- the addExtGState( - -$parms, array -$params) -
-

- - Add transparency parameters to the current extgstate



-

Tags:

-
- - - - - - - - - - -
return:  number of extgstates
since:  3.0.000 (2008-03-27)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
array  $params  parameters
  $parms  
-

-
[ Top ]
-
-
- -

method AddFont [line 4391]

-
-
-
- array AddFont( -string -$family, [string -$style = ''], [string -$fontfile = ''], [mixed -$subset = 'default']) -
-

- - Imports a TrueType, Type1, core, or CID0 font and makes it available.

It is necessary to generate a font definition file first (read /fonts/utils/README.TXT). The definition file (and the font file itself when embedding) must be present either in the current directory or in the one indicated by K_PATH_FONTS if the constant is defined. If it could not be found, the error "Could not include font definition file" is generated.




-

Tags:

-
- - - - - - - - - - - - - -
return:  containing the font data, or false in case of error.
see:  TCPDF::SetFont(), TCPDF::setFontSubsetting()
since:  1.5
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - -
string  $family  Font family. The name can be chosen arbitrarily. If it is a standard family name, it will override the corresponding font.
string  $style  Font style. Possible values are (case insensitive):
  • empty string: regular (default)
  • B: bold
  • I: italic
  • BI or IB: bold italic
string  $fontfile  The font definition file. By default, the name is built from the family and style, in lower case with no spaces.
mixed  $subset  if true embedd only a subset of the font (stores only the information related to the used characters); if false embedd full font; if 'default' uses the default value set using setFontSubsetting(). This option is valid only for TrueTypeUnicode fonts. If you want to enable users to change the document, set this parameter to false. If you subset the font, the person who receives your PDF would need to have your same font in order to make changes to your PDF. The file size of the PDF would also be smaller because you are embedding only part of a font.
-

-
[ Top ]
-
-
- -

method addHtmlLink [line 10910]

-
-
-
- the addHtmlLink( -string -$url, string -$name, [boolean -$fill = false], [boolean -$firstline = false], [array -$color = ''], [string -$style = -1], [boolean -$firstblock = false]) -
-

- - Output anchor link.



-

Tags:

-
- - - - - - - -
return:  number of cells used or the remaining text if $firstline = true;
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
string  $url  link URL or internal link (i.e.: <a href="#23">link to page 23</a>)
string  $name  link name
boolean  $fill  Indicates if the cell background must be painted (true) or transparent (false).
boolean  $firstline  if true prints only the first line and return the remaining string.
array  $color  array of RGB text color
string  $style  font style (U, D, B, I)
boolean  $firstblock  if true the string is the starting of a line.
-

-
[ Top ]
-
-
- -

method addHTMLTOC [line 21706]

-
-
-
- void addHTMLTOC( -[int -$page = ''], [string -$toc_name = 'TOC'], [array -$templates = array()], [boolean -$correct_align = true]) -
-

- - Output a Table Of Content Index (TOC) using HTML templates.

Before calling this method you have to open the page using the addTOCPage() method. After calling this method you have to call endTOCPage() to close the TOC page.




-

Tags:

-
- - - - - - - - - - - - - -
author:  Nicola Asuni
see:  TCPDF::addTOCPage(), TCPDF::endTOCPage(), TCPDF::addTOC()
since:  5.0.001 (2010-05-06)
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - -
int  $page  page number where this TOC should be inserted (leave empty for current page).
string  $toc_name  name to use for TOC bookmark.
array  $templates  array of html templates. Use: #TOC_DESCRIPTION# for bookmark title, #TOC_PAGE_NUMBER# for page number.
boolean  $correct_align  if true correct the number alignment (numbers must be in monospaced font like courier and right aligned on LTR, or left aligned on RTL)
-

-
[ Top ]
-
-
- -

method addHTMLVertSpace [line 20165]

-
-
-
- void addHTMLVertSpace( -[string -$hbz = 0], [string -$hb = 0], [boolean -$cell = false], [boolean -$firstorlast = false]) -
-

- - Add vertical spaces if needed.



-

Tags:

-
- - - - -
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - -
string  $hbz  Distance between current y and line bottom.
string  $hb  The height of the break.
boolean  $cell  if true add the default cMargin space to each new line (default false).
boolean  $firstorlast  if true do not print additional empty lines.
-

-
[ Top ]
-
-
- -

method addJavascriptObject [line 13481]

-
-
-
- int addJavascriptObject( -string -$script, [boolean -$onload = false]) -
-

- - Adds a javascript object and return object ID



-

Tags:

-
- - - - - - - - - - - - - -
return:  internal object ID
author:  Nicola Asuni
since:  4.8.000 (2009-09-07)
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
string  $script  Javascript code
boolean  $onload  if true executes this object when opening the document
-

-
[ Top ]
-
-
- -

method AddLink [line 4728]

-
-
-
- void AddLink( -) -
-

- - Creates a new internal link and returns its identifier. An internal link is a clickable area which directs to another place within the document.
The identifier can then be passed to Cell(), Write(), Image() or Link(). The destination is defined with SetLink().



-

Tags:

-
- - - - - - - - - - -
see:  TCPDF::Cell(), TCPDF::Write(), TCPDF::Image(), TCPDF::Link(), TCPDF::SetLink()
since:  1.5
access:  public
-
-

- - -
[ Top ]
-
-
- -

method AddPage [line 3533]

-
-
-
- void AddPage( -[string -$orientation = ''], [mixed -$format = ''], [boolean -$keepmargins = false], [boolean -$tocpage = false]) -
-

- - Adds a new page to the document. If a page is already present, the Footer() method is called first to output the footer (if enabled). Then the page is added, the current position set to the top-left corner according to the left and top margins (or top-right if in RTL mode), and Header() is called to display the header (if enabled).

The origin of the coordinate system is at the top-left corner (or top-right for RTL) and increasing ordinates go downwards.




-

Tags:

- -

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - -
string  $orientation  page orientation. Possible values are (case insensitive):
  • P or PORTRAIT (default)
  • L or LANDSCAPE
mixed  $format  The format used for pages. It can be either: one of the string values specified at getPageSizeFromFormat() or an array of parameters specified at setPageFormat().
boolean  $keepmargins  if true overwrites the default page margins with the current margins
boolean  $tocpage  if true set the tocpage state to true (the added page will be used to display Table Of Content).
-

-
[ Top ]
-
-
- -

method AddSpotColor [line 4000]

-
-
-
- void AddSpotColor( - -$name, int -$c, int -$m, int -$y, int -$k) -
-

- - Defines a new spot color.

It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.




-

Tags:

-
- - - - - - - - - - -
see:  TCPDF::SetDrawSpotColor(), TCPDF::SetFillSpotColor(), TCPDF::SetTextSpotColor()
since:  4.0.024 (2008-09-12)
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - -
int  $c  Cyan color for CMYK. Value between 0 and 255
int  $m  Magenta color for CMYK. Value between 0 and 255
int  $y  Yellow color for CMYK. Value between 0 and 255
int  $k  Key (Black) color for CMYK. Value between 0 and 255
  $name  
-

-
[ Top ]
-
-
- -

method addTOC [line 21534]

-
-
-
- void addTOC( -[int -$page = ''], [string -$numbersfont = ''], [string -$filler = '.'], [string -$toc_name = 'TOC']) -
-

- - Output a Table of Content Index (TOC).

Before calling this method you have to open the page using the addTOCPage() method. After calling this method you have to call endTOCPage() to close the TOC page. You can override this method to achieve different styles.




-

Tags:

-
- - - - - - - - - - - - - -
author:  Nicola Asuni
see:  TCPDF::addTOCPage(), TCPDF::endTOCPage(), TCPDF::addHTMLTOC()
since:  4.5.000 (2009-01-02)
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - -
int  $page  page number where this TOC should be inserted (leave empty for current page).
string  $numbersfont  set the font for page numbers (please use monospaced font for better alignment).
string  $filler  string used to fill the space between text and page number.
string  $toc_name  name to use for TOC bookmark.
-

-
[ Top ]
-
-
- -

method addTOCPage [line 3508]

-
-
-
- void addTOCPage( -[string -$orientation = ''], [ -$format = ''], [boolean -$keepmargins = false]) -
-

- - Adds a new TOC (Table Of Content) page to the document.



-

Tags:

-
- - - - - - - - - - -
see:  TCPDF::AddPage(), TCPDF::startPage(), TCPDF::endPage(), TCPDF::endTOCPage()
since:  5.0.001 (2010-05-06)
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - -
string  $orientation  page orientation.
boolean  $keepmargins  if true overwrites the default page margins with the current margins
  $format  
-

-
[ Top ]
-
-
- -

method AliasNbPages [line 14702]

-
-
-
- void AliasNbPages( -[string -$alias = '{nb}']) -
-

- - Defines an alias for the total number of pages.

It will be substituted as the document is closed.




-

Tags:

-
- - - - - - - - - - -
see:  TCPDF::getAliasNbPages(), TCPDF::PageNo(), TCPDF::Footer()
since:  1.4
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
string  $alias  The alias.
-

-
[ Top ]
-
-
- -

method AliasNumPage [line 14729]

-
-
-
- void AliasNumPage( -[string -$alias = '{pnb}']) -
-

- - Defines an alias for the page number.

It will be substituted as the document is closed.




-

Tags:

-
- - - - - - - - - - -
see:  TCPDF::getAliasNbPages(), TCPDF::PageNo(), TCPDF::Footer()
since:  4.5.000 (2009-01-02)
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
string  $alias  The alias.
-

-
[ Top ]
-
-
- -

method Annotation [line 4784]

-
-
-
- void Annotation( -float -$x, float -$y, float -$w, float -$h, string -$text, [array -$opt = array('Subtype'=>'Text')], [int -$spaces = 0]) -
-

- - Puts a markup annotation on a rectangular area of the page.

!!!!THE ANNOTATION SUPPORT IS NOT YET FULLY IMPLEMENTED !!!!




-

Tags:

-
- - - - - - - -
since:  4.0.018 (2008-08-06)
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
float  $x  Abscissa of the upper-left corner of the rectangle
float  $y  Ordinate of the upper-left corner of the rectangle
float  $w  Width of the rectangle
float  $h  Height of the rectangle
string  $text  annotation text or alternate content
array  $opt  array of options (see section 8.4 of PDF reference 1.7).
int  $spaces  number of spaces on the text to link
-

-
[ Top ]
-
-
- -

method Arrow [line 12685]

-
-
-
- void Arrow( -float -$x0, float -$y0, -$x1, float -$y1, [int -$head_style = 0], [float -$arm_size = 5], [int -$arm_angle = 15]) -
-

- - Draws a grahic arrow.



-

Tags:

-
- - - - - - - - - - -
author:  Piotr Galecki, Nicola Asuni, Andy Meier
since:  4.6.018 (2009-07-10)
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
float  $x0  Abscissa of second point.
float  $y0  Ordinate of first point.
float  $y1  Ordinate of second point.
int  $head_style  (0 = draw only arrowhead arms, 1 = draw closed arrowhead, but no fill, 2 = closed and filled arrowhead, 3 = filled arrowhead)
float  $arm_size  length of arrowhead arms
int  $arm_angle  angle between an arm and the shaft
  $x1  
-

-
[ Top ]
-
-
- -

method arrUTF8ToUTF16BE [line 10805]

-
-
-
- string arrUTF8ToUTF16BE( -array -$unicode, [boolean -$setbom = true]) -
-

- - Converts array of UTF-8 characters to UTF16-BE string.


Based on: http://www.faqs.org/rfcs/rfc2781.html

   Encoding UTF-16:
-
-   Encoding of a single character from an ISO 10646 character value to
-    UTF-16 proceeds as follows. Let U be the character number, no greater
-    than 0x10FFFF.
-
-    1) If U < 0x10000, encode U as a 16-bit unsigned integer and
-       terminate.
-
-    2) Let U' = U - 0x10000. Because U is less than or equal to 0x10FFFF,
-       U' must be less than or equal to 0xFFFFF. That is, U' can be
-       represented in 20 bits.
-
-    3) Initialize two 16-bit unsigned integers, W1 and W2, to 0xD800 and
-       0xDC00, respectively. These integers each have 10 bits free to
-       encode the character value, for a total of 20 bits.
-
-    4) Assign the 10 high-order bits of the 20-bit U' to the 10 low-order
-       bits of W1 and the 10 low-order bits of U' to the 10 low-order
-       bits of W2. Terminate.
-
-    Graphically, steps 2 through 4 look like:
-    U' = yyyyyyyyyyxxxxxxxxxx
-    W1 = 110110yyyyyyyyyy
-    W2 = 110111xxxxxxxxxx




-

Tags:

-
- - - - - - - - - - - - - -
author:  Nicola Asuni
see:  TCPDF::UTF8ToUTF16BE()
since:  2.1.000 (2008-01-08)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
array  $unicode  array containing UTF-8 unicode values
boolean  $setbom  if true set the Byte Order Mark (BOM = 0xFEFF)
-

-
[ Top ]
-
-
- -

method Bookmark [line 13353]

-
-
-
- void Bookmark( -string -$txt, [int -$level = 0], [float -$y = -1], [int -$page = '']) -
-

- - Adds a bookmark.



-

Tags:

-
- - - - - - - - - - -
author:  Olivier Plathey, Nicola Asuni
since:  2.1.002 (2008-02-12)
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - -
string  $txt  bookmark description.
int  $level  bookmark level (minimum value is 0).
float  $y  Y position in user units of the bookmark on the selected page (default = -1 = current position; 0 = page start;).
int  $page  target page number (leave empty for current page).
-

-
[ Top ]
-
-
- -

method Button [line 14357]

-
-
-
- void Button( -string -$name, int -$w, int -$h, string -$caption, mixed -$action, [array -$prop = array()], [array -$opt = array()], [float -$x = ''], [float -$y = ''], [boolean -$js = false]) -
-

- - Creates a button field



-

Tags:

-
- - - - - - - - - - -
author:  Nicola Asuni
since:  4.8.000 (2009-09-07)
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
string  $name  field name
int  $w  width
int  $h  height
string  $caption  caption.
mixed  $action  action triggered by pressing the button. Use a string to specify a javascript action. Use an array to specify a form action options as on section 12.7.5 of PDF32000_2008.
array  $prop  javascript field properties. Possible values are described on official Javascript for Acrobat API reference.
array  $opt  annotation parameters. Possible values are described on official PDF32000_2008 reference.
float  $x  Abscissa of the upper-left corner of the rectangle
float  $y  Ordinate of the upper-left corner of the rectangle
boolean  $js  if true put the field using JavaScript (requires Acrobat Writer to be rendered).
-

-
[ Top ]
-
-
- -

method Cell [line 5039]

-
-
-
- void Cell( -float -$w, [float -$h = 0], [string -$txt = ''], [mixed -$border = 0], [int -$ln = 0], [string -$align = ''], [boolean -$fill = false], [mixed -$link = ''], [int -$stretch = 0], [boolean -$ignore_min_height = false], [string -$calign = 'T'], [string -$valign = 'M']) -
-

- - Prints a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text.
If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.



-

Tags:

- -

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
float  $w  Cell width. If 0, the cell extends up to the right margin.
float  $h  Cell height. Default value: 0.
string  $txt  String to print. Default value: empty string.
mixed  $border  Indicates if borders must be drawn around the cell. The value can be a number:
  • 0: no border (default)
  • 1: frame
or a string containing some or all of the following characters (in any order):
  • L: left
  • T: top
  • R: right
  • B: bottom
or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)))
int  $ln  Indicates where the current position should go after the call. Possible values are:
  • 0: to the right (or left for RTL languages)
  • 1: to the beginning of the next line
  • 2: below
Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: 0.
string  $align  Allows to center or align the text. Possible values are:
  • L or empty string: left align (default value)
  • C: center
  • R: right align
  • J: justify
boolean  $fill  Indicates if the cell background must be painted (true) or transparent (false).
mixed  $link  URL or identifier returned by AddLink().
int  $stretch  stretch carachter mode:
  • 0 = disabled
  • 1 = horizontal scaling only if necessary
  • 2 = forced horizontal scaling
  • 3 = character spacing only if necessary
  • 4 = forced character spacing
boolean  $ignore_min_height  if true ignore automatic minimum height value.
string  $calign  cell vertical alignment relative to the specified Y value. Possible values are:
  • T : cell top
  • C : center
  • B : cell bottom
  • A : font top
  • L : font baseline
  • D : font bottom
string  $valign  text vertical alignment inside the cell. Possible values are:
  • T : top
  • C : center
  • B : bottom
-

-
[ Top ]
-
-
- -

method CheckBox [line 14289]

-
-
-
- void CheckBox( -string -$name, int -$w, [boolean -$checked = false], [array -$prop = array()], [array -$opt = array()], [string -$onvalue = 'Yes'], [float -$x = ''], [float -$y = ''], [boolean -$js = false]) -
-

- - Creates a CheckBox field



-

Tags:

-
- - - - - - - - - - -
author:  Nicola Asuni
since:  4.8.000 (2009-09-07)
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
string  $name  field name
int  $w  width
boolean  $checked  define the initial state.
array  $prop  javascript field properties. Possible values are described on official Javascript for Acrobat API reference.
array  $opt  annotation parameters. Possible values are described on official PDF32000_2008 reference.
string  $onvalue  value to be returned if selected.
float  $x  Abscissa of the upper-left corner of the rectangle
float  $y  Ordinate of the upper-left corner of the rectangle
boolean  $js  if true put the field using JavaScript (requires Acrobat Writer to be rendered).
-

-
[ Top ]
-
-
- -

method checkPageBreak [line 4959]

-
-
-
- boolean checkPageBreak( -[float -$h = 0], [mixed -$y = ''], [boolean -$addpage = true]) -
-

- - Add page if needed.



-

Tags:

-
- - - - - - - - - - -
return:  true in case of page break, false otherwise.
since:  3.2.000 (2008-07-01)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - -
float  $h  Cell height. Default value: 0.
mixed  $y  starting y position, leave empty for current position.
boolean  $addpage  if true add a page, otherwise only return the true/false state
-

-
[ Top ]
-
-
- -

method Circle [line 12373]

-
-
-
- void Circle( -float -$x0, float -$y0, float -$r, [ -$angstr = 0], [ -$angend = 360], [string -$style = ''], [array -$line_style = array()], [array -$fill_color = array()], [integer -$nc = 2], float -$angstr:, float -$angend:) -
-

- - Draws a circle.

A circle is formed from n Bezier curves.




-

Tags:

-
- - - - - - - -
since:  2.1.000 (2008-01-08)
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
float  $x0  Abscissa of center point.
float  $y0  Ordinate of center point.
float  $r  Radius.
float  $angstr:  Angle start of draw line. Default value: 0.
float  $angend:  Angle finish of draw line. Default value: 360.
string  $style  Style of rendering. See the getPathPaintOperator() function for more information.
array  $line_style  Line style of circle. Array like for SetLineStyle. Default value: default line style (empty array).
array  $fill_color  Fill color. Format: array(red, green, blue). Default value: default color (empty array).
integer  $nc  Number of curves used to draw a 90 degrees portion of circle.
  $angstr  
  $angend  
-

-
[ Top ]
-
-
- -

method Clip [line 15349]

-
-
-
- void Clip( -float -$x, float -$y, float -$w, float -$h) -
-

- - Set a rectangular clipping area.



-

Tags:

-
- - - - - - - - - - -
author:  Andreas Wrmser, Nicola Asuni
since:  3.1.000 (2008-06-09)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - -
float  $x  abscissa of the top left corner of the rectangle (or top right corner for RTL mode).
float  $y  ordinate of the top left corner of the rectangle.
float  $w  width of the rectangle.
float  $h  height of the rectangle.
-

-
[ Top ]
-
-
- -

method Close [line 3386]

-
-
-
- void Close( -) -
-

- - Terminates the PDF document.

It is not necessary to call this method explicitly because Output() does it automatically. If the document contains no page, AddPage() is called to prevent from getting an invalid document.




-

Tags:

-
- - - - - - - - - - -
see:  TCPDF::Open(), TCPDF::Output()
since:  1.0
access:  public
-
-

- - -
[ Top ]
-
-
- -

method closeHTMLTagHandler [line 19665]

-
-
-
- void closeHTMLTagHandler( - -&$dom, int -$key, boolean -$cell, [int -$maxbottomliney = 0], array -$dom) -
-

- - Process closing tags.



-

Tags:

-
- - - - -
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - -
array  $dom  html dom array
int  $key  current element id
boolean  $cell  if true add the default cMargin space to each new line (default false).
int  $maxbottomliney  maximum y value of current line
  &$dom  
-

-
[ Top ]
-
-
- -

method colorRegistrationBar [line 15024]

-
-
-
- void colorRegistrationBar( -float -$x, float -$y, float -$w, float -$h, [boolean -$transition = true], [boolean -$vertical = false], [string -$colors = 'A,R,G,B,C,M,Y,K']) -
-

- - Paints color transition registration bars



-

Tags:

-
- - - - - - - - - - -
author:  Nicola Asuni
since:  4.9.000 (2010-03-26)
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
float  $x  abscissa of the top left corner of the rectangle.
float  $y  ordinate of the top left corner of the rectangle.
float  $w  width of the rectangle.
float  $h  height of the rectangle.
boolean  $transition  if true prints tcolor transitions to white.
boolean  $vertical  if true prints bar vertically.
string  $colors  colors to print, one letter per color separated by comma (for example 'A,W,R,G,B,C,M,Y,K'): A=black, W=white, R=red, G=green, B=blue, C=cyan, M=magenta, Y=yellow, K=black.
-

-
[ Top ]
-
-
- -

method ComboBox [line 14232]

-
-
-
- void ComboBox( -string -$name, int -$w, int -$h, array -$values, [array -$prop = array()], [array -$opt = array()], [float -$x = ''], [float -$y = ''], [boolean -$js = false]) -
-

- - Creates a Combo-box field



-

Tags:

-
- - - - - - - - - - -
author:  Nicola Asuni
since:  4.8.000 (2009-09-07)
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
string  $name  field name
int  $w  width
int  $h  height
array  $values  array containing the list of values.
array  $prop  javascript field properties. Possible values are described on official Javascript for Acrobat API reference.
array  $opt  annotation parameters. Possible values are described on official PDF32000_2008 reference.
float  $x  Abscissa of the upper-left corner of the rectangle
float  $y  Ordinate of the upper-left corner of the rectangle
boolean  $js  if true put the field using JavaScript (requires Acrobat Writer to be rendered).
-

-
[ Top ]
-
-
- -

method commitTransaction [line 21818]

-
-
-
- void commitTransaction( -) -
-

- - Delete the copy of the current TCPDF object used for undo operation.



-

Tags:

-
- - - - - - - -
since:  4.5.029 (2009-03-19)
access:  public
-
-

- - -
[ Top ]
-
-
- -

method convertHexStringToString [line 11534]

-
-
-
- String convertHexStringToString( -string -$bs) -
-

- - Convert hexadecimal string to string



-

Tags:

-
- - - - - - - - - - -
author:  Nicola Asuni
since:  5.0.005 (2010-05-12)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
string  $bs  byte-string to convert
-

-
[ Top ]
-
-
- -

method convertHTMLColorToDec [line 10943]

-
-
-
- array convertHTMLColorToDec( -[string -$color = '#FFFFFF']) -
-

- - Returns an associative array (keys: R,G,B) from an html color name or a six-digit or three-digit hexadecimal color representation (i.e. #3FE5AA or #7FF).



-

Tags:

-
- - - - - - - -
return:  RGB color or false in case of error.
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
string  $color  html color
-

-
[ Top ]
-
-
- -

method convertStringToHexString [line 11556]

-
-
-
- byte convertStringToHexString( -string -$s) -
-

- - Convert string to hexadecimal string (byte string)



-

Tags:

-
- - - - - - - - - - - - - -
return:  string
author:  Nicola Asuni
since:  5.0.010 (2010-05-17)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
string  $s  string to convert
-

-
[ Top ]
-
-
- -

method convertSVGtMatrix [line 23104]

-
-
-
- array convertSVGtMatrix( -array -$tm) -
-

- - Convert SVG transformation matrix to PDF.



-

Tags:

-
- - - - - - - - - - -
return:  transformation matrix
since:  5.0.000 (2010-05-02)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
array  $tm  original SVG transformation matrix
-

-
[ Top ]
-
-
- -

method CoonsPatchMesh [line 15264]

-
-
-
- void CoonsPatchMesh( -float -$x, float -$y, float -$w, float -$h, [array -$col1 = array()], [array -$col2 = array()], [array -$col3 = array()], [array -$col4 = array()], [array -$coords = array(0.00,0.0,0.33,0.00,0.67,0.00,1.00,0.00,1.00,0.33,1.00,0.67,1.00,1.00,0.67,1.00,0.33,1.00,0.00,1.00,0.00,0.67,0.00,0.33)], [array -$coords_min = 0], [array -$coords_max = 1], [boolean -$antialias = false]) -
-

- - Paints a coons patch mesh.



-

Tags:

-
- - - - - - - - - - -
author:  Andreas Wrmser, Nicola Asuni
since:  3.1.000 (2008-06-09)
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
float  $x  abscissa of the top left corner of the rectangle.
float  $y  ordinate of the top left corner of the rectangle.
float  $w  width of the rectangle.
float  $h  height of the rectangle.
array  $col1  first color (lower left corner) (RGB components).
array  $col2  second color (lower right corner) (RGB components).
array  $col3  third color (upper right corner) (RGB components).
array  $col4  fourth color (upper left corner) (RGB components).
array  $coords  
  • for one patch mesh: array(float x1, float y1, .... float x12, float y12): 12 pairs of coordinates (normally from 0 to 1) which specify the Bezier control points that define the patch. First pair is the lower left edge point, next is its right control point (control point 2). Then the other points are defined in the order: control point 1, edge point, control point 2 going counter-clockwise around the patch. Last (x12, y12) is the first edge point's left control point (control point 1).
  • for two or more patch meshes: array[number of patches]: arrays with the following keys for each patch: f: where to put that patch (0 = first patch, 1, 2, 3 = right, top and left of precedent patch - I didn't figure this out completely - just try and error ;-) points: 12 pairs of coordinates of the Bezier control points as above for the first patch, 8 pairs of coordinates for the following patches, ignoring the coordinates already defined by the precedent patch (I also didn't figure out the order of these - also: try and see what's happening) colors: must be 4 colors for the first patch, 2 colors for the following patches
array  $coords_min  minimum value used by the coordinates. If a coordinate's value is smaller than this it will be cut to coords_min. default: 0
array  $coords_max  maximum value used by the coordinates. If a coordinate's value is greater than this it will be cut to coords_max. default: 1
boolean  $antialias  A flag indicating whether to filter the shading function to prevent aliasing artifacts.
-

-
[ Top ]
-
-
- -

method copyPage [line 21464]

-
-
-
- true copyPage( -[int -$page = 0]) -
-

- - Clone the specified page to a new page.



-

Tags:

-
- - - - - - - - - - -
return:  in case of success, false in case of error.
since:  4.9.015 (2010-04-20)
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
int  $page  number of page to copy (0 = current page)
-

-
[ Top ]
-
-
- -

method cropMark [line 15122]

-
-
-
- void cropMark( -float -$x, float -$y, float -$w, float -$h, [string -$type = 'A,B,C,D'], [array -$color = array(0,0,0)]) -
-

- - Paints crop mark



-

Tags:

-
- - - - - - - - - - -
author:  Nicola Asuni
since:  4.9.000 (2010-03-26)
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
float  $x  abscissa of the crop mark center.
float  $y  ordinate of the crop mark center.
float  $w  width of the crop mark.
float  $h  height of the crop mark.
string  $type  type of crop mark, one sybol per type separated by comma: A = top left, B = top right, C = bottom left, D = bottom right.
array  $color  crop mark color (default black).
-

-
[ Top ]
-
-
- -

method Curve [line 12179]

-
-
-
- void Curve( -float -$x0, float -$y0, float -$x1, float -$y1, float -$x2, float -$y2, float -$x3, float -$y3, [string -$style = ''], [array -$line_style = array()], [array -$fill_color = array()]) -
-

- - Draws a Bezier curve.

The Bezier curve is a tangent to the line between the control points at either end of the curve.




-

Tags:

-
- - - - - - - - - - -
see:  TCPDF::SetLineStyle()
since:  2.1.000 (2008-01-08)
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
float  $x0  Abscissa of start point.
float  $y0  Ordinate of start point.
float  $x1  Abscissa of control point 1.
float  $y1  Ordinate of control point 1.
float  $x2  Abscissa of control point 2.
float  $y2  Ordinate of control point 2.
float  $x3  Abscissa of end point.
float  $y3  Ordinate of end point.
string  $style  Style of rendering. See the getPathPaintOperator() function for more information.
array  $line_style  Line style of curve. Array like for SetLineStyle. Default value: default line style (empty array).
array  $fill_color  Fill color. Format: array(GREY) or array(R,G,B) or array(C,M,Y,K). Default value: default color (empty array).
-

-
[ Top ]
-
-
- -

method deletePage [line 21321]

-
-
-
- true deletePage( -int -$page) -
-

- - Remove the specified page.



-

Tags:

-
- - - - - - - - - - -
return:  in case of success, false in case of error.
since:  4.6.004 (2009-04-23)
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
int  $page  page to remove
-

-
[ Top ]
-
-
- -

method drawHTMLTagBorder [line 20202]

-
-
-
- void drawHTMLTagBorder( -array -$tag, $xmax -$xmax) -
-

- - Draw an HTML block border and fill



-

Tags:

-
- - - - - - - -
since:  5.7.000 (2010-08-03)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
array  $tag  array of tag properties
$xmax  $xmax  end X coordinate for border
-

-
[ Top ]
-
-
- -

method Ellipse [line 12243]

-
-
-
- void Ellipse( -float -$x0, float -$y0, float -$rx, [float -$ry = ''], [ -$angle = 0], [ -$astart = 0], [ -$afinish = 360], [string -$style = ''], [array -$line_style = array()], [array -$fill_color = array()], [integer -$nc = 2], float -$angle:, float -$astart:, float -$afinish:) -
-

- - Draws an ellipse.

An ellipse is formed from n Bezier curves.




-

Tags:

-
- - - - - - - - - - -
author:  Nicola Asuni
since:  2.1.000 (2008-01-08)
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
float  $x0  Abscissa of center point.
float  $y0  Ordinate of center point.
float  $rx  Horizontal radius.
float  $ry  Vertical radius (if ry = 0 then is a circle, see Circle). Default value: 0.
float  $angle:  Angle oriented (anti-clockwise). Default value: 0.
float  $astart:  Angle start of draw line. Default value: 0.
float  $afinish:  Angle finish of draw line. Default value: 360.
string  $style  Style of rendering. See the getPathPaintOperator() function for more information.
array  $line_style  Line style of ellipse. Array like for SetLineStyle. Default value: default line style (empty array).
array  $fill_color  Fill color. Format: array(GREY) or array(R,G,B) or array(C,M,Y,K). Default value: default color (empty array).
integer  $nc  Number of curves used to draw a 90 degrees portion of ellipse.
  $angle  
  $astart  
  $afinish  
-

-
[ Top ]
-
-
- -

method empty_string [line 21872]

-
-
-
- boolean empty_string( -string -$str) -
-

- - Determine whether a string is empty.



-

Tags:

-
- - - - - - - - - - -
return:  true if string is empty
since:  4.5.044 (2009-04-16)
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
string  $str  string to be checked
-

-
[ Top ]
-
-
- -

method endPage [line 3557]

-
-
-
- void endPage( -[boolean -$tocpage = false]) -
-

- - Terminate the current page



-

Tags:

-
- - - - - - - - - - -
see:  TCPDF::AddPage(), TCPDF::startPage(), TCPDF::addTOCPage(), TCPDF::endTOCPage()
since:  4.2.010 (2008-11-14)
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
boolean  $tocpage  if true set the tocpage state to false (end the page used to display Table Of Content).
-

-
[ Top ]
-
-
- -

method endSVGElementHandler [line 24176]

-
-
-
- void endSVGElementHandler( -resource -$parser, string -$name) -
-

- - Sets the closing SVG element handler function for the XML parser.



-

Tags:

-
- - - - - - - - - - -
author:  Nicola Asuni
since:  5.0.000 (2010-05-02)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
resource  $parser  The first parameter, parser, is a reference to the XML parser calling the handler.
string  $name  The second parameter, name, contains the name of the element for which this handler is called. If case-folding is in effect for this parser, the element name will be in uppercase letters.
-

-
[ Top ]
-
-
- -

method endTemplate [line 22551]

-
-
-
- int endTemplate( -) -
-

- - End the current XObject Template started with startTemplate() and restore the previous graphic state.

An XObject Template is a PDF block that is a self-contained description of any sequence of graphics objects (including path objects, text objects, and sampled images). An XObject Template may be painted multiple times, either on several pages or at several locations on the same page and produces the same results each time, subject only to the graphics state at the time it is invoked.




-

Tags:

-
- - - - - - - - - - - - - - - - -
return:  the XObject Template ID in case of success or false in case of error.
author:  Nicola Asuni
see:  TCPDF::startTemplate(), TCPDF::printTemplate()
since:  5.8.017 (2010-08-24)
access:  public
-
-

- - -
[ Top ]
-
-
- -

method endTOCPage [line 3518]

-
-
-
- void endTOCPage( -) -
-

- - Terminate the current TOC (Table Of Content) page



-

Tags:

-
- - - - - - - - - - -
see:  TCPDF::AddPage(), TCPDF::startPage(), TCPDF::endPage(), TCPDF::addTOCPage()
since:  5.0.001 (2010-05-06)
access:  public
-
-

- - -
[ Top ]
-
-
- -

method Error [line 3358]

-
-
-
- void Error( -string -$msg) -
-

- - This method is automatically called in case of fatal error; it simply outputs the message and halts the execution. An inherited class may override it to customize the error handling but should always halt the script, or the resulting document would probably be invalid.

2004-06-11 :: Nicola Asuni : changed bold tag with strong




-

Tags:

-
- - - - - - - -
since:  1.0
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
string  $msg  The error message
-

-
[ Top ]
-
-
- -

method extractCSSproperties [line 16641]

-
-
-
- An extractCSSproperties( -string -$cssdata) -
-

- - Extracts the CSS properties from a CSS string.



-

Tags:

-
- - - - - - - - - - - - - -
return:  array where the keys are the CSS selectors and the values are the CSS properties.
author:  Nicola Asuni
since:  5.1.000 (2010-05-25)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
string  $cssdata  string containing CSS definitions.
-

-
[ Top ]
-
-
- -

method fitBlock [line 6607]

-
-
-
- void fitBlock( - -&$w, -&$h, -&$x, -&$y, [boolean -$fitonpage = false], float -$w, float -$h, float -$x, float -$y) -
-

- - Set the block dimensions accounting for page breaks and page/column fitting



-

Tags:

-
- - - - - - - -
since:  5.5.009 (2010-07-05)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
float  $w  width
float  $h  height
float  $x  X coordinate
float  $y  Y coodiante
boolean  $fitonpage  if true the block is resized to not exceed page dimensions.
  &$w  
  &$h  
  &$x  
  &$y  
-

-
[ Top ]
-
-
- -

method Footer [line 3807]

-
-
-
- void Footer( -) -
-

- - This method is used to render the page footer.

It is automatically called by AddPage() and could be overwritten in your own inherited class.




-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method formatPageNumber [line 14806]

-
-
-
- void formatPageNumber( -int -$num) -
-

- - Format the page numbers.

This method can be overriden for custom formats.




-

Tags:

-
- - - - - - - -
since:  4.2.005 (2008-11-06)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
int  $num  page number
-

-
[ Top ]
-
-
- -

method formatTOCPageNumber [line 14818]

-
-
-
- void formatTOCPageNumber( -int -$num) -
-

- - Format the page numbers on the Table Of Content.

This method can be overriden for custom formats.




-

Tags:

-
- - - - - - - - - - -
see:  TCPDF::addTOC(), TCPDF::addHTMLTOC()
since:  4.5.001 (2009-01-04)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
int  $num  page number
-

-
[ Top ]
-
-
- -

method GetAbsX [line 7343]

-
-
-
- float GetAbsX( -) -
-

- - Returns the absolute X value of current position.



-

Tags:

-
- - - - - - - - - - -
see:  TCPDF::SetX(), TCPDF::GetY(), TCPDF::SetY()
since:  1.2
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getAliasNbPages [line 14714]

-
-
-
- string getAliasNbPages( -) -
-

- - Returns the string alias used for the total number of pages.

If the current font is unicode type, the returned string is surrounded by additional curly braces.




-

Tags:

-
- - - - - - - - - - -
see:  TCPDF::AliasNbPages(), TCPDF::PageNo(), TCPDF::Footer()
since:  4.0.018 (2008-08-08)
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getAliasNumPage [line 14742]

-
-
-
- string getAliasNumPage( -) -
-

- - Returns the string alias used for the page number.

If the current font is unicode type, the returned string is surrounded by additional curly braces.




-

Tags:

-
- - - - - - - - - - -
see:  TCPDF::AliasNbPages(), TCPDF::PageNo(), TCPDF::Footer()
since:  4.5.000 (2009-01-02)
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getAnnotOptFromJSProp [line 13606]

-
-
-
- array getAnnotOptFromJSProp( -array -$prop) -
-

- - Convert JavaScript form fields properties array to Annotation Properties array.



-

Tags:

-
- - - - - - - - - - - - - -
return:  of annotation properties
author:  Nicola Asuni
since:  4.8.000 (2009-09-06)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
array  $prop  javascript field properties. Possible values are described on official Javascript for Acrobat API reference.
-

-
[ Top ]
-
-
- -

method GetArrStringWidth [line 4293]

-
-
-
- mixed GetArrStringWidth( -string -$sa, [string -$fontname = ''], [string -$fontstyle = ''], [float -$fontsize = 0], [boolean -$getarray = false]) -
-

- - Returns the string length of an array of chars in user unit or an array of characters widths. A font must be selected.




-

Tags:

-
- - - - - - - - - - - - - -
return:  int total string length or array of characted widths
author:  Nicola Asuni
since:  2.4.000 (2008-03-06)
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - -
string  $sa  The array of chars whose total length is to be computed
string  $fontname  Family font. It can be either a name defined by AddFont() or one of the standard families. It is also possible to pass an empty string, in that case, the current family is retained.
string  $fontstyle  Font style. Possible values are (case insensitive):
  • empty string: regular
  • B: bold
  • I: italic
  • U: underline
  • D: line trough
  • O: overline
or any combination. The default value is regular.
float  $fontsize  Font size in points. The default value is the current size.
boolean  $getarray  if true returns an array of characters widths, if false returns the total length.
-

-
[ Top ]
-
-
- -

method getBarcode [line 15988]

-
-
-
- string getBarcode( -) -
-

- - Get current barcode.



-

Tags:

-
- - - - - - - -
since:  4.0.012 (2008-07-24)
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getBorderMode [line 5917]

-
-
-
- border getBorderMode( -mixed -$brd, [string -$position = 'start']) -
-

- - Get the border mode accounting for multicell position (opens bottom side of multicell crossing pages)



-

Tags:

-
- - - - - - - - - - -
return:  mode array
since:  4.4.002 (2008-12-09)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
mixed  $brd  Indicates if borders must be drawn around the cell block. The value can be a number:
  • 0: no border (default)
  • 1: frame
or a string containing some or all of the following characters (in any order):
  • L: left
  • T: top
  • R: right
  • B: bottom
or an array of line styles for each border group: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)))
string  $position  multicell position: 'start', 'middle', 'end'
-

-
[ Top ]
-
-
- -

method getBorderStartPosition [line 20186]

-
-
-
- array getBorderStartPosition( -) -
-

- - Return the starting coordinates to draw an html border



-

Tags:

-
- - - - - - - - - - -
return:  containing top-left border coordinates
since:  5.7.000 (2010-08-03)
access:  protected
-
-

- - -
[ Top ]
-
-
- -

method getBreakMargin [line 3083]

-
-
-
- int getBreakMargin( -[int -$pagenum = '']) -
-

- - Returns the page break margin.



-

Tags:

-
- - - - - - - - - - - - - - - - -
return:  page break margin.
author:  Nicola Asuni
see:  TCPDF::getPageDimensions()
since:  1.5.2
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
int  $pagenum  page number (empty = current page)
-

-
[ Top ]
-
-
- -

method getBuffer [line 20997]

-
-
-
- string getBuffer( -) -
-

- - Get buffer content.



-

Tags:

-
- - - - - - - - - - -
return:  buffer content
since:  4.5.000 (2009-01-02)
access:  protected
-
-

- - -
[ Top ]
-
-
- -

method getCellBorder [line 5444]

-
-
-
- string getCellBorder( -float -$x, float -$y, float -$w, float -$h, mixed -$brd, string -$mode) -
-

- - Returns the code to draw the cell border



-

Tags:

-
- - - - - - - - - - - - - -
return:  containing cell border code
see:  TCPDF::SetLineStyle()
since:  5.7.000 (2010-08-02)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
float  $x  X coordinate.
float  $y  Y coordinate.
float  $w  Cell width.
float  $h  Cell height.
mixed  $brd  Indicates if borders must be drawn around the cell. The value can be a number:
  • 0: no border (default)
  • 1: frame
or a string containing some or all of the following characters (in any order):
  • L: left
  • T: top
  • R: right
  • B: bottom
or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)))
string  $mode  border position respect the square edge: normal: centered; ext: external; int: internal;
-

-
[ Top ]
-
-
- -

method getCellCode [line 5070]

-
-
-
- string getCellCode( -float -$w, [float -$h = 0], [string -$txt = ''], [mixed -$border = 0], [int -$ln = 0], [string -$align = ''], [boolean -$fill = false], [mixed -$link = ''], [int -$stretch = 0], [boolean -$ignore_min_height = false], [string -$calign = 'T'], [string -$valign = 'M']) -
-

- - Returns the PDF string code to print a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text.
If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.



-

Tags:

-
- - - - - - - - - - - - - -
return:  containing cell code
see:  TCPDF::Cell()
since:  1.0
access:  protected
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
float  $w  Cell width. If 0, the cell extends up to the right margin.
float  $h  Cell height. Default value: 0.
string  $txt  String to print. Default value: empty string.
mixed  $border  Indicates if borders must be drawn around the cell. The value can be a number:
  • 0: no border (default)
  • 1: frame
or a string containing some or all of the following characters (in any order):
  • L: left
  • T: top
  • R: right
  • B: bottom
or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)))
int  $ln  Indicates where the current position should go after the call. Possible values are:
  • 0: to the right (or left for RTL languages)
  • 1: to the beginning of the next line
  • 2: below
Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: 0.
string  $align  Allows to center or align the text. Possible values are:
  • L or empty string: left align (default value)
  • C: center
  • R: right align
  • J: justify
boolean  $fill  Indicates if the cell background must be painted (true) or transparent (false).
mixed  $link  URL or identifier returned by AddLink().
int  $stretch  stretch carachter mode:
  • 0 = disabled
  • 1 = horizontal scaling only if necessary
  • 2 = forced horizontal scaling
  • 3 = character spacing only if necessary
  • 4 = forced character spacing
boolean  $ignore_min_height  if true ignore automatic minimum height value.
string  $calign  cell vertical alignment relative to the specified Y value. Possible values are:
  • T : cell top
  • C : center
  • B : cell bottom
  • A : font top
  • L : font baseline
  • D : font bottom
string  $valign  text vertical alignment inside the cell. Possible values are:
  • T : top
  • M : middle
  • B : bottom
-

-
[ Top ]
-
-
- -

method getCellHeightRatio [line 14984]

-
-
-
- void getCellHeightRatio( -) -
-

- - return the height of cell repect font height.



-

Tags:

-
- - - - - - - -
since:  4.0.012 (2008-07-24)
access:  public
-
-

- - -
[ Top ]
-
-
- -

method GetCharWidth [line 4329]

-
-
-
- int GetCharWidth( -int -$char) -
-

- - Returns the length of the char in user unit for the current font.



-

Tags:

-
- - - - - - - - - - - - - -
return:  char width
author:  Nicola Asuni
since:  2.4.000 (2008-03-06)
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
int  $char  The char code whose length is to be returned
-

-
[ Top ]
-
-
- -

method getColumn [line 22023]

-
-
-
- int getColumn( -) -
-

- - Return the current column number



-

Tags:

-
- - - - - - - - - - -
return:  current column number
since:  5.5.011 (2010-07-08)
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getCSSBorderDashStyle [line 16941]

-
-
-
- int getCSSBorderDashStyle( -string -$style) -
-

- - Returns the border dash style from CSS property



-

Tags:

-
- - - - - - - - - - -
return:  sash style (return -1 in case of none or hidden border)
since:  5.7.000 (2010-08-02)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
string  $style  border style to convert
-

-
[ Top ]
-
-
- -

method getCSSBorderStyle [line 16977]

-
-
-
- array getCSSBorderStyle( -string -$cssborder) -
-

- - Returns the border style array from CSS border properties



-

Tags:

-
- - - - - - - - - - -
return:  containing border properties
since:  5.7.000 (2010-08-02)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
string  $cssborder  border properties
-

-
[ Top ]
-
-
- -

method getCSSBorderWidth [line 16921]

-
-
-
- int getCSSBorderWidth( -string -$width) -
-

- - Returns the border width from CSS property



-

Tags:

-
- - - - - - - - - - -
return:  with in user units
since:  5.7.000 (2010-08-02)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
string  $width  border width
-

-
[ Top ]
-
-
- -

method getEncPermissionsString [line 11573]

-
-
-
- String getEncPermissionsString( -string -$protection) -
-

- - Convert encryption P value to a string of bytes, low-order byte first.



-

Tags:

-
- - - - - - - - - - -
author:  Nicola Asuni
since:  5.0.005 (2010-05-12)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
string  $protection  32bit encryption permission value (P value)
-

-
[ Top ]
-
-
- -

method getFontAscent [line 4698]

-
-
-
- int getFontAscent( -string -$font, [string -$style = ''], [float -$size = 0]) -
-

- - Return the font ascent value



-

Tags:

-
- - - - - - - - - - - - - -
return:  font ascent
author:  Nicola Asuni
since:  4.9.003 (2010-03-30)
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - -
string  $font  font name
string  $style  font style
float  $size  The size (in points)
-

-
[ Top ]
-
-
- -

method getFontBuffer [line 21161]

-
-
-
- string getFontBuffer( -string -$font) -
-

- - Get font buffer content.



-

Tags:

-
- - - - - - - - - - -
return:  font buffer content or false in case of error
since:  4.5.000 (2009-01-02)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
string  $font  font key
-

-
[ Top ]
-
-
- -

method getFontDescent [line 4675]

-
-
-
- int getFontDescent( -string -$font, [string -$style = ''], [float -$size = 0]) -
-

- - Return the font descent value



-

Tags:

-
- - - - - - - - - - - - - -
return:  font descent
author:  Nicola Asuni
since:  4.9.003 (2010-03-30)
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - -
string  $font  font name
string  $style  font style
float  $size  The size (in points)
-

-
[ Top ]
-
-
- -

method getFontFamily [line 16619]

-
-
-
- string getFontFamily( -) -
-

- - Returns the current font family name.



-

Tags:

-
- - - - - - - - - - -
return:  current font family name
since:  4.3.008 (2008-12-05)
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getFontFamilyName [line 22453]

-
-
-
- string getFontFamilyName( -string -$fontfamily) -
-

- - Return normalized font name



-

Tags:

-
- - - - - - - - - - - - - -
return:  normalized font name
author:  Nicola Asuni
since:  5.8.004 (2010-08-17)
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
string  $fontfamily  property string containing font family names
-

-
[ Top ]
-
-
- -

method getFontSize [line 16599]

-
-
-
- current getFontSize( -) -
-

- - Returns the current font size.



-

Tags:

-
- - - - - - - - - - -
return:  font size
since:  3.2.000 (2008-06-23)
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getFontSizePt [line 16609]

-
-
-
- current getFontSizePt( -) -
-

- - Returns the current font size in points unit.



-

Tags:

-
- - - - - - - - - - -
return:  font size in points unit
since:  3.2.000 (2008-06-23)
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getFontsList [line 4368]

-
-
-
- void getFontsList( -) -
-

- - Fill the list of available fonts ($this->fontlist).



-

Tags:

-
- - - - - - - -
since:  4.0.013 (2008-07-28)
access:  protected
-
-

- - -
[ Top ]
-
-
- -

method getFontStyle [line 16629]

-
-
-
- string getFontStyle( -) -
-

- - Returns the current font style.



-

Tags:

-
- - - - - - - - - - -
return:  current font style
since:  4.3.008 (2008-12-05)
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getFontSubsetting [line 22389]

-
-
-
- boolean getFontSubsetting( -) -
-

- - Return the default option for font subsetting.



-

Tags:

-
- - - - - - - - - - - - - -
return:  default font subsetting state.
author:  Nicola Asuni
since:  5.3.002 (2010-06-07)
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getFooterFont [line 10868]

-
-
-
- array() getFooterFont( -) -
-

- - Get Footer font.



-

Tags:

-
- - - - - - - -
since:  4.0.012 (2008-07-24)
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getFooterMargin [line 3721]

-
-
-
- float getFooterMargin( -) -
-

- - Returns footer margin in user units.



-

Tags:

-
- - - - - - - -
since:  4.0.012 (2008-07-24)
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getFormDefaultProp [line 13981]

-
-
-
- array getFormDefaultProp( -) -
-

- - Return the default properties for form fields.



-

Tags:

-
- - - - - - - - - - - - - -
return:  javascript field properties. Possible values are described on official Javascript for Acrobat API reference.
author:  Nicola Asuni
since:  4.8.000 (2009-09-06)
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getGDgamma [line 7283]

-
-
-
- void getGDgamma( -float -$v) -
-

- - Correct the gamma value to be used with GD library



-

Tags:

-
- - - - - - - -
since:  4.3.007 (2008-12-04)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
float  $v  the gamma value to be corrected
-

-
[ Top ]
-
-
- -

method getGraphicVars [line 20794]

-
-
-
- array getGraphicVars( -) -
-

- - Returns current graphic variables as array.



-

Tags:

-
- - - - - - - - - - -
return:  of graphic variables
since:  4.2.010 (2008-11-14)
access:  protected
-
-

- - -
[ Top ]
-
-
- -

method getGroupPageNo [line 14755]

-
-
-
- current getGroupPageNo( -) -
-

- - Return the current page in the group.



-

Tags:

-
- - - - - - - - - - -
return:  page in the group
since:  3.0.000 (2008-03-27)
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getGroupPageNoFormatted [line 14765]

-
-
-
- void getGroupPageNoFormatted( -) -
-

- - Returns the current group page number formatted as a string.



-

Tags:

-
- - - - - - - - - - -
see:  PaneNo(), TCPDF::formatPageNumber()
since:  4.3.003 (2008-11-18)
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getHeaderData [line 3676]

-
-
-
- array() getHeaderData( -) -
-

- - Returns header data:

  • $ret['logo'] = logo image
  • $ret['logo_width'] = width of the image logo in user units
  • $ret['title'] = header title
  • $ret['string'] = header description string




-

Tags:

-
- - - - - - - -
since:  4.0.012 (2008-07-24)
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getHeaderFont [line 10848]

-
-
-
- array() getHeaderFont( -) -
-

- - Get header font.



-

Tags:

-
- - - - - - - -
since:  4.0.012 (2008-07-24)
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getHeaderMargin [line 3701]

-
-
-
- float getHeaderMargin( -) -
-

- - Returns header margin in user units.



-

Tags:

-
- - - - - - - -
since:  4.0.012 (2008-07-24)
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getHtmlDomArray [line 17025]

-
-
-
- array getHtmlDomArray( -string -$html) -
-

- - Returns the HTML DOM array.

  • $dom[$key]['tag'] = true if tag, false otherwise;
  • $dom[$key]['value'] = tag name or text;
  • $dom[$key]['opening'] = true if opening tag, false otherwise;
  • $dom[$key]['attribute'] = array of attributes (attribute name is the key);
  • $dom[$key]['style'] = array of style attributes (attribute name is the key);
  • $dom[$key]['parent'] = id of parent element;
  • $dom[$key]['fontname'] = font family name;
  • $dom[$key]['fontstyle'] = font style;
  • $dom[$key]['fontsize'] = font size in points;
  • $dom[$key]['bgcolor'] = RGB array of background color;
  • $dom[$key]['fgcolor'] = RGB array of foreground color;
  • $dom[$key]['width'] = width in pixels;
  • $dom[$key]['height'] = height in pixels;
  • $dom[$key]['align'] = text alignment;
  • $dom[$key]['cols'] = number of colums in table;
  • $dom[$key]['rows'] = number of rows in table;




-

Tags:

-
- - - - - - - -
since:  3.2.000 (2008-06-20)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
string  $html  html code
-

-
[ Top ]
-
-
- -

method getHTMLUnitToUnits [line 20505]

-
-
-
- float getHTMLUnitToUnits( -string -$htmlval, [string -$refsize = 1], [string -$defaultunit = 'px'], [ -$points = false], boolean -$point) -
-

- - Convert HTML string containing value and unit of measure to user's units or points.



-

Tags:

-
- - - - - - - - - - -
return:  value in user's unit or point if $points=true
since:  4.4.004 (2008-12-10)
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - -
string  $htmlval  string containing values and unit
string  $refsize  reference value in points
string  $defaultunit  default unit (can be one of the following: %, em, ex, px, in, mm, pc, pt).
boolean  $point  if true returns points, otherwise returns value in user's units
  $points  
-

-
[ Top ]
-
-
- -

method getHyphenPatternsFromTEX [line 22189]

-
-
-
- array getHyphenPatternsFromTEX( -string -$file) -
-

- - Returns an array of hyphenation patterns.



-

Tags:

-
- - - - - - - - - - - - - -
return:  of hyphenation patterns
author:  Nicola Asuni
since:  4.9.012 (2010-04-12)
access:  public
-
-

- - -

Parameters:

-
- - - - - - -
string  $file  TEX file containing hypenation patterns. TEX pattrns can be downloaded from http://www.ctan.org/tex-archive/language/hyph-utf8/tex/generic/hyph-utf8/patterns/
-

-
[ Top ]
-
-
- -

method getImageBuffer [line 21099]

-
-
-
- string getImageBuffer( -string -$image) -
-

- - Get image buffer content.



-

Tags:

-
- - - - - - - - - - -
return:  image buffer content or false in case of error
since:  4.5.000 (2008-12-31)
access:  protected
-
-

- - -

Parameters:

-
- - - - - - -
string  $image  image key
-

-
[ Top ]
-
-
- -

method getImageFileType [line 6577]

-
-
-
- string getImageFileType( -string -$imgfile, [array -$iminfo = array()]) -
-

- - Return the image type given the file name or array returned by getimagesize() function.



-

Tags:

-
- - - - - - - - - - -
return:  image type
since:  4.8.017 (2009-11-27)
access:  public
-
-

- - -

Parameters:

-
- - - - - - - - - - - -
string  $imgfile  image file name
array  $iminfo  array of image information returned by getimagesize() function.
-

-
[ Top ]
-
-
- -

method getImageRBX [line 3747]

-
-
-
- float getImageRBX( -) -
-

- - Return the right-bottom (or left-bottom for RTL) corner X coordinate of last inserted image



-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getImageRBY [line 3756]

-
-
-
- float getImageRBY( -) -
-

- - Return the right-bottom (or left-bottom for RTL) corner Y coordinate of last inserted image



-

Tags:

-
- - - - -
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getImageScale [line 3022]

-
-
-
- float getImageScale( -) -
-

- - Returns the adjusting factor to convert pixels to user units.



-

Tags:

-
- - - - - - - - - - - - - -
return:  adjusting factor to convert pixels to user units.
author:  Nicola Asuni
since:  1.5.2
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getLastH [line 3000]

-
-
-
- last getLastH( -) -
-

- - Get the last cell height.



-

Tags:

-
- - - - - - - - - - -
return:  cell height
since:  4.0.017 (2008-08-05)
access:  public
-
-

- - -
[ Top ]
-
-
- -

method GetLineWidth [line 11919]

-
-
-
- int GetLineWidth( -) -
-

- - Returns the current the line width.



-

Tags:

-
- - - - - - - - - - - - - -
return:  Line width
see:  TCPDF::Line(), TCPDF::SetLineWidth()
since:  2.1.000 (2008-01-07)
access:  public
-
-

- - -
[ Top ]
-
-
- -

method getMargins [line 16562]

-
-
-
- array getMargins( -) -
-

- - Returns an array containing current margins:




    -

    Tags:

    -
    - - - - - - - - - - -
    return:  containing all margins measures
    since:  3.2.000 (2008-06-23)
    access:  public
    -
    -

    - - -
    [ Top ]
    -
    -
    - -

    method getNumberOfColumns [line 22033]

    -
    -
    -
    - int getNumberOfColumns( -) -
    -

    - - Return the current number of columns.



    -

    Tags:

    -
    - - - - - - - - - - -
    return:  number of columns
    since:  5.8.018 (2010-08-25)
    access:  public
    -
    -

    - - -
    [ Top ]
    -
    -
    - -

    method GetNumChars [line 4356]

    -
    -
    -
    - int GetNumChars( -string -$s) -
    -

    - - Returns the numbero of characters in a string.



    -

    Tags:

    -
    - - - - - - - - - - -
    return:  number of characters
    since:  2.0.0001 (2008-01-07)
    access:  public
    -
    -

    - - -

    Parameters:

    -
    - - - - - - -
    string  $s  The input string.
    -

    -
    [ Top ]
    -
    -
    - -

    method getNumLines [line 5995]

    -
    -
    -
    - float getNumLines( -string -$txt, [float -$w = 0], [boolean -$reseth = false], [boolean -$autopadding = true], [float -$cellMargin = ''], [float -$lineWidth = '']) -
    -

    - - This method return the estimated number of lines for print a simple text string in Multicell() method.



    -

    Tags:

    -
    - - - - - - - - - - - - - -
    return:  Return the minimal height needed for multicell method for printing the $txt param.
    author:  Alexander Escalona Fernndez, Nicola Asuni
    since:  4.5.011
    access:  public
    -
    -

    - - -

    Parameters:

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    string  $txt  String for calculating his height
    float  $w  Width of cells. If 0, they extend up to the right margin of the page.
    boolean  $reseth  if true reset the last cell height (default false).
    boolean  $autopadding  if true, uses internal padding and automatically adjust it to account for line width (default true).
    float  $cellMargin  Internal cell margin, if empty or <= 0, extended up to current pdf cell margin (default '').
    float  $lineWidth  Line width, if empty or <= 0, extended up to current pdf line width (default '').
    -

    -
    [ Top ]
    -
    -
    - -

    method getNumPages [line 3496]

    -
    -
    -
    - int getNumPages( -) -
    -

    - - Get the total number of insered pages.



    -

    Tags:

    -
    - - - - - - - - - - - - - -
    return:  number of pages
    see:  TCPDF::setPage(), TCPDF::getPage(), lastpage()
    since:  2.1.000 (2008-01-07)
    access:  public
    -
    -

    - - -
    [ Top ]
    -
    -
    - -

    method getObjFilename [line 20911]

    -
    -
    -
    - void getObjFilename( - -$name, string -$prefix) -
    -

    - - Returns a temporary filename for caching object on filesystem.



    -

    Tags:

    -
    - - - - - - - -
    since:  4.5.000 (2008-12-31)
    access:  protected
    -
    -

    - - -

    Parameters:

    -
    - - - - - - - - - - - -
    string  $prefix  prefix to add to filename return string filename.
      $name  
    -

    -
    [ Top ]
    -
    -
    - -

    method getOriginalMargins [line 16585]

    -
    -
    -
    - array getOriginalMargins( -) -
    -

    - - Returns an array containing original margins:




      -

      Tags:

      -
      - - - - - - - - - - -
      return:  containing all margins measures
      since:  4.0.012 (2008-07-24)
      access:  public
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method getPage [line 3485]

      -
      -
      -
      - int getPage( -) -
      -

      - - Get current document page number.



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  page number
      see:  TCPDF::setPage(), lastpage(), TCPDF::getNumPages()
      since:  2.1.000 (2008-01-07)
      access:  public
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method getPageBuffer [line 21040]

      -
      -
      -
      - string getPageBuffer( -int -$page) -
      -

      - - Get page buffer content.



      -

      Tags:

      -
      - - - - - - - - - - -
      return:  page buffer content or false in case of error
      since:  4.5.000 (2008-12-31)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $page  page number
      -

      -
      [ Top ]
      -
      -
      - -

      method getPageDimensions [line 3035]

      -
      -
      -
      - array getPageDimensions( -[int -$pagenum = '']) -
      -

      - - Returns an array of page dimensions:

      • $this->pagedim[$this->page]['w'] = page width in points
      • $this->pagedim[$this->page]['h'] = height in points
      • $this->pagedim[$this->page]['wk'] = page width in user units
      • $this->pagedim[$this->page]['hk'] = page height in user units
      • $this->pagedim[$this->page]['tm'] = top margin
      • $this->pagedim[$this->page]['bm'] = bottom margin
      • $this->pagedim[$this->page]['lm'] = left margin
      • $this->pagedim[$this->page]['rm'] = right margin
      • $this->pagedim[$this->page]['pb'] = auto page break
      • $this->pagedim[$this->page]['or'] = page orientation
      • $this->pagedim[$this->page]['olm'] = original left margin
      • $this->pagedim[$this->page]['orm'] = original right margin
      • $this->pagedim[$this->page]['Rotate'] = The number of degrees by which the page shall be rotated clockwise when displayed or printed. The value shall be a multiple of 90.
      • $this->pagedim[$this->page]['PZ'] = The page's preferred zoom (magnification) factor.
      • $this->pagedim[$this->page]['trans'] : the style and duration of the visual transition to use when moving from another page to the given page during a presentation
        • $this->pagedim[$this->page]['trans']['Dur'] = The page's display duration (also called its advance timing): the maximum length of time, in seconds, that the page shall be displayed during presentations before the viewer application shall automatically advance to the next page.
        • $this->pagedim[$this->page]['trans']['S'] = transition style : Split, Blinds, Box, Wipe, Dissolve, Glitter, R, Fly, Push, Cover, Uncover, Fade
        • $this->pagedim[$this->page]['trans']['D'] = The duration of the transition effect, in seconds.
        • $this->pagedim[$this->page]['trans']['Dm'] = (Split and Blinds transition styles only) The dimension in which the specified transition effect shall occur: H = Horizontal, V = Vertical. Default value: H.
        • $this->pagedim[$this->page]['trans']['M'] = (Split, Box and Fly transition styles only) The direction of motion for the specified transition effect: I = Inward from the edges of the page, O = Outward from the center of the pageDefault value: I.
        • $this->pagedim[$this->page]['trans']['Di'] = (Wipe, Glitter, Fly, Cover, Uncover and Push transition styles only) The direction in which the specified transition effect shall moves, expressed in degrees counterclockwise starting from a left-to-right direction. If the value is a number, it shall be one of: 0 = Left to right, 90 = Bottom to top (Wipe only), 180 = Right to left (Wipe only), 270 = Top to bottom, 315 = Top-left to bottom-right (Glitter only). If the value is a name, it shall be None, which is relevant only for the Fly transition when the value of SS is not 1.0. Default value: 0.
        • $this->pagedim[$this->page]['trans']['SS'] = (Fly transition style only) The starting or ending scale at which the changes shall be drawn. If M specifies an inward transition, the scale of the changes drawn shall progress from SS to 1.0 over the course of the transition. If M specifies an outward transition, the scale of the changes drawn shall progress from 1.0 to SS over the course of the transition. Default: 1.0.
        • $this->pagedim[$this->page]['trans']['B'] = (Fly transition style only) If true, the area that shall be flown in is rectangular and opaque. Default: false.
      • $this->pagedim[$this->page]['MediaBox'] : the boundaries of the physical medium on which the page shall be displayed or printed
        • $this->pagedim[$this->page]['MediaBox']['llx'] = lower-left x coordinate in points
        • $this->pagedim[$this->page]['MediaBox']['lly'] = lower-left y coordinate in points
        • $this->pagedim[$this->page]['MediaBox']['urx'] = upper-right x coordinate in points
        • $this->pagedim[$this->page]['MediaBox']['ury'] = upper-right y coordinate in points
      • $this->pagedim[$this->page]['CropBox'] : the visible region of default user space
        • $this->pagedim[$this->page]['CropBox']['llx'] = lower-left x coordinate in points
        • $this->pagedim[$this->page]['CropBox']['lly'] = lower-left y coordinate in points
        • $this->pagedim[$this->page]['CropBox']['urx'] = upper-right x coordinate in points
        • $this->pagedim[$this->page]['CropBox']['ury'] = upper-right y coordinate in points
      • $this->pagedim[$this->page]['BleedBox'] : the region to which the contents of the page shall be clipped when output in a production environment
        • $this->pagedim[$this->page]['BleedBox']['llx'] = lower-left x coordinate in points
        • $this->pagedim[$this->page]['BleedBox']['lly'] = lower-left y coordinate in points
        • $this->pagedim[$this->page]['BleedBox']['urx'] = upper-right x coordinate in points
        • $this->pagedim[$this->page]['BleedBox']['ury'] = upper-right y coordinate in points
      • $this->pagedim[$this->page]['TrimBox'] : the intended dimensions of the finished page after trimming
        • $this->pagedim[$this->page]['TrimBox']['llx'] = lower-left x coordinate in points
        • $this->pagedim[$this->page]['TrimBox']['lly'] = lower-left y coordinate in points
        • $this->pagedim[$this->page]['TrimBox']['urx'] = upper-right x coordinate in points
        • $this->pagedim[$this->page]['TrimBox']['ury'] = upper-right y coordinate in points
      • $this->pagedim[$this->page]['ArtBox'] : the extent of the page's meaningful content
        • $this->pagedim[$this->page]['ArtBox']['llx'] = lower-left x coordinate in points
        • $this->pagedim[$this->page]['ArtBox']['lly'] = lower-left y coordinate in points
        • $this->pagedim[$this->page]['ArtBox']['urx'] = upper-right x coordinate in points
        • $this->pagedim[$this->page]['ArtBox']['ury'] = upper-right y coordinate in points




      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  of page dimensions.
      author:  Nicola Asuni
      since:  4.5.027 (2009-03-16)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $pagenum  page number (empty = current page)
      -

      -
      [ Top ]
      -
      -
      - -

      method getPageGroupAlias [line 14777]

      -
      -
      -
      - alias getPageGroupAlias( -) -
      -

      - - Return the alias of the current page group If the current font is unicode type, the returned string is surrounded by additional curly braces.

      (will be replaced by the total number of pages in this group).




      -

      Tags:

      -
      - - - - - - - - - - -
      return:  of the current page group
      since:  3.0.000 (2008-03-27)
      access:  public
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method getPageHeight [line 3067]

      -
      -
      -
      - int getPageHeight( -[int -$pagenum = '']) -
      -

      - - Returns the page height in units.



      -

      Tags:

      -
      - - - - - - - - - - - - - - - - -
      return:  page height.
      author:  Nicola Asuni
      see:  TCPDF::getPageDimensions()
      since:  1.5.2
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $pagenum  page number (empty = current page)
      -

      -
      [ Top ]
      -
      -
      - -

      method getPageNumGroupAlias [line 14792]

      -
      -
      -
      - alias getPageNumGroupAlias( -) -
      -

      - - Return the alias for the page number on the current page group If the current font is unicode type, the returned string is surrounded by additional curly braces.

      (will be replaced by the total number of pages in this group).




      -

      Tags:

      -
      - - - - - - - - - - -
      return:  of the current page group
      since:  4.5.000 (2009-01-02)
      access:  public
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method getPageSizeFromFormat [line 2213]

      -
      -
      -
      - array getPageSizeFromFormat( -mixed -$format) -
      -

      - - Get page dimensions from format name.



      -

      Tags:

      -
      - - - - - - - - - - -
      return:  containing page width and height in points
      since:  5.0.010 (2010-05-17)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      mixed  $format  The format name. It can be:
      • ISO 216 A Series + 2 SIS 014711 extensions
      • A0 (841x1189 mm ; 33.11x46.81 in)
      • A1 (594x841 mm ; 23.39x33.11 in)
      • A2 (420x594 mm ; 16.54x23.39 in)
      • A3 (297x420 mm ; 11.69x16.54 in)
      • A4 (210x297 mm ; 8.27x11.69 in)
      • A5 (148x210 mm ; 5.83x8.27 in)
      • A6 (105x148 mm ; 4.13x5.83 in)
      • A7 (74x105 mm ; 2.91x4.13 in)
      • A8 (52x74 mm ; 2.05x2.91 in)
      • A9 (37x52 mm ; 1.46x2.05 in)
      • A10 (26x37 mm ; 1.02x1.46 in)
      • A11 (18x26 mm ; 0.71x1.02 in)
      • A12 (13x18 mm ; 0.51x0.71 in)
      • ISO 216 B Series + 2 SIS 014711 extensions
      • B0 (1000x1414 mm ; 39.37x55.67 in)
      • B1 (707x1000 mm ; 27.83x39.37 in)
      • B2 (500x707 mm ; 19.69x27.83 in)
      • B3 (353x500 mm ; 13.90x19.69 in)
      • B4 (250x353 mm ; 9.84x13.90 in)
      • B5 (176x250 mm ; 6.93x9.84 in)
      • B6 (125x176 mm ; 4.92x6.93 in)
      • B7 (88x125 mm ; 3.46x4.92 in)
      • B8 (62x88 mm ; 2.44x3.46 in)
      • B9 (44x62 mm ; 1.73x2.44 in)
      • B10 (31x44 mm ; 1.22x1.73 in)
      • B11 (22x31 mm ; 0.87x1.22 in)
      • B12 (15x22 mm ; 0.59x0.87 in)
      • ISO 216 C Series + 2 SIS 014711 extensions + 2 EXTENSION
      • C0 (917x1297 mm ; 36.10x51.06 in)
      • C1 (648x917 mm ; 25.51x36.10 in)
      • C2 (458x648 mm ; 18.03x25.51 in)
      • C3 (324x458 mm ; 12.76x18.03 in)
      • C4 (229x324 mm ; 9.02x12.76 in)
      • C5 (162x229 mm ; 6.38x9.02 in)
      • C6 (114x162 mm ; 4.49x6.38 in)
      • C7 (81x114 mm ; 3.19x4.49 in)
      • C8 (57x81 mm ; 2.24x3.19 in)
      • C9 (40x57 mm ; 1.57x2.24 in)
      • C10 (28x40 mm ; 1.10x1.57 in)
      • C11 (20x28 mm ; 0.79x1.10 in)
      • C12 (14x20 mm ; 0.55x0.79 in)
      • C76 (81x162 mm ; 3.19x6.38 in)
      • DL (110x220 mm ; 4.33x8.66 in)
      • SIS 014711 E Series
      • E0 (879x1241 mm ; 34.61x48.86 in)
      • E1 (620x879 mm ; 24.41x34.61 in)
      • E2 (440x620 mm ; 17.32x24.41 in)
      • E3 (310x440 mm ; 12.20x17.32 in)
      • E4 (220x310 mm ; 8.66x12.20 in)
      • E5 (155x220 mm ; 6.10x8.66 in)
      • E6 (110x155 mm ; 4.33x6.10 in)
      • E7 (78x110 mm ; 3.07x4.33 in)
      • E8 (55x78 mm ; 2.17x3.07 in)
      • E9 (39x55 mm ; 1.54x2.17 in)
      • E10 (27x39 mm ; 1.06x1.54 in)
      • E11 (19x27 mm ; 0.75x1.06 in)
      • E12 (13x19 mm ; 0.51x0.75 in)
      • SIS 014711 G Series
      • G0 (958x1354 mm ; 37.72x53.31 in)
      • G1 (677x958 mm ; 26.65x37.72 in)
      • G2 (479x677 mm ; 18.86x26.65 in)
      • G3 (338x479 mm ; 13.31x18.86 in)
      • G4 (239x338 mm ; 9.41x13.31 in)
      • G5 (169x239 mm ; 6.65x9.41 in)
      • G6 (119x169 mm ; 4.69x6.65 in)
      • G7 (84x119 mm ; 3.31x4.69 in)
      • G8 (59x84 mm ; 2.32x3.31 in)
      • G9 (42x59 mm ; 1.65x2.32 in)
      • G10 (29x42 mm ; 1.14x1.65 in)
      • G11 (21x29 mm ; 0.83x1.14 in)
      • G12 (14x21 mm ; 0.55x0.83 in)
      • ISO Press
      • RA0 (860x1220 mm ; 33.86x48.03 in)
      • RA1 (610x860 mm ; 24.02x33.86 in)
      • RA2 (430x610 mm ; 16.93x24.02 in)
      • RA3 (305x430 mm ; 12.01x16.93 in)
      • RA4 (215x305 mm ; 8.46x12.01 in)
      • SRA0 (900x1280 mm ; 35.43x50.39 in)
      • SRA1 (640x900 mm ; 25.20x35.43 in)
      • SRA2 (450x640 mm ; 17.72x25.20 in)
      • SRA3 (320x450 mm ; 12.60x17.72 in)
      • SRA4 (225x320 mm ; 8.86x12.60 in)
      • German DIN 476
      • 4A0 (1682x2378 mm ; 66.22x93.62 in)
      • 2A0 (1189x1682 mm ; 46.81x66.22 in)
      • Variations on the ISO Standard
      • A2_EXTRA (445x619 mm ; 17.52x24.37 in)
      • A3+ (329x483 mm ; 12.95x19.02 in)
      • A3_EXTRA (322x445 mm ; 12.68x17.52 in)
      • A3_SUPER (305x508 mm ; 12.01x20.00 in)
      • SUPER_A3 (305x487 mm ; 12.01x19.17 in)
      • A4_EXTRA (235x322 mm ; 9.25x12.68 in)
      • A4_SUPER (229x322 mm ; 9.02x12.68 in)
      • SUPER_A4 (227x356 mm ; 8.94x14.02 in)
      • A4_LONG (210x348 mm ; 8.27x13.70 in)
      • F4 (210x330 mm ; 8.27x12.99 in)
      • SO_B5_EXTRA (202x276 mm ; 7.95x10.87 in)
      • A5_EXTRA (173x235 mm ; 6.81x9.25 in)
      • ANSI Series
      • ANSI_E (864x1118 mm ; 34.00x44.00 in)
      • ANSI_D (559x864 mm ; 22.00x34.00 in)
      • ANSI_C (432x559 mm ; 17.00x22.00 in)
      • ANSI_B (279x432 mm ; 11.00x17.00 in)
      • ANSI_A (216x279 mm ; 8.50x11.00 in)
      • Traditional 'Loose' North American Paper Sizes
      • LEDGER, USLEDGER (432x279 mm ; 17.00x11.00 in)
      • TABLOID, USTABLOID, BIBLE, ORGANIZERK (279x432 mm ; 11.00x17.00 in)
      • LETTER, USLETTER, ORGANIZERM (216x279 mm ; 8.50x11.00 in)
      • LEGAL, USLEGAL (216x356 mm ; 8.50x14.00 in)
      • GLETTER, GOVERNMENTLETTER (203x267 mm ; 8.00x10.50 in)
      • JLEGAL, JUNIORLEGAL (203x127 mm ; 8.00x5.00 in)
      • Other North American Paper Sizes
      • QUADDEMY (889x1143 mm ; 35.00x45.00 in)
      • SUPER_B (330x483 mm ; 13.00x19.00 in)
      • QUARTO (229x279 mm ; 9.00x11.00 in)
      • FOLIO, GOVERNMENTLEGAL (216x330 mm ; 8.50x13.00 in)
      • EXECUTIVE, MONARCH (184x267 mm ; 7.25x10.50 in)
      • MEMO, STATEMENT, ORGANIZERL (140x216 mm ; 5.50x8.50 in)
      • FOOLSCAP (210x330 mm ; 8.27x13.00 in)
      • COMPACT (108x171 mm ; 4.25x6.75 in)
      • ORGANIZERJ (70x127 mm ; 2.75x5.00 in)
      • Canadian standard CAN 2-9.60M
      • P1 (560x860 mm ; 22.05x33.86 in)
      • P2 (430x560 mm ; 16.93x22.05 in)
      • P3 (280x430 mm ; 11.02x16.93 in)
      • P4 (215x280 mm ; 8.46x11.02 in)
      • P5 (140x215 mm ; 5.51x8.46 in)
      • P6 (107x140 mm ; 4.21x5.51 in)
      • North American Architectural Sizes
      • ARCH_E (914x1219 mm ; 36.00x48.00 in)
      • ARCH_E1 (762x1067 mm ; 30.00x42.00 in)
      • ARCH_D (610x914 mm ; 24.00x36.00 in)
      • ARCH_C, BROADSHEET (457x610 mm ; 18.00x24.00 in)
      • ARCH_B (305x457 mm ; 12.00x18.00 in)
      • ARCH_A (229x305 mm ; 9.00x12.00 in)
      • Announcement Envelopes
      • ANNENV_A2 (111x146 mm ; 4.37x5.75 in)
      • ANNENV_A6 (121x165 mm ; 4.75x6.50 in)
      • ANNENV_A7 (133x184 mm ; 5.25x7.25 in)
      • ANNENV_A8 (140x206 mm ; 5.50x8.12 in)
      • ANNENV_A10 (159x244 mm ; 6.25x9.62 in)
      • ANNENV_SLIM (98x225 mm ; 3.87x8.87 in)
      • Commercial Envelopes
      • COMMENV_N6_1/4 (89x152 mm ; 3.50x6.00 in)
      • COMMENV_N6_3/4 (92x165 mm ; 3.62x6.50 in)
      • COMMENV_N8 (98x191 mm ; 3.87x7.50 in)
      • COMMENV_N9 (98x225 mm ; 3.87x8.87 in)
      • COMMENV_N10 (105x241 mm ; 4.12x9.50 in)
      • COMMENV_N11 (114x263 mm ; 4.50x10.37 in)
      • COMMENV_N12 (121x279 mm ; 4.75x11.00 in)
      • COMMENV_N14 (127x292 mm ; 5.00x11.50 in)
      • Catalogue Envelopes
      • CATENV_N1 (152x229 mm ; 6.00x9.00 in)
      • CATENV_N1_3/4 (165x241 mm ; 6.50x9.50 in)
      • CATENV_N2 (165x254 mm ; 6.50x10.00 in)
      • CATENV_N3 (178x254 mm ; 7.00x10.00 in)
      • CATENV_N6 (191x267 mm ; 7.50x10.50 in)
      • CATENV_N7 (203x279 mm ; 8.00x11.00 in)
      • CATENV_N8 (210x286 mm ; 8.25x11.25 in)
      • CATENV_N9_1/2 (216x267 mm ; 8.50x10.50 in)
      • CATENV_N9_3/4 (222x286 mm ; 8.75x11.25 in)
      • CATENV_N10_1/2 (229x305 mm ; 9.00x12.00 in)
      • CATENV_N12_1/2 (241x318 mm ; 9.50x12.50 in)
      • CATENV_N13_1/2 (254x330 mm ; 10.00x13.00 in)
      • CATENV_N14_1/4 (286x311 mm ; 11.25x12.25 in)
      • CATENV_N14_1/2 (292x368 mm ; 11.50x14.50 in)
      • Japanese (JIS P 0138-61) Standard B-Series
      • JIS_B0 (1030x1456 mm ; 40.55x57.32 in)
      • JIS_B1 (728x1030 mm ; 28.66x40.55 in)
      • JIS_B2 (515x728 mm ; 20.28x28.66 in)
      • JIS_B3 (364x515 mm ; 14.33x20.28 in)
      • JIS_B4 (257x364 mm ; 10.12x14.33 in)
      • JIS_B5 (182x257 mm ; 7.17x10.12 in)
      • JIS_B6 (128x182 mm ; 5.04x7.17 in)
      • JIS_B7 (91x128 mm ; 3.58x5.04 in)
      • JIS_B8 (64x91 mm ; 2.52x3.58 in)
      • JIS_B9 (45x64 mm ; 1.77x2.52 in)
      • JIS_B10 (32x45 mm ; 1.26x1.77 in)
      • JIS_B11 (22x32 mm ; 0.87x1.26 in)
      • JIS_B12 (16x22 mm ; 0.63x0.87 in)
      • PA Series
      • PA0 (840x1120 mm ; 33.07x44.09 in)
      • PA1 (560x840 mm ; 22.05x33.07 in)
      • PA2 (420x560 mm ; 16.54x22.05 in)
      • PA3 (280x420 mm ; 11.02x16.54 in)
      • PA4 (210x280 mm ; 8.27x11.02 in)
      • PA5 (140x210 mm ; 5.51x8.27 in)
      • PA6 (105x140 mm ; 4.13x5.51 in)
      • PA7 (70x105 mm ; 2.76x4.13 in)
      • PA8 (52x70 mm ; 2.05x2.76 in)
      • PA9 (35x52 mm ; 1.38x2.05 in)
      • PA10 (26x35 mm ; 1.02x1.38 in)
      • Standard Photographic Print Sizes
      • PASSPORT_PHOTO (35x45 mm ; 1.38x1.77 in)
      • E (82x120 mm ; 3.25x4.72 in)
      • 3R, L (89x127 mm ; 3.50x5.00 in)
      • 4R, KG (102x152 mm ; 4.02x5.98 in)
      • 4D (120x152 mm ; 4.72x5.98 in)
      • 5R, 2L (127x178 mm ; 5.00x7.01 in)
      • 6R, 8P (152x203 mm ; 5.98x7.99 in)
      • 8R, 6P (203x254 mm ; 7.99x10.00 in)
      • S8R, 6PW (203x305 mm ; 7.99x12.01 in)
      • 10R, 4P (254x305 mm ; 10.00x12.01 in)
      • S10R, 4PW (254x381 mm ; 10.00x15.00 in)
      • 11R (279x356 mm ; 10.98x14.02 in)
      • S11R (279x432 mm ; 10.98x17.01 in)
      • 12R (305x381 mm ; 12.01x15.00 in)
      • S12R (305x456 mm ; 12.01x17.95 in)
      • Common Newspaper Sizes
      • NEWSPAPER_BROADSHEET (750x600 mm ; 29.53x23.62 in)
      • NEWSPAPER_BERLINER (470x315 mm ; 18.50x12.40 in)
      • NEWSPAPER_COMPACT, NEWSPAPER_TABLOID (430x280 mm ; 16.93x11.02 in)
      • Business Cards
      • CREDIT_CARD, BUSINESS_CARD, BUSINESS_CARD_ISO7810 (54x86 mm ; 2.13x3.37 in)
      • BUSINESS_CARD_ISO216 (52x74 mm ; 2.05x2.91 in)
      • BUSINESS_CARD_IT, BUSINESS_CARD_UK, BUSINESS_CARD_FR, BUSINESS_CARD_DE, BUSINESS_CARD_ES (55x85 mm ; 2.17x3.35 in)
      • BUSINESS_CARD_US, BUSINESS_CARD_CA (51x89 mm ; 2.01x3.50 in)
      • BUSINESS_CARD_JP (55x91 mm ; 2.17x3.58 in)
      • BUSINESS_CARD_HK (54x90 mm ; 2.13x3.54 in)
      • BUSINESS_CARD_AU, BUSINESS_CARD_DK, BUSINESS_CARD_SE (55x90 mm ; 2.17x3.54 in)
      • BUSINESS_CARD_RU, BUSINESS_CARD_CZ, BUSINESS_CARD_FI, BUSINESS_CARD_HU, BUSINESS_CARD_IL (50x90 mm ; 1.97x3.54 in)
      • Billboards
      • 4SHEET (1016x1524 mm ; 40.00x60.00 in)
      • 6SHEET (1200x1800 mm ; 47.24x70.87 in)
      • 12SHEET (3048x1524 mm ; 120.00x60.00 in)
      • 16SHEET (2032x3048 mm ; 80.00x120.00 in)
      • 32SHEET (4064x3048 mm ; 160.00x120.00 in)
      • 48SHEET (6096x3048 mm ; 240.00x120.00 in)
      • 64SHEET (8128x3048 mm ; 320.00x120.00 in)
      • 96SHEET (12192x3048 mm ; 480.00x120.00 in)
      • Old Imperial English (some are still used in USA)
      • EN_EMPEROR (1219x1829 mm ; 48.00x72.00 in)
      • EN_ANTIQUARIAN (787x1346 mm ; 31.00x53.00 in)
      • EN_GRAND_EAGLE (730x1067 mm ; 28.75x42.00 in)
      • EN_DOUBLE_ELEPHANT (679x1016 mm ; 26.75x40.00 in)
      • EN_ATLAS (660x864 mm ; 26.00x34.00 in)
      • EN_COLOMBIER (597x876 mm ; 23.50x34.50 in)
      • EN_ELEPHANT (584x711 mm ; 23.00x28.00 in)
      • EN_DOUBLE_DEMY (572x902 mm ; 22.50x35.50 in)
      • EN_IMPERIAL (559x762 mm ; 22.00x30.00 in)
      • EN_PRINCESS (546x711 mm ; 21.50x28.00 in)
      • EN_CARTRIDGE (533x660 mm ; 21.00x26.00 in)
      • EN_DOUBLE_LARGE_POST (533x838 mm ; 21.00x33.00 in)
      • EN_ROYAL (508x635 mm ; 20.00x25.00 in)
      • EN_SHEET, EN_HALF_POST (495x597 mm ; 19.50x23.50 in)
      • EN_SUPER_ROYAL (483x686 mm ; 19.00x27.00 in)
      • EN_DOUBLE_POST (483x775 mm ; 19.00x30.50 in)
      • EN_MEDIUM (445x584 mm ; 17.50x23.00 in)
      • EN_DEMY (445x572 mm ; 17.50x22.50 in)
      • EN_LARGE_POST (419x533 mm ; 16.50x21.00 in)
      • EN_COPY_DRAUGHT (406x508 mm ; 16.00x20.00 in)
      • EN_POST (394x489 mm ; 15.50x19.25 in)
      • EN_CROWN (381x508 mm ; 15.00x20.00 in)
      • EN_PINCHED_POST (375x470 mm ; 14.75x18.50 in)
      • EN_BRIEF (343x406 mm ; 13.50x16.00 in)
      • EN_FOOLSCAP (343x432 mm ; 13.50x17.00 in)
      • EN_SMALL_FOOLSCAP (337x419 mm ; 13.25x16.50 in)
      • EN_POTT (318x381 mm ; 12.50x15.00 in)
      • Old Imperial Belgian
      • BE_GRAND_AIGLE (700x1040 mm ; 27.56x40.94 in)
      • BE_COLOMBIER (620x850 mm ; 24.41x33.46 in)
      • BE_DOUBLE_CARRE (620x920 mm ; 24.41x36.22 in)
      • BE_ELEPHANT (616x770 mm ; 24.25x30.31 in)
      • BE_PETIT_AIGLE (600x840 mm ; 23.62x33.07 in)
      • BE_GRAND_JESUS (550x730 mm ; 21.65x28.74 in)
      • BE_JESUS (540x730 mm ; 21.26x28.74 in)
      • BE_RAISIN (500x650 mm ; 19.69x25.59 in)
      • BE_GRAND_MEDIAN (460x605 mm ; 18.11x23.82 in)
      • BE_DOUBLE_POSTE (435x565 mm ; 17.13x22.24 in)
      • BE_COQUILLE (430x560 mm ; 16.93x22.05 in)
      • BE_PETIT_MEDIAN (415x530 mm ; 16.34x20.87 in)
      • BE_RUCHE (360x460 mm ; 14.17x18.11 in)
      • BE_PROPATRIA (345x430 mm ; 13.58x16.93 in)
      • BE_LYS (317x397 mm ; 12.48x15.63 in)
      • BE_POT (307x384 mm ; 12.09x15.12 in)
      • BE_ROSETTE (270x347 mm ; 10.63x13.66 in)
      • Old Imperial French
      • FR_UNIVERS (1000x1300 mm ; 39.37x51.18 in)
      • FR_DOUBLE_COLOMBIER (900x1260 mm ; 35.43x49.61 in)
      • FR_GRANDE_MONDE (900x1260 mm ; 35.43x49.61 in)
      • FR_DOUBLE_SOLEIL (800x1200 mm ; 31.50x47.24 in)
      • FR_DOUBLE_JESUS (760x1120 mm ; 29.92x44.09 in)
      • FR_GRAND_AIGLE (750x1060 mm ; 29.53x41.73 in)
      • FR_PETIT_AIGLE (700x940 mm ; 27.56x37.01 in)
      • FR_DOUBLE_RAISIN (650x1000 mm ; 25.59x39.37 in)
      • FR_JOURNAL (650x940 mm ; 25.59x37.01 in)
      • FR_COLOMBIER_AFFICHE (630x900 mm ; 24.80x35.43 in)
      • FR_DOUBLE_CAVALIER (620x920 mm ; 24.41x36.22 in)
      • FR_CLOCHE (600x800 mm ; 23.62x31.50 in)
      • FR_SOLEIL (600x800 mm ; 23.62x31.50 in)
      • FR_DOUBLE_CARRE (560x900 mm ; 22.05x35.43 in)
      • FR_DOUBLE_COQUILLE (560x880 mm ; 22.05x34.65 in)
      • FR_JESUS (560x760 mm ; 22.05x29.92 in)
      • FR_RAISIN (500x650 mm ; 19.69x25.59 in)
      • FR_CAVALIER (460x620 mm ; 18.11x24.41 in)
      • FR_DOUBLE_COURONNE (460x720 mm ; 18.11x28.35 in)
      • FR_CARRE (450x560 mm ; 17.72x22.05 in)
      • FR_COQUILLE (440x560 mm ; 17.32x22.05 in)
      • FR_DOUBLE_TELLIERE (440x680 mm ; 17.32x26.77 in)
      • FR_DOUBLE_CLOCHE (400x600 mm ; 15.75x23.62 in)
      • FR_DOUBLE_POT (400x620 mm ; 15.75x24.41 in)
      • FR_ECU (400x520 mm ; 15.75x20.47 in)
      • FR_COURONNE (360x460 mm ; 14.17x18.11 in)
      • FR_TELLIERE (340x440 mm ; 13.39x17.32 in)
      • FR_POT (310x400 mm ; 12.20x15.75 in)
      -

      -
      [ Top ]
      -
      -
      - -

      method getPageWidth [line 3051]

      -
      -
      -
      - int getPageWidth( -[int -$pagenum = '']) -
      -

      - - Returns the page width in units.



      -

      Tags:

      -
      - - - - - - - - - - - - - - - - -
      return:  page width.
      author:  Nicola Asuni
      see:  TCPDF::getPageDimensions()
      since:  1.5.2
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $pagenum  page number (empty = current page)
      -

      -
      [ Top ]
      -
      -
      - -

      method getPathPaintOperator [line 22301]

      -
      -
      -
      - void getPathPaintOperator( -string -$style, [string -$default = 'S'], boolean -$mode) -
      -

      - - Get the Path-Painting Operators.



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  5.0.000 (2010-04-30)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      string  $style  Style of rendering. Possible values are:
      • S or D: Stroke the path.
      • s or d: Close and stroke the path.
      • f or F: Fill the path, using the nonzero winding number rule to determine the region to fill.
      • f* or F*: Fill the path, using the even-odd rule to determine the region to fill.
      • B or FD or DF: Fill and then stroke the path, using the nonzero winding number rule to determine the region to fill.
      • B* or F*D or DF*: Fill and then stroke the path, using the even-odd rule to determine the region to fill.
      • b or fd or df: Close, fill, and then stroke the path, using the nonzero winding number rule to determine the region to fill.
      • b or f*d or df*: Close, fill, and then stroke the path, using the even-odd rule to determine the region to fill.
      • CNZ: Clipping mode using the even-odd rule to determine which regions lie inside the clipping path.
      • CEO: Clipping mode using the nonzero winding number rule to determine which regions lie inside the clipping path
      • n: End the path object without filling or stroking it.
      string  $default  default style
      boolean  $mode  if true enable rasterization, false otherwise.
      -

      -
      [ Top ]
      -
      -
      - -

      method getPDFData [line 10891]

      -
      -
      -
      - void getPDFData( -) -
      -

      - - Returns the PDF data.



      -

      Tags:

      -
      - - - - -
      access:  public
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method getRemainingWidth [line 6478]

      -
      -
      -
      - int getRemainingWidth( -) -
      -

      - - Returns the remaining width between the current position and margins.



      -

      Tags:

      -
      - - - - - - - -
      return:  Return the remaining width
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method getRTL [line 2935]

      -
      -
      -
      - boolean getRTL( -) -
      -

      - - Return the RTL status



      -

      Tags:

      -
      - - - - - - - -
      since:  4.0.012 (2008-07-24)
      access:  public
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method getScaleFactor [line 3097]

      -
      -
      -
      - int getScaleFactor( -) -
      -

      - - Returns the scale factor (number of points in user unit).



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  scale factor.
      author:  Nicola Asuni
      since:  1.5.2
      access:  public
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method getSpaceString [line 17734]

      -
      -
      -
      - string getSpaceString( -) -
      -

      - - Returns the string used to find spaces



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  4.8.024 (2010-01-15)
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method getStringHeight [line 6096]

      -
      -
      -
      - float getStringHeight( -float -$w, string -$txt, [boolean -$reseth = false], [boolean -$autopadding = true], [float -$cellMargin = ''], [float -$lineWidth = '']) -
      -

      - - This method return the estimated needed height for print a simple text string in Multicell() method.

      Generally, if you want to know the exact height for a block of content you can use the following alternative technique:

        // store current object
      -  $pdf->startTransaction();
      -  // store starting values
      -  $start_y = $pdf->GetY();
      -  $start_page = $pdf->getPage();
      -  // call your printing functions with your parameters
      -  // - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -  $pdf->MultiCell($w=0, $h=0, $txt, $border=1, $align='L', $fill=false, $ln=1, $x='', $y='', $reseth=true, $stretch=0, $ishtml=false, $autopadding=true, $maxh=0);
      -  // - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -  // get the new Y
      -  $end_y = $pdf->GetY();
      -  $end_page = $pdf->getPage();
      -  // calculate height
      -  $height = 0;
      -  if ($end_page == $start_page) {
      -  	$height = $end_y - $start_y;
      -  } else {
      -  	for ($page=$start_page; $page <= $end_page; ++$page) {
      -  		$this->setPage($page);
      -  		if ($page == $start_page) {
      -  			// first page
      -  			$height = $this->h - $start_y - $this->bMargin;
      -  		} elseif ($page == $end_page) {
      -  			// last page
      -  			$height = $end_y - $this->tMargin;
      -  		} else {
      -  			$height = $this->h - $this->tMargin - $this->bMargin;
      -  		}
      -  	}
      -  }
      -  // restore previous object
      -  $pdf = $pdf->rollbackTransaction();




      -

      Tags:

      -
      - - - - - - - - - - -
      return:  Return the minimal height needed for multicell method for printing the $txt param.
      author:  Nicola Asuni, Alexander Escalona Fernndez
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      float  $w  Width of cells. If 0, they extend up to the right margin of the page.
      string  $txt  String for calculating his height
      boolean  $reseth  if true reset the last cell height (default false).
      boolean  $autopadding  if true, uses internal padding and automatically adjust it to account for line width (default true).
      float  $cellMargin  Internal cell margin, if empty or <= 0, extended up to current pdf cell margin (default '').
      float  $lineWidth  Line width, if empty or <= 0, extended up to current pdf line width (default '').
      -

      -
      [ Top ]
      -
      -
      - -

      method GetStringWidth [line 4277]

      -
      -
      -
      - mixed GetStringWidth( -string -$s, [string -$fontname = ''], [string -$fontstyle = ''], [float -$fontsize = 0], [boolean -$getarray = false]) -
      -

      - - Returns the length of a string in user unit. A font must be selected.




      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  int total string length or array of characted widths
      author:  Nicola Asuni
      since:  1.2
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      string  $s  The string whose length is to be computed
      string  $fontname  Family font. It can be either a name defined by AddFont() or one of the standard families. It is also possible to pass an empty string, in that case, the current family is retained.
      string  $fontstyle  Font style. Possible values are (case insensitive):
      • empty string: regular
      • B: bold
      • I: italic
      • U: underline
      • D: line-trough
      • O: overline
      or any combination. The default value is regular.
      float  $fontsize  Font size in points. The default value is the current size.
      boolean  $getarray  if true returns an array of characters widths, if false returns the total length.
      -

      -
      [ Top ]
      -
      -
      - -

      method getSVGTransformMatrix [line 22990]

      -
      -
      -
      - array getSVGTransformMatrix( -string -$attribute) -
      -

      - - Get the tranformation matrix from SVG transform attribute



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  of transformations
      author:  Nicola Asuni
      since:  5.0.000 (2010-05-02)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $attribute  transformation
      -

      -
      [ Top ]
      -
      -
      - -

      method getTagStyleFromCSS [line 16893]

      -
      -
      -
      - string getTagStyleFromCSS( -array -$dom, int -$key, array -$css) -
      -

      - - Returns the styles that apply for the selected HTML tag.



      -

      Tags:

      -
      - - - - - - - - - - -
      return:  containing CSS properties
      since:  5.1.000 (2010-05-25)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      array  $dom  array of HTML tags and properties
      int  $key  key of the current HTML tag
      array  $css  array of CSS properties
      -

      -
      [ Top ]
      -
      -
      - -

      method getTransformationMatrixProduct [line 23086]

      -
      -
      -
      - transformation getTransformationMatrixProduct( -array -$ta, array -$tb) -
      -

      - - Get the product of two SVG tranformation matrices



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  array
      author:  Nicola Asuni
      since:  5.0.000 (2010-05-02)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      array  $ta  first SVG tranformation matrix
      array  $tb  second SVG tranformation matrix
      -

      -
      [ Top ]
      -
      -
      - -

      method getUserPermissionCode [line 11413]

      -
      -
      -
      - void getUserPermissionCode( -Array -$permissions, [int -$mode = 0]) -
      -

      - - Return the premission code used on encryption (P value).



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  5.0.005 (2010-05-12)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      Array  $permissions  the set of permissions (specify the ones you want to block).
      int  $mode  encryption strength: 0 = RC4 40 bit; 1 = RC4 128 bit; 2 = AES 128 bit.
      -

      -
      [ Top ]
      -
      -
      - -

      method getVectorsAngle [line 23718]

      -
      -
      -
      - void getVectorsAngle( -int -$x1, int -$y1, int -$x2, int -$y2) -
      -

      - - Returns the angle in radiants between two vectors



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  5.0.000 (2010-05-04)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - -
      int  $x1  X coordiante of first vector point
      int  $y1  Y coordiante of first vector point
      int  $x2  X coordiante of second vector point
      int  $y2  Y coordiante of second vector point
      -

      -
      [ Top ]
      -
      -
      - -

      method GetX [line 7327]

      -
      -
      -
      - float GetX( -) -
      -

      - - Returns the relative X value of current position.

      The value is relative to the left border for LTR languages and to the right border for RTL languages.




      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::SetX(), TCPDF::GetY(), TCPDF::SetY()
      since:  1.2
      access:  public
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method GetY [line 7354]

      -
      -
      -
      - float GetY( -) -
      -

      - - Returns the ordinate of the current position.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::SetY(), TCPDF::GetX(), TCPDF::SetX()
      since:  1.0
      access:  public
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method get_mqr [line 6999]

      -
      -
      -
      - Returns get_mqr( -) -
      -

      - - Gets the current active configuration setting of magic_quotes_runtime (if the get_magic_quotes_runtime function exist)



      -

      Tags:

      -
      - - - - - - - - - - -
      return:  0 if magic quotes runtime is off or get_magic_quotes_runtime doesn't exist, 1 otherwise.
      since:  4.6.025 (2009-08-17)
      access:  public
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method Gradient [line 15373]

      -
      -
      -
      - void Gradient( -int -$type, array -$coords, array -$stops, [array -$background = array()], [boolean -$antialias = false]) -
      -

      - - Output gradient.



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  3.1.000 (2008-06-09)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      int  $type  type of gradient (1 Function-based shading; 2 Axial shading; 3 Radial shading; 4 Free-form Gouraud-shaded triangle mesh; 5 Lattice-form Gouraud-shaded triangle mesh; 6 Coons patch mesh; 7 Tensor-product patch mesh). (Not all types are currently supported)
      array  $coords  array of coordinates.
      array  $stops  array gradient color components: color = array of GRAY, RGB or CMYK color components; offset = (0 to 1) represents a location along the gradient vector; exponent = exponent of the exponential interpolation function (default = 1).
      array  $background  An array of colour components appropriate to the colour space, specifying a single background colour value.
      boolean  $antialias  A flag indicating whether to filter the shading function to prevent aliasing artifacts.
      -

      -
      [ Top ]
      -
      -
      - -

      method Header [line 3765]

      -
      -
      -
      - void Header( -) -
      -

      - - This method is used to render the page header.

      It is automatically called by AddPage() and could be overwritten in your own inherited class.




      -

      Tags:

      -
      - - - - -
      access:  public
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method hyphenateText [line 22228]

      -
      -
      -
      - array hyphenateText( -string -$text, mixed -$patterns, [array -$dictionary = array()], [int -$leftmin = 1], [int -$rightmin = 2], [int -$charmin = 1], [int -$charmax = 8]) -
      -

      - - Returns text with soft hyphens.



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  text with soft hyphens
      author:  Nicola Asuni
      since:  4.9.012 (2010-04-12)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      string  $text  text to process
      mixed  $patterns  Array of hypenation patterns or a TEX file containing hypenation patterns. TEX patterns can be downloaded from http://www.ctan.org/tex-archive/language/hyph-utf8/tex/generic/hyph-utf8/patterns/
      array  $dictionary  Array of words to be returned without applying the hyphenation algoritm.
      int  $leftmin  Minimum number of character to leave on the left of the word without applying the hyphens.
      int  $rightmin  Minimum number of character to leave on the right of the word without applying the hyphens.
      int  $charmin  Minimum word lenght to apply the hyphenation algoritm.
      int  $charmax  Maximum lenght of broken piece of word.
      -

      -
      [ Top ]
      -
      -
      - -

      method hyphenateWord [line 22119]

      -
      -
      -
      - array hyphenateWord( -array -$word, array -$patterns, [array -$dictionary = array()], [int -$leftmin = 1], [int -$rightmin = 2], [int -$charmin = 1], [int -$charmax = 8]) -
      -

      - - Returns an array of chars containing soft hyphens.



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  text with soft hyphens
      author:  Nicola Asuni
      since:  4.9.012 (2010-04-12)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      array  $word  array of chars
      array  $patterns  Array of hypenation patterns.
      array  $dictionary  Array of words to be returned without applying the hyphenation algoritm.
      int  $leftmin  Minimum number of character to leave on the left of the word without applying the hyphens.
      int  $rightmin  Minimum number of character to leave on the right of the word without applying the hyphens.
      int  $charmin  Minimum word lenght to apply the hyphenation algoritm.
      int  $charmax  Maximum lenght of broken piece of word.
      -

      -
      [ Top ]
      -
      -
      - -

      method Image [line 6684]

      -
      -
      -
      - image Image( -string -$file, [float -$x = ''], [float -$y = ''], [float -$w = 0], [float -$h = 0], [string -$type = ''], [mixed -$link = ''], [string -$align = ''], [mixed -$resize = false], [int -$dpi = 300], [string -$palign = ''], [boolean -$ismask = false], [mixed -$imgmask = false], [mixed -$border = 0], [boolean -$fitbox = false], [boolean -$hidden = false], [boolean -$fitonpage = false]) -
      -

      - - Puts an image in the page.

      The upper-left corner must be given. The dimensions can be specified in different ways:

      • explicit width and height (expressed in user unit)
      • one explicit dimension, the other being calculated automatically in order to keep the original proportions
      • no explicit dimension, in which case the image is put at 72 dpi
      Supported formats are JPEG and PNG images whitout GD library and all images supported by GD: GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM; The format can be specified explicitly or inferred from the file extension.
      It is possible to put a link on the image.
      Remark: if an image is used several times, only one copy will be embedded in the file.




      -

      Tags:

      -
      - - - - - - - - - - -
      return:  information
      since:  1.1
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      string  $file  Name of the file containing the image.
      float  $x  Abscissa of the upper-left corner.
      float  $y  Ordinate of the upper-left corner.
      float  $w  Width of the image in the page. If not specified or equal to zero, it is automatically calculated.
      float  $h  Height of the image in the page. If not specified or equal to zero, it is automatically calculated.
      string  $type  Image format. Possible values are (case insensitive): JPEG and PNG (whitout GD library) and all images supported by GD: GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM;. If not specified, the type is inferred from the file extension.
      mixed  $link  URL or identifier returned by AddLink().
      string  $align  Indicates the alignment of the pointer next to image insertion relative to image height. The value can be:
      • T: top-right for LTR or top-left for RTL
      • M: middle-right for LTR or middle-left for RTL
      • B: bottom-right for LTR or bottom-left for RTL
      • N: next line
      mixed  $resize  If true resize (reduce) the image to fit $w and $h (requires GD or ImageMagick library); if false do not resize; if 2 force resize in all cases (upscaling and downscaling).
      int  $dpi  dot-per-inch resolution used on resize
      string  $palign  Allows to center or align the image on the current line. Possible values are:
      • L : left align
      • C : center
      • R : right align
      • '' : empty string : left for LTR or right for RTL
      boolean  $ismask  true if this image is a mask, false otherwise
      mixed  $imgmask  image object returned by this function or false
      mixed  $border  Indicates if borders must be drawn around the cell. The value can be a number:
      • 0: no border (default)
      • 1: frame
      or a string containing some or all of the following characters (in any order):
      • L: left
      • T: top
      • R: right
      • B: bottom
      or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)))
      boolean  $fitbox  If true scale image dimensions proportionally to fit within the ($w, $h) box.
      boolean  $hidden  if true do not display the image.
      boolean  $fitonpage  if true the image is resized to not exceed page dimensions.
      -

      -
      [ Top ]
      -
      -
      - -

      method ImageEps [line 15721]

      -
      -
      -
      - void ImageEps( -string -$file, [float -$x = ''], [float -$y = ''], [float -$w = 0], [float -$h = 0], [mixed -$link = ''], [boolean -$useBoundingBox = true], [string -$align = ''], [string -$palign = ''], [mixed -$border = 0], [boolean -$fitonpage = false]) -
      -

      - - Embed vector-based Adobe Illustrator (AI) or AI-compatible EPS files.

      NOTE: EPS is not yet fully implemented, use the setRasterizeVectorImages() method to enable/disable rasterization of vector images using ImageMagick library. Only vector drawing is supported, not text or bitmap. Although the script was successfully tested with various AI format versions, best results are probably achieved with files that were exported in the AI3 format (tested with Illustrator CS2, Freehand MX and Photoshop CS2).




      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Valentin Schmidt, Nicola Asuni
      since:  3.1.000 (2008-06-09)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      string  $file  Name of the file containing the image.
      float  $x  Abscissa of the upper-left corner.
      float  $y  Ordinate of the upper-left corner.
      float  $w  Width of the image in the page. If not specified or equal to zero, it is automatically calculated.
      float  $h  Height of the image in the page. If not specified or equal to zero, it is automatically calculated.
      mixed  $link  URL or identifier returned by AddLink().
      string  $align  Indicates the alignment of the pointer next to image insertion relative to image height. The value can be:
      • T: top-right for LTR or top-left for RTL
      • M: middle-right for LTR or middle-left for RTL
      • B: bottom-right for LTR or bottom-left for RTL
      • N: next line
      string  $palign  Allows to center or align the image on the current line. Possible values are:
      • L : left align
      • C : center
      • R : right align
      • '' : empty string : left for LTR or right for RTL
      mixed  $border  Indicates if borders must be drawn around the cell. The value can be a number:
      • 0: no border (default)
      • 1: frame
      or a string containing some or all of the following characters (in any order):
      • L: left
      • T: top
      • R: right
      • B: bottom
      or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)))
      boolean  $fitonpage  if true the image is resized to not exceed page dimensions.
      boolean  $useBoundingBox  useBoundingBox specifies whether to position the bounding box (true) or the complete canvas (false) at location (x,y). Default value is true.
      -

      -
      [ Top ]
      -
      -
      - -

      method ImagePngAlpha [line 7239]

      -
      -
      -
      - void ImagePngAlpha( -string -$file, float -$x, float -$y, float -$wpx, float -$hpx, float -$w, float -$h, string -$type, mixed -$link, string -$align, boolean -$resize, int -$dpi, string -$palign) -
      -

      - - Extract info from a PNG image with alpha channel using the GD library.



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      author:  Valentin Schmidt, Nicola Asuni
      see:  TCPDF::Image()
      since:  4.3.007 (2008-12-04)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      string  $file  Name of the file containing the image.
      float  $x  Abscissa of the upper-left corner.
      float  $y  Ordinate of the upper-left corner.
      float  $wpx  Original width of the image in pixels.
      float  $hpx  original height of the image in pixels.
      float  $w  Width of the image in the page. If not specified or equal to zero, it is automatically calculated.
      float  $h  Height of the image in the page. If not specified or equal to zero, it is automatically calculated.
      string  $type  Image format. Possible values are (case insensitive): JPEG and PNG (whitout GD library) and all images supported by GD: GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM;. If not specified, the type is inferred from the file extension.
      mixed  $link  URL or identifier returned by AddLink().
      string  $align  Indicates the alignment of the pointer next to image insertion relative to image height. The value can be:
      • T: top-right for LTR or top-left for RTL
      • M: middle-right for LTR or middle-left for RTL
      • B: bottom-right for LTR or bottom-left for RTL
      • N: next line
      boolean  $resize  If true resize (reduce) the image to fit $w and $h (requires GD library).
      int  $dpi  dot-per-inch resolution used on resize
      string  $palign  Allows to center or align the image on the current line. Possible values are:
      • L : left align
      • C : center
      • R : right align
      • '' : empty string : left for LTR or right for RTL
      -

      -
      [ Top ]
      -
      -
      - -

      method ImageSVG [line 22716]

      -
      -
      -
      - void ImageSVG( -string -$file, [float -$x = ''], [float -$y = ''], [float -$w = 0], [float -$h = 0], [mixed -$link = ''], [string -$align = ''], [string -$palign = ''], [mixed -$border = 0], [boolean -$fitonpage = false]) -
      -

      - - Embedd a Scalable Vector Graphics (SVG) image.

      NOTE: SVG standard is not yet fully implemented, use the setRasterizeVectorImages() method to enable/disable rasterization of vector images using ImageMagick library.




      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  5.0.000 (2010-05-02)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      string  $file  Name of the SVG file.
      float  $x  Abscissa of the upper-left corner.
      float  $y  Ordinate of the upper-left corner.
      float  $w  Width of the image in the page. If not specified or equal to zero, it is automatically calculated.
      float  $h  Height of the image in the page. If not specified or equal to zero, it is automatically calculated.
      mixed  $link  URL or identifier returned by AddLink().
      string  $align  Indicates the alignment of the pointer next to image insertion relative to image height. The value can be:
      • T: top-right for LTR or top-left for RTL
      • M: middle-right for LTR or middle-left for RTL
      • B: bottom-right for LTR or bottom-left for RTL
      • N: next line
      string  $palign  Allows to center or align the image on the current line. Possible values are:
      • L : left align
      • C : center
      • R : right align
      • '' : empty string : left for LTR or right for RTL
      mixed  $border  Indicates if borders must be drawn around the cell. The value can be a number:
      • 0: no border (default)
      • 1: frame
      or a string containing some or all of the following characters (in any order):
      • L: left
      • T: top
      • R: right
      • B: bottom
      or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)))
      boolean  $fitonpage  if true the image is resized to not exceed page dimensions.
      -

      -
      [ Top ]
      -
      -
      - -

      method IncludeJS [line 13468]

      -
      -
      -
      - void IncludeJS( -string -$script) -
      -

      - - Adds a javascript



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Johannes Gntert, Nicola Asuni
      since:  2.1.002 (2008-02-12)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $script  Javascript code
      -

      -
      [ Top ]
      -
      -
      - -

      method intToRoman [line 20584]

      -
      -
      -
      - string intToRoman( -int -$number) -
      -

      - - Returns the Roman representation of an integer number



      -

      Tags:

      -
      - - - - - - - - - - -
      return:  roman representation of the specified number
      since:  4.4.004 (2008-12-10)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $number  number to convert
      -

      -
      [ Top ]
      -
      -
      - -

      method isRTLTextDir [line 2979]

      -
      -
      -
      - boolean isRTLTextDir( -) -
      -

      - - Return the current temporary RTL status



      -

      Tags:

      -
      - - - - - - - -
      since:  4.8.014 (2009-11-04)
      access:  public
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method isUnicodeFont [line 22441]

      -
      -
      -
      - true isUnicodeFont( -) -
      -

      - - Return true if the current font is unicode type.



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  for unicode font, false otherwise.
      author:  Nicola Asuni
      since:  5.8.002 (2010-08-14)
      access:  public
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method isValidCSSSelectorForTag [line 16733]

      -
      -
      -
      - true isValidCSSSelectorForTag( -array -$dom, int -$key, string -$selector) -
      -

      - - Returns true if the CSS selector is valid for the selected HTML tag



      -

      Tags:

      -
      - - - - - - - - - - -
      return:  if the selector is valid, false otherwise
      since:  5.1.000 (2010-05-25)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      array  $dom  array of HTML tags and properties
      int  $key  key of the current HTML tag
      string  $selector  CSS selector string
      -

      -
      [ Top ]
      -
      -
      - -

      method lastPage [line 3474]

      -
      -
      -
      - void lastPage( -[boolean -$resetmargins = false]) -
      -

      - - Reset pointer to the last document page.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::setPage(), TCPDF::getPage(), TCPDF::getNumPages()
      since:  2.0.000 (2008-01-04)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      boolean  $resetmargins  if true reset left, right, top margins and Y position.
      -

      -
      [ Top ]
      -
      -
      - -

      method Line [line 12096]

      -
      -
      -
      - void Line( -float -$x1, float -$y1, float -$x2, float -$y2, [array -$style = array()]) -
      -

      - - Draws a line between two points.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::SetLineWidth(), TCPDF::SetDrawColor(), TCPDF::SetLineStyle()
      since:  1.0
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      float  $x1  Abscissa of first point.
      float  $y1  Ordinate of first point.
      float  $x2  Abscissa of second point.
      float  $y2  Ordinate of second point.
      array  $style  Line style. Array like for SetLineStyle. Default value: default line style (empty array).
      -

      -
      [ Top ]
      -
      -
      - -

      method LinearGradient [line 15223]

      -
      -
      -
      - void LinearGradient( -float -$x, float -$y, float -$w, float -$h, [array -$col1 = array()], [array -$col2 = array()], [array -$coords = array(0,0,1,0)]) -
      -

      - - Paints a linear colour gradient.



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Andreas Wrmser, Nicola Asuni
      since:  3.1.000 (2008-06-09)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      float  $x  abscissa of the top left corner of the rectangle.
      float  $y  ordinate of the top left corner of the rectangle.
      float  $w  width of the rectangle.
      float  $h  height of the rectangle.
      array  $col1  first color (Grayscale, RGB or CMYK components).
      array  $col2  second color (Grayscale, RGB or CMYK components).
      array  $coords  array of the form (x1, y1, x2, y2) which defines the gradient vector (see linear_gradient_coords.jpg). The default value is from left to right (x1=0, y1=0, x2=1, y2=0).
      -

      -
      [ Top ]
      -
      -
      - -

      method Link [line 4767]

      -
      -
      -
      - void Link( -float -$x, float -$y, float -$w, float -$h, mixed -$link, [int -$spaces = 0]) -
      -

      - - Puts a link on a rectangular area of the page.

      Text or image links are generally put via Cell(), Write() or Image(), but this method can be useful for instance to define a clickable area inside an image.




      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::AddLink(), TCPDF::Annotation(), TCPDF::Cell(), TCPDF::Write(), TCPDF::Image()
      since:  1.5
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      float  $x  Abscissa of the upper-left corner of the rectangle
      float  $y  Ordinate of the upper-left corner of the rectangle
      float  $w  Width of the rectangle
      float  $h  Height of the rectangle
      mixed  $link  URL or identifier returned by AddLink()
      int  $spaces  number of spaces on the text to link
      -

      -
      [ Top ]
      -
      -
      - -

      method ListBox [line 14176]

      -
      -
      -
      - void ListBox( -string -$name, int -$w, int -$h, array -$values, [array -$prop = array()], [array -$opt = array()], [float -$x = ''], [float -$y = ''], [boolean -$js = false]) -
      -

      - - Creates a List-box field



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  4.8.000 (2009-09-07)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      string  $name  field name
      int  $w  width
      int  $h  height
      array  $values  array containing the list of values.
      array  $prop  javascript field properties. Possible values are described on official Javascript for Acrobat API reference.
      array  $opt  annotation parameters. Possible values are described on official PDF32000_2008 reference.
      float  $x  Abscissa of the upper-left corner of the rectangle
      float  $y  Ordinate of the upper-left corner of the rectangle
      boolean  $js  if true put the field using JavaScript (requires Acrobat Writer to be rendered).
      -

      -
      [ Top ]
      -
      -
      - -

      method Ln [line 7296]

      -
      -
      -
      - void Ln( -[float -$h = ''], [boolean -$cell = false]) -
      -

      - - Performs a line break.

      The current abscissa goes back to the left margin and the ordinate increases by the amount passed in parameter.




      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::Cell()
      since:  1.0
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      float  $h  The height of the break. By default, the value equals the height of the last printed cell.
      boolean  $cell  if true add a cMargin to the x coordinate
      -

      -
      [ Top ]
      -
      -
      - -

      method MirrorH [line 11699]

      -
      -
      -
      - void MirrorH( -[int -$x = '']) -
      -

      - - Horizontal Mirroring.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::StartTransform(), TCPDF::StopTransform()
      since:  2.1.000 (2008-01-07)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $x  abscissa of the point. Default is current x position
      -

      -
      [ Top ]
      -
      -
      - -

      method MirrorL [line 11735]

      -
      -
      -
      - void MirrorL( -[float -$angle = 0], [int -$x = ''], [int -$y = '']) -
      -

      - - Reflection against a straight line through point (x, y) with the gradient angle (angle).



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::StartTransform(), TCPDF::StopTransform()
      since:  2.1.000 (2008-01-07)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      float  $angle  gradient angle of the straight line. Default is 0 (horizontal line).
      int  $x  abscissa of the point. Default is current x position
      int  $y  ordinate of the point. Default is current y position
      -

      -
      [ Top ]
      -
      -
      - -

      method MirrorP [line 11722]

      -
      -
      -
      - void MirrorP( -[int -$x = ''], [int -$y = '']) -
      -

      - - Point reflection mirroring.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::StartTransform(), TCPDF::StopTransform()
      since:  2.1.000 (2008-01-07)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      int  $x  abscissa of the point. Default is current x position
      int  $y  ordinate of the point. Default is current y position
      -

      -
      [ Top ]
      -
      -
      - -

      method MirrorV [line 11710]

      -
      -
      -
      - void MirrorV( -[int -$y = '']) -
      -

      - - Verical Mirroring.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::StartTransform(), TCPDF::StopTransform()
      since:  2.1.000 (2008-01-07)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $y  ordinate of the point. Default is current y position
      -

      -
      [ Top ]
      -
      -
      - -

      method movePage [line 21178]

      -
      -
      -
      - true movePage( -int -$frompage, int -$topage) -
      -

      - - Move a page to a previous position.



      -

      Tags:

      -
      - - - - - - - - - - -
      return:  in case of success, false in case of error.
      since:  4.5.000 (2009-01-02)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      int  $frompage  number of the source page
      int  $topage  number of the destination page (must be less than $frompage)
      -

      -
      [ Top ]
      -
      -
      - -

      method MultiCell [line 5647]

      -
      -
      -
      - int MultiCell( -float -$w, float -$h, string -$txt, [mixed -$border = 0], [string -$align = 'J'], [boolean -$fill = false], [int -$ln = 1], [float -$x = ''], [float -$y = ''], [boolean -$reseth = true], [int -$stretch = 0], [boolean -$ishtml = false], [boolean -$autopadding = true], [float -$maxh = 0], [string -$valign = 'T'], [boolean -$fitcell = false]) -
      -

      - - This method allows printing text with line breaks.

      They can be automatic (as soon as the text reaches the right border of the cell) or explicit (via the \n character). As many cells as necessary are output, one below the other.
      Text can be aligned, centered or justified. The cell block can be framed and the background painted.




      -

      Tags:

      -
      - - - - - - - - - - - - - - - - -
      return:  Return the number of cells or 1 for html mode.
      see:  TCPDF::SetFont(), TCPDF::SetDrawColor(), TCPDF::SetFillColor(), TCPDF::SetTextColor(), TCPDF::SetLineWidth(), TCPDF::Cell(), TCPDF::Write(), TCPDF::SetAutoPageBreak()
      since:  1.3
      access:  public
      usedby:  TCPDF::writeHTMLCell()
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      float  $w  Width of cells. If 0, they extend up to the right margin of the page.
      float  $h  Cell minimum height. The cell extends automatically if needed.
      string  $txt  String to print
      mixed  $border  Indicates if borders must be drawn around the cell. The value can be a number:
      • 0: no border (default)
      • 1: frame
      or a string containing some or all of the following characters (in any order):
      • L: left
      • T: top
      • R: right
      • B: bottom
      or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)))
      string  $align  Allows to center or align the text. Possible values are:
      • L or empty string: left align
      • C: center
      • R: right align
      • J: justification (default value when $ishtml=false)
      boolean  $fill  Indicates if the cell background must be painted (true) or transparent (false).
      int  $ln  Indicates where the current position should go after the call. Possible values are:
      • 0: to the right
      • 1: to the beginning of the next line [DEFAULT]
      • 2: below
      float  $x  x position in user units
      float  $y  y position in user units
      boolean  $reseth  if true reset the last cell height (default true).
      int  $stretch  stretch carachter mode:
      • 0 = disabled
      • 1 = horizontal scaling only if necessary
      • 2 = forced horizontal scaling
      • 3 = character spacing only if necessary
      • 4 = forced character spacing
      boolean  $ishtml  set to true if $txt is HTML content (default = false).
      boolean  $autopadding  if true, uses internal padding and automatically adjust it to account for line width.
      float  $maxh  maximum height. It should be >= $h and less then remaining space to the bottom of the page, or 0 for disable this feature. This feature works only when $ishtml=false.
      string  $valign  Vertical alignment of text (requires $maxh = $h > 0). Possible values are:
      • T: TOP
      • M: middle
      • B: bottom
      . This feature works only when $ishtml=false.
      boolean  $fitcell  if true attempt to fit all the text within the cell by reducing the font size.
      -

      -
      [ Top ]
      -
      -
      - -

      method objclone [line 21861]

      -
      -
      -
      - cloned objclone( -object -$object) -
      -

      - - Creates a copy of a class object



      -

      Tags:

      -
      - - - - - - - - - - -
      return:  object
      since:  4.5.029 (2009-03-19)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      object  $object  class object to be cloned
      -

      -
      [ Top ]
      -
      -
      - -

      method Open [line 3373]

      -
      -
      -
      - void Open( -) -
      -

      - - This method begins the generation of the PDF document.

      It is not necessary to call it explicitly because AddPage() does it automatically. Note: no page is created by this method




      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::AddPage(), TCPDF::Close()
      since:  1.0
      access:  public
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method openHTMLTagHandler [line 19064]

      -
      -
      -
      - void openHTMLTagHandler( - -&$dom, int -$key, boolean -$cell, array -$dom) -
      -

      - - Process opening tags.



      -

      Tags:

      -
      - - - - -
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - -
      array  $dom  html dom array
      int  $key  current element id
      boolean  $cell  if true add the default cMargin space to each new line (default false).
        &$dom  
      -

      -
      [ Top ]
      -
      -
      - -

      method Output [line 7446]

      -
      -
      -
      - void Output( -[string -$name = 'doc.pdf'], [string -$dest = 'I']) -
      -

      - - Send the document to a given destination: string, local file or browser.

      In the last case, the plug-in may be used (if present) or a download ("Save as" dialog box) may be forced.
      The method first calls Close() if necessary to terminate the document.




      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::Close()
      since:  1.0
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $name  The name of the file when saved. Note that special characters are removed and blanks characters are replaced with the underscore character.
      string  $dest  Destination where to send the document. It can take one of the following values:
      • I: send the file inline to the browser (default). The plug-in is used if available. The name given by name is used when one selects the "Save as" option on the link generating the PDF.
      • D: send to the browser and force a file download with the name given by name.
      • F: save to a local server file with the name given by name.
      • S: return the document as a string. name is ignored.
      • FI: equivalent to F + I option
      • FD: equivalent to F + D option
      -

      -
      [ Top ]
      -
      -
      - -

      method PageNo [line 3984]

      -
      -
      -
      - int PageNo( -) -
      -

      - - Returns the current page number.



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  page number
      see:  TCPDF::AliasNbPages(), TCPDF::getAliasNbPages()
      since:  1.0
      access:  public
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method PageNoFormatted [line 14828]

      -
      -
      -
      - void PageNoFormatted( -) -
      -

      - - Returns the current page number formatted as a string.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  PaneNo(), TCPDF::formatPageNumber()
      since:  4.2.005 (2008-11-06)
      access:  public
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method PieSector [line 15660]

      -
      -
      -
      - void PieSector( -float -$xc, float -$yc, float -$r, float -$a, float -$b, [string -$style = 'FD'], [ -$cw = true], [ -$o = 90], float -$cw:, float -$o:) -
      -

      - - Draw the sector of a circle.

      It can be used for instance to render pie charts.




      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Maxime Delorme, Nicola Asuni
      since:  3.1.000 (2008-06-09)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      float  $xc  abscissa of the center.
      float  $yc  ordinate of the center.
      float  $r  radius.
      float  $a  start angle (in degrees).
      float  $b  end angle (in degrees).
      string  $style  Style of rendering. See the getPathPaintOperator() function for more information.
      float  $cw:  indicates whether to go clockwise (default: true).
      float  $o:  origin of angles (0 for 3 o'clock, 90 for noon, 180 for 9 o'clock, 270 for 6 o'clock). Default: 90.
        $cw  
        $o  
      -

      -
      [ Top ]
      -
      -
      - -

      method PieSectorXY [line 15681]

      -
      -
      -
      - void PieSectorXY( -float -$xc, float -$yc, float -$rx, float -$ry, float -$a, float -$b, [string -$style = 'FD'], [ -$cw = false], [ -$o = 0], [integer -$nc = 2], float -$cw:, float -$o:) -
      -

      - - Draw the sector of an ellipse.

      It can be used for instance to render pie charts.




      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Maxime Delorme, Nicola Asuni
      since:  3.1.000 (2008-06-09)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      float  $xc  abscissa of the center.
      float  $yc  ordinate of the center.
      float  $rx  the x-axis radius.
      float  $ry  the y-axis radius.
      float  $a  start angle (in degrees).
      float  $b  end angle (in degrees).
      string  $style  Style of rendering. See the getPathPaintOperator() function for more information.
      float  $cw:  indicates whether to go clockwise.
      float  $o:  origin of angles (0 for 3 o'clock, 90 for noon, 180 for 9 o'clock, 270 for 6 o'clock).
      integer  $nc  Number of curves used to draw a 90 degrees portion of arc.
        $cw  
        $o  
      -

      -
      [ Top ]
      -
      -
      - -

      method pixelsToUnits [line 11010]

      -
      -
      -
      - float pixelsToUnits( -int -$px) -
      -

      - - Converts pixels to User's Units.



      -

      Tags:

      -
      - - - - - - - - - - -
      return:  value in user's unit
      see:  TCPDF::setImageScale(), TCPDF::getImageScale()
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $px  pixels
      -

      -
      [ Top ]
      -
      -
      - -

      method Polycurve [line 12206]

      -
      -
      -
      - void Polycurve( -float -$x0, float -$y0, float -$segments, [string -$style = ''], [array -$line_style = array()], [array -$fill_color = array()]) -
      -

      - - Draws a poly-Bezier curve.

      Each Bezier curve segment is a tangent to the line between the control points at either end of the curve.




      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::SetLineStyle()
      since:  3.0008 (2008-05-12)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      float  $x0  Abscissa of start point.
      float  $y0  Ordinate of start point.
      float  $segments  An array of bezier descriptions. Format: array(x1, y1, x2, y2, x3, y3).
      string  $style  Style of rendering. See the getPathPaintOperator() function for more information.
      array  $line_style  Line style of curve. Array like for SetLineStyle. Default value: default line style (empty array).
      array  $fill_color  Fill color. Format: array(GREY) or array(R,G,B) or array(C,M,Y,K). Default value: default color (empty array).
      -

      -
      [ Top ]
      -
      -
      - -

      method Polygon [line 12411]

      -
      -
      -
      - void Polygon( -array -$p, [string -$style = ''], [array -$line_style = array()], [array -$fill_color = array()], [boolean -$closed = true]) -
      -

      - - Draws a polygon.



      -

      Tags:

      -
      - - - - - - - -
      since:  2.1.000 (2008-01-08)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      array  $p  Points 0 to ($np - 1). Array with values (x0, y0, x1, y1,..., x(np-1), y(np - 1))
      string  $style  Style of rendering. See the getPathPaintOperator() function for more information.
      array  $line_style  Line style of polygon. Array with keys among the following:
      • all: Line style of all lines. Array like for SetLineStyle.
      • 0 to ($np - 1): Line style of each line. Array like for SetLineStyle.
      If a key is not present or is null, not draws the line. Default value is default line style (empty array).
      array  $fill_color  Fill color. Format: array(GREY) or array(R,G,B) or array(C,M,Y,K). Default value: default color (empty array).
      boolean  $closed  if true the polygon is closes, otherwise will remain open
      -

      -
      [ Top ]
      -
      -
      - -

      method PolyLine [line 12392]

      -
      -
      -
      - void PolyLine( -array -$p, [string -$style = ''], [array -$line_style = array()], [array -$fill_color = array()], boolean -$closed) -
      -

      - - Draws a polygonal line



      -

      Tags:

      -
      - - - - - - - -
      since:  4.8.003 (2009-09-15)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      array  $p  Points 0 to ($np - 1). Array with values (x0, y0, x1, y1,..., x(np-1), y(np - 1))
      string  $style  Style of rendering. See the getPathPaintOperator() function for more information.
      array  $line_style  Line style of polygon. Array with keys among the following:
      • all: Line style of all lines. Array like for SetLineStyle.
      • 0 to ($np - 1): Line style of each line. Array like for SetLineStyle.
      If a key is not present or is null, not draws the line. Default value is default line style (empty array).
      array  $fill_color  Fill color. Format: array(GREY) or array(R,G,B) or array(C,M,Y,K). Default value: default color (empty array).
      boolean  $closed  if true the polygon is closes, otherwise will remain open
      -

      -
      [ Top ]
      -
      -
      - -

      method printTemplate [line 22580]

      -
      -
      -
      - void printTemplate( -string -$id, [int -$x = ''], [int -$y = ''], [int -$w = 0], [int -$h = 0], [string -$align = ''], [string -$palign = ''], [boolean -$fitonpage = false]) -
      -

      - - Print an XObject Template.

      You can print an XObject Template inside the currently opened Template. An XObject Template is a PDF block that is a self-contained description of any sequence of graphics objects (including path objects, text objects, and sampled images). An XObject Template may be painted multiple times, either on several pages or at several locations on the same page and produces the same results each time, subject only to the graphics state at the time it is invoked.




      -

      Tags:

      -
      - - - - - - - - - - - - - -
      author:  Nicola Asuni
      see:  TCPDF::startTemplate(), TCPDF::endTemplate()
      since:  5.8.017 (2010-08-24)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      string  $id  The ID of XObject Template to print.
      int  $x  X position in user units (empty string = current x position)
      int  $y  Y position in user units (empty string = current y position)
      int  $w  Width in user units (zero = remaining page width)
      int  $h  Height in user units (zero = remaining page height)
      string  $align  Indicates the alignment of the pointer next to template insertion relative to template height. The value can be:
      • T: top-right for LTR or top-left for RTL
      • M: middle-right for LTR or middle-left for RTL
      • B: bottom-right for LTR or bottom-left for RTL
      • N: next line
      string  $palign  Allows to center or align the template on the current line. Possible values are:
      • L : left align
      • C : center
      • R : right align
      • '' : empty string : left for LTR or right for RTL
      boolean  $fitonpage  if true the template is resized to not exceed page dimensions.
      -

      -
      [ Top ]
      -
      -
      - -

      method putHtmlListBullet [line 20649]

      -
      -
      -
      - void putHtmlListBullet( -int -$listdepth, [string -$listtype = ''], [float -$size = 10]) -
      -

      - - Output an HTML list bullet or ordered item symbol



      -

      Tags:

      -
      - - - - - - - -
      since:  4.4.004 (2008-12-10)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      int  $listdepth  list nesting level
      string  $listtype  type of list
      float  $size  current font size
      -

      -
      [ Top ]
      -
      -
      - -

      method RadialGradient [line 15241]

      -
      -
      -
      - void RadialGradient( -float -$x, float -$y, float -$w, float -$h, [array -$col1 = array()], [array -$col2 = array()], [array -$coords = array(0.5,0.5,0.5,0.5,1)]) -
      -

      - - Paints a radial colour gradient.



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Andreas Wrmser, Nicola Asuni
      since:  3.1.000 (2008-06-09)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      float  $x  abscissa of the top left corner of the rectangle.
      float  $y  ordinate of the top left corner of the rectangle.
      float  $w  width of the rectangle.
      float  $h  height of the rectangle.
      array  $col1  first color (Grayscale, RGB or CMYK components).
      array  $col2  second color (Grayscale, RGB or CMYK components).
      array  $coords  array of the form (fx, fy, cx, cy, r) where (fx, fy) is the starting point of the gradient with color1, (cx, cy) is the center of the circle with color2, and r is the radius of the circle (see radial_gradient_coords.jpg). (fx, fy) should be inside the circle, otherwise some areas will not be defined.
      -

      -
      [ Top ]
      -
      -
      - -

      method RadioButton [line 14086]

      -
      -
      -
      - void RadioButton( -string -$name, int -$w, [array -$prop = array()], [array -$opt = array()], [string -$onvalue = 'On'], [boolean -$checked = false], [float -$x = ''], [float -$y = ''], [boolean -$js = false]) -
      -

      - - Creates a RadioButton field



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  4.8.000 (2009-09-07)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      string  $name  field name
      int  $w  width
      array  $prop  javascript field properties. Possible values are described on official Javascript for Acrobat API reference.
      array  $opt  annotation parameters. Possible values are described on official PDF32000_2008 reference.
      string  $onvalue  value to be returned if selected.
      boolean  $checked  define the initial state.
      float  $x  Abscissa of the upper-left corner of the rectangle
      float  $y  Ordinate of the upper-left corner of the rectangle
      boolean  $js  if true put the field using JavaScript (requires Acrobat Writer to be rendered).
      -

      -
      [ Top ]
      -
      -
      - -

      method readDiskCache [line 20951]

      -
      -
      -
      - mixed readDiskCache( - -$filename, string -$file) -
      -

      - - Read data from a temporary file on filesystem.



      -

      Tags:

      -
      - - - - - - - - - - -
      return:  retrieved data
      since:  4.5.000 (2008-12-31)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $file  file name
        $filename  
      -

      -
      [ Top ]
      -
      -
      - -

      method Rect [line 12124]

      -
      -
      -
      - void Rect( -float -$x, float -$y, float -$w, float -$h, [string -$style = ''], [array -$border_style = array()], [array -$fill_color = array()]) -
      -

      - - Draws a rectangle.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::SetLineStyle()
      since:  1.0
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      float  $x  Abscissa of upper-left corner (or upper-right corner for RTL language).
      float  $y  Ordinate of upper-left corner (or upper-right corner for RTL language).
      float  $w  Width.
      float  $h  Height.
      string  $style  Style of rendering. See the getPathPaintOperator() function for more information.
      array  $border_style  Border style of rectangle. Array like for SetLineStyle. Default value: default line style (empty array).
      array  $fill_color  Fill color. Format: array(GREY) or array(R,G,B) or array(C,M,Y,K). Default value: default color (empty array).
      -

      -
      [ Top ]
      -
      -
      - -

      method registrationMark [line 15192]

      -
      -
      -
      - void registrationMark( -float -$x, float -$y, float -$r, [boolean -$double = false], [array -$cola = array(0,0,0)], [array -$colb = array(255,255,255)]) -
      -

      - - Paints a registration mark



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  4.9.000 (2010-03-26)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      float  $x  abscissa of the registration mark center.
      float  $y  ordinate of the registration mark center.
      float  $r  radius of the crop mark.
      boolean  $double  if true print two concentric crop marks.
      array  $cola  crop mark color (default black).
      array  $colb  second crop mark color.
      -

      -
      [ Top ]
      -
      -
      - -

      method RegularPolygon [line 12509]

      -
      -
      -
      - void RegularPolygon( -float -$x0, float -$y0, -$r, integer -$ns, [float -$angle = 0], [boolean -$draw_circle = false], [string -$style = ''], [array -$line_style = array()], [array -$fill_color = array()], [string -$circle_style = ''], [array -$circle_outLine_style = array()], [array -$circle_fill_color = array()], float -$r:) -
      -

      - - Draws a regular polygon.



      -

      Tags:

      -
      - - - - - - - -
      since:  2.1.000 (2008-01-08)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      float  $x0  Abscissa of center point.
      float  $y0  Ordinate of center point.
      float  $r:  Radius of inscribed circle.
      integer  $ns  Number of sides.
      float  $angle  Angle oriented (anti-clockwise). Default value: 0.
      boolean  $draw_circle  Draw inscribed circle or not. Default value: false.
      string  $style  Style of rendering. See the getPathPaintOperator() function for more information.
      array  $line_style  Line style of polygon sides. Array with keys among the following:
      • all: Line style of all sides. Array like for SetLineStyle.
      • 0 to ($ns - 1): Line style of each side. Array like for SetLineStyle.
      If a key is not present or is null, not draws the side. Default value is default line style (empty array).
      array  $fill_color  Fill color. Format: array(red, green, blue). Default value: default color (empty array).
      string  $circle_style  Style of rendering of inscribed circle (if draws). Possible values are:
      • D or empty string: Draw (default).
      • F: Fill.
      • DF or FD: Draw and fill.
      • CNZ: Clipping mode (using the even-odd rule to determine which regions lie inside the clipping path).
      • CEO: Clipping mode (using the nonzero winding number rule to determine which regions lie inside the clipping path).
      array  $circle_outLine_style  Line style of inscribed circle (if draws). Array like for SetLineStyle. Default value: default line style (empty array).
      array  $circle_fill_color  Fill color of inscribed circle (if draws). Format: array(red, green, blue). Default value: default color (empty array).
        $r  
      -

      -
      [ Top ]
      -
      -
      - -

      method removeSHY [line 5012]

      -
      -
      -
      - string removeSHY( -[string -$txt = '']) -
      -

      - - Removes SHY characters from text.

      Unicode Data:

      • Name : SOFT HYPHEN, commonly abbreviated as SHY
      • HTML Entity (decimal): &amp;#173;
      • HTML Entity (hex): &amp;#xad;
      • HTML Entity (named): &amp;shy;
      • How to type in Microsoft Windows: [Alt +00AD] or [Alt 0173]
      • UTF-8 (hex): 0xC2 0xAD (c2ad)
      • UTF-8 character: chr(194).chr(173)




      -

      Tags:

      -
      - - - - - - - - - - -
      return:  without SHY characters.
      since:  (4.5.019) 2009-02-28
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $txt  input string
      -

      -
      [ Top ]
      -
      -
      - -

      method replaceBuffer [line 20979]

      -
      -
      -
      - void replaceBuffer( -string -$data) -
      -

      - - Replace the buffer content



      -

      Tags:

      -
      - - - - - - - -
      since:  5.5.000 (2010-06-22)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $data  data
      -

      -
      [ Top ]
      -
      -
      - -

      method revstrpos [line 21885]

      -
      -
      -
      - Returns revstrpos( -string -$haystack, string -$needle, [int -$offset = 0]) -
      -

      - - Find position of last occurrence of a substring in a string



      -

      Tags:

      -
      - - - - - - - - - - -
      return:  the position where the needle exists. Returns FALSE if the needle was not found.
      since:  4.8.038 (2010-03-13)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      string  $haystack  The string to search in.
      string  $needle  substring to search.
      int  $offset  May be specified to begin searching an arbitrary number of characters into the string.
      -

      -
      [ Top ]
      -
      -
      - -

      method rfread [line 7207]

      -
      -
      -
      - Returns rfread( -resource -$handle, int -$length) -
      -

      - - Binary-safe and URL-safe file read.

      Reads up to length bytes from the file pointer referenced by handle. Reading stops as soon as one of the following conditions is met: length bytes have been read; EOF (end of file) is reached.




      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  the read string or FALSE in case of error.
      author:  Nicola Asuni
      since:  4.5.027 (2009-03-16)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      resource  $handle  
      int  $length  
      -

      -
      [ Top ]
      -
      -
      - -

      method rollbackTransaction [line 21832]

      -
      -
      -
      - TCPDF rollbackTransaction( -[boolean -$self = false]) -
      -

      - - This method allows to undo the latest transaction by returning the latest saved TCPDF object with startTransaction().



      -

      Tags:

      -
      - - - - - - - - - - -
      return:  object.
      since:  4.5.029 (2009-03-19)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      boolean  $self  if true restores current class object to previous state without the need of reassignment via the returned value.
      -

      -
      [ Top ]
      -
      -
      - -

      method Rotate [line 11792]

      -
      -
      -
      - void Rotate( -float -$angle, [int -$x = ''], [int -$y = '']) -
      -

      - - Rotate object.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::StartTransform(), TCPDF::StopTransform()
      since:  2.1.000 (2008-01-07)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      float  $angle  angle in degrees for counter-clockwise rotation
      int  $x  abscissa of the rotation center. Default is current x position
      int  $y  ordinate of the rotation center. Default is current y position
      -

      -
      [ Top ]
      -
      -
      - -

      method RoundedRect [line 12599]

      -
      -
      -
      - void RoundedRect( -float -$x, float -$y, float -$w, float -$h, float -$r, [string -$round_corner = '1111'], [string -$style = ''], [array -$border_style = array()], [array -$fill_color = array()]) -
      -

      - - Draws a rounded rectangle.



      -

      Tags:

      -
      - - - - - - - -
      since:  2.1.000 (2008-01-08)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      float  $x  Abscissa of upper-left corner.
      float  $y  Ordinate of upper-left corner.
      float  $w  Width.
      float  $h  Height.
      float  $r  the radius of the circle used to round off the corners of the rectangle.
      string  $round_corner  Draws rounded corner or not. String with a 0 (not rounded i-corner) or 1 (rounded i-corner) in i-position. Positions are, in order and begin to 0: top left, top right, bottom right and bottom left. Default value: all rounded corner ("1111").
      string  $style  Style of rendering. See the getPathPaintOperator() function for more information.
      array  $border_style  Border style of rectangle. Array like for SetLineStyle. Default value: default line style (empty array).
      array  $fill_color  Fill color. Format: array(GREY) or array(R,G,B) or array(C,M,Y,K). Default value: default color (empty array).
      -

      -
      [ Top ]
      -
      -
      - -

      method RoundedRectXY [line 12618]

      -
      -
      -
      - void RoundedRectXY( -float -$x, float -$y, float -$w, float -$h, float -$rx, float -$ry, [string -$round_corner = '1111'], [string -$style = ''], [array -$border_style = array()], [array -$fill_color = array()]) -
      -

      - - Draws a rounded rectangle.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.9.019 (2010-04-22)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      float  $x  Abscissa of upper-left corner.
      float  $y  Ordinate of upper-left corner.
      float  $w  Width.
      float  $h  Height.
      float  $rx  the x-axis radius of the ellipse used to round off the corners of the rectangle.
      float  $ry  the y-axis radius of the ellipse used to round off the corners of the rectangle.
      string  $round_corner  Draws rounded corner or not. String with a 0 (not rounded i-corner) or 1 (rounded i-corner) in i-position. Positions are, in order and begin to 0: top left, top right, bottom right and bottom left. Default value: all rounded corner ("1111").
      string  $style  Style of rendering. See the getPathPaintOperator() function for more information.
      array  $border_style  Border style of rectangle. Array like for SetLineStyle. Default value: default line style (empty array).
      array  $fill_color  Fill color. Format: array(GREY) or array(R,G,B) or array(C,M,Y,K). Default value: default color (empty array).
      -

      -
      [ Top ]
      -
      -
      - -

      method Scale [line 11666]

      -
      -
      -
      - void Scale( -float -$s_x, float -$s_y, [int -$x = ''], [int -$y = '']) -
      -

      - - Vertical and horizontal non-proportional Scaling.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::StartTransform(), TCPDF::StopTransform()
      since:  2.1.000 (2008-01-07)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - -
      float  $s_x  scaling factor for width as percent. 0 is not allowed.
      float  $s_y  scaling factor for height as percent. 0 is not allowed.
      int  $x  abscissa of the scaling center. Default is current x position
      int  $y  ordinate of the scaling center. Default is current y position
      -

      -
      [ Top ]
      -
      -
      - -

      method ScaleX [line 11626]

      -
      -
      -
      - void ScaleX( -float -$s_x, [int -$x = ''], [int -$y = '']) -
      -

      - - Horizontal Scaling.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::StartTransform(), TCPDF::StopTransform()
      since:  2.1.000 (2008-01-07)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      float  $s_x  scaling factor for width as percent. 0 is not allowed.
      int  $x  abscissa of the scaling center. Default is current x position
      int  $y  ordinate of the scaling center. Default is current y position
      -

      -
      [ Top ]
      -
      -
      - -

      method ScaleXY [line 11652]

      -
      -
      -
      - void ScaleXY( -float -$s, [int -$x = ''], [int -$y = '']) -
      -

      - - Vertical and horizontal proportional Scaling.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::StartTransform(), TCPDF::StopTransform()
      since:  2.1.000 (2008-01-07)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      float  $s  scaling factor for width and height as percent. 0 is not allowed.
      int  $x  abscissa of the scaling center. Default is current x position
      int  $y  ordinate of the scaling center. Default is current y position
      -

      -
      [ Top ]
      -
      -
      - -

      method ScaleY [line 11639]

      -
      -
      -
      - void ScaleY( -float -$s_y, [int -$x = ''], [int -$y = '']) -
      -

      - - Vertical Scaling.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::StartTransform(), TCPDF::StopTransform()
      since:  2.1.000 (2008-01-07)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      float  $s_y  scaling factor for height as percent. 0 is not allowed.
      int  $x  abscissa of the scaling center. Default is current x position
      int  $y  ordinate of the scaling center. Default is current y position
      -

      -
      [ Top ]
      -
      -
      - -

      method segSVGContentHandler [line 24239]

      -
      -
      -
      - void segSVGContentHandler( -resource -$parser, string -$data) -
      -

      - - Sets the character data handler function for the XML parser.



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  5.0.000 (2010-05-02)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      resource  $parser  The first parameter, parser, is a reference to the XML parser calling the handler.
      string  $data  The second parameter, data, contains the character data as a string.
      -

      -
      [ Top ]
      -
      -
      - -

      method selectColumn [line 21948]

      -
      -
      -
      - void selectColumn( -[int -$col = '']) -
      -

      - - Set position at a given column



      -

      Tags:

      -
      - - - - - - - -
      since:  4.9.001 (2010-03-28)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $col  column number (from 0 to getNumberOfColumns()-1); empty string = current column.
      -

      -
      [ Top ]
      -
      -
      - -

      method serializeTCPDFtagParameters [line 22044]

      -
      -
      -
      - sting serializeTCPDFtagParameters( -array -$pararray) -
      -

      - - Serialize an array of parameters to be used with TCPDF tag in HTML code.



      -

      Tags:

      -
      - - - - - - - - - - -
      return:  containing serialized data
      since:  4.9.006 (2010-04-02)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      array  $pararray  parameters array
      -

      -
      [ Top ]
      -
      -
      - -

      method setAlpha [line 14941]

      -
      -
      -
      - void setAlpha( -float -$alpha, [string -$bm = 'Normal']) -
      -

      - - Set alpha for stroking (CA) and non-stroking (ca) operations.



      -

      Tags:

      -
      - - - - - - - -
      since:  3.0.000 (2008-03-27)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      float  $alpha  real value from 0 (transparent) to 1 (opaque)
      string  $bm  blend mode, one of the following: Normal, Multiply, Screen, Overlay, Darken, Lighten, ColorDodge, ColorBurn, HardLight, SoftLight, Difference, Exclusion, Hue, Saturation, Color, Luminosity
      -

      -
      [ Top ]
      -
      -
      - -

      method SetAuthor [line 3322]

      -
      -
      -
      - void SetAuthor( -string -$author) -
      -

      - - Defines the author of the document.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::SetCreator(), TCPDF::SetKeywords(), TCPDF::SetSubject(), TCPDF::SetTitle()
      since:  1.2
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $author  The name of the author.
      -

      -
      [ Top ]
      -
      -
      - -

      method SetAutoPageBreak [line 3189]

      -
      -
      -
      - void SetAutoPageBreak( -boolean -$auto, [float -$margin = 0]) -
      -

      - - Enables or disables the automatic page breaking mode. When enabling, the second parameter is the distance from the bottom of the page that defines the triggering limit. By default, the mode is on and the margin is 2 cm.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::Cell(), TCPDF::MultiCell(), TCPDF::AcceptPageBreak()
      since:  1.0
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      boolean  $auto  Boolean indicating if mode should be on or off.
      float  $margin  Distance from the bottom of the page.
      -

      -
      [ Top ]
      -
      -
      - -

      method setBarcode [line 15978]

      -
      -
      -
      - void setBarcode( -[string -$bc = '']) -
      -

      - - Set document barcode.



      -

      Tags:

      -
      - - - - -
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $bc  barcode
      -

      -
      [ Top ]
      -
      -
      - -

      method SetBooklet [line 20419]

      -
      -
      -
      - void SetBooklet( -[boolean -$booklet = true], [float -$inner = -1], [float -$outer = -1]) -
      -

      - - Set the booklet mode for double-sided pages.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.2.000 (2008-10-29)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      boolean  $booklet  true set the booklet mode on, false otherwise.
      float  $inner  Inner page margin.
      float  $outer  Outer page margin.
      -

      -
      [ Top ]
      -
      -
      - -

      method setBuffer [line 20961]

      -
      -
      -
      - void setBuffer( -string -$data) -
      -

      - - Set buffer content (always append data).



      -

      Tags:

      -
      - - - - - - - -
      since:  4.5.000 (2009-01-02)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $data  data
      -

      -
      [ Top ]
      -
      -
      - -

      method setCellHeightRatio [line 14975]

      -
      -
      -
      - void setCellHeightRatio( -int -$h) -
      -

      - - Set the height of the cell (line height) respect the font height.



      -

      Tags:

      -
      - - - - - - - -
      since:  3.0.014 (2008-06-04)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $h  cell proportion respect font height (typical value = 1.25).
      -

      -
      [ Top ]
      -
      -
      - -

      method SetCellPadding [line 3177]

      -
      -
      -
      - void SetCellPadding( -float -$pad) -
      -

      - - Set the internal Cell padding.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::Cell(), TCPDF::SetLeftMargin(), TCPDF::SetTopMargin(), TCPDF::SetAutoPageBreak(), TCPDF::SetMargins()
      since:  2.1.000 (2008-01-09)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      float  $pad  internal padding.
      -

      -
      [ Top ]
      -
      -
      - -

      method setColumnsArray [line 21935]

      -
      -
      -
      - void setColumnsArray( -array -$columns) -
      -

      - - Set columns array.

      Each column is represented by and array with the following keys: (w = width, s = space between columns, y = column top position).




      -

      Tags:

      -
      - - - - - - - -
      since:  4.9.001 (2010-03-28)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      array  $columns  
      -

      -
      [ Top ]
      -
      -
      - -

      method SetCompression [line 3282]

      -
      -
      -
      - void SetCompression( -boolean -$compress) -
      -

      - - Activates or deactivates page compression. When activated, the internal representation of each page is compressed, which leads to a compression ratio of about 2 for the resulting document. Compression is on by default.

      Note: the Zlib extension is required for this feature. If not present, compression will be turned off.




      -

      Tags:

      -
      - - - - - - - -
      since:  1.4
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      boolean  $compress  Boolean indicating if compression must be enabled.
      -

      -
      [ Top ]
      -
      -
      - -

      method setContentMark [line 3643]

      -
      -
      -
      - void setContentMark( -[int -$page = 0]) -
      -

      - - Set start-writing mark on selected page.

      Borders and fills are always created after content and inserted on the position marked by this method.




      -

      Tags:

      -
      - - - - - - - -
      since:  4.6.021 (2009-07-20)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $page  page number (default is the current page)
      -

      -
      [ Top ]
      -
      -
      - -

      method SetCreator [line 3346]

      -
      -
      -
      - void SetCreator( -string -$creator) -
      -

      - - Defines the creator of the document. This is typically the name of the application that generates the PDF.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::SetAuthor(), TCPDF::SetKeywords(), TCPDF::SetSubject(), TCPDF::SetTitle()
      since:  1.2
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $creator  The name of the creator.
      -

      -
      [ Top ]
      -
      -
      - -

      method SetDefaultMonospacedFont [line 4717]

      -
      -
      -
      - void SetDefaultMonospacedFont( -string -$font) -
      -

      - - Defines the default monospaced font.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.5.025
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $font  Font name.
      -

      -
      [ Top ]
      -
      -
      - -

      method setDefaultTableColumns [line 14965]

      -
      -
      -
      - void setDefaultTableColumns( -[int -$cols = 4]) -
      -

      - - Set the default number of columns in a row for HTML tables.



      -

      Tags:

      -
      - - - - - - - -
      since:  3.0.014 (2008-06-04)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $cols  number of columns
      -

      -
      [ Top ]
      -
      -
      - -

      method SetDisplayMode [line 3204]

      -
      -
      -
      - void SetDisplayMode( -mixed -$zoom, [string -$layout = 'SinglePage'], [string -$mode = 'UseNone']) -
      -

      - - Defines the way the document is to be displayed by the viewer.



      -

      Tags:

      -
      - - - - - - - -
      since:  1.2
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      mixed  $zoom  The zoom to use. It can be one of the following string values or a number indicating the zooming factor to use.
      • fullpage: displays the entire page on screen
      • fullwidth: uses maximum width of window
      • real: uses real size (equivalent to 100% zoom)
      • default: uses viewer default mode
      string  $layout  The page layout. Possible values are:
      • SinglePage Display one page at a time
      • OneColumn Display the pages in one column
      • TwoColumnLeft Display the pages in two columns, with odd-numbered pages on the left
      • TwoColumnRight Display the pages in two columns, with odd-numbered pages on the right
      • TwoPageLeft (PDF 1.5) Display the pages two at a time, with odd-numbered pages on the left
      • TwoPageRight (PDF 1.5) Display the pages two at a time, with odd-numbered pages on the right
      string  $mode  A name object specifying how the document should be displayed when opened:
      • UseNone Neither document outline nor thumbnail images visible
      • UseOutlines Document outline visible
      • UseThumbs Thumbnail images visible
      • FullScreen Full-screen mode, with no menu bar, window controls, or any other window visible
      • UseOC (PDF 1.5) Optional content group panel visible
      • UseAttachments (PDF 1.6) Attachments panel visible
      -

      -
      [ Top ]
      -
      -
      - -

      method SetDrawColor [line 4044]

      -
      -
      -
      - string SetDrawColor( -[int -$col1 = 0], [int -$col2 = -1], [int -$col3 = -1], [int -$col4 = -1], [boolean -$ret = false]) -
      -

      - - Defines the color used for all drawing operations (lines, rectangles and cell borders). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  the PDF command
      see:  TCPDF::SetDrawColorArray(), TCPDF::SetFillColor(), TCPDF::SetTextColor(), TCPDF::Line(), TCPDF::Rect(), TCPDF::Cell(), TCPDF::MultiCell()
      since:  1.3
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      int  $col1  Gray level for single color, or Red color for RGB, or Cyan color for CMYK. Value between 0 and 255
      int  $col2  Green color for RGB, or Magenta color for CMYK. Value between 0 and 255
      int  $col3  Blue color for RGB, or Yellow color for CMYK. Value between 0 and 255
      int  $col4  Key (Black) color for CMYK. Value between 0 and 255
      boolean  $ret  if true do not send the command.
      -

      -
      [ Top ]
      -
      -
      - -

      method SetDrawColorArray [line 4018]

      -
      -
      -
      - string SetDrawColorArray( -array -$color, [boolean -$ret = false]) -
      -

      - - Defines the color used for all drawing operations (lines, rectangles and cell borders).

      It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.




      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  the PDF command
      see:  TCPDF::SetDrawColor()
      since:  3.1.000 (2008-06-11)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      array  $color  array of colors
      boolean  $ret  if true do not send the command.
      -

      -
      [ Top ]
      -
      -
      - -

      method SetDrawSpotColor [line 4089]

      -
      -
      -
      - void SetDrawSpotColor( -string -$name, [int -$tint = 100]) -
      -

      - - Defines the spot color used for all drawing operations (lines, rectangles and cell borders).



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::AddSpotColor(), TCPDF::SetFillSpotColor(), TCPDF::SetTextSpotColor()
      since:  4.0.024 (2008-09-12)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $name  name of the spot color
      int  $tint  the intensity of the color (from 0 to 100 ; 100 = full intensity by default).
      -

      -
      [ Top ]
      -
      -
      - -

      method setEqualColumns [line 21902]

      -
      -
      -
      - void setEqualColumns( -[int -$numcols = 0], [int -$width = 0], [int -$y = '']) -
      -

      - - Set multiple columns of the same size



      -

      Tags:

      -
      - - - - - - - -
      since:  4.9.001 (2010-03-28)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      int  $numcols  number of columns (set to zero to disable columns mode)
      int  $width  column width
      int  $y  column starting Y position (leave empty for current Y position)
      -

      -
      [ Top ]
      -
      -
      - -

      method setExtGState [line 14907]

      -
      -
      -
      - void setExtGState( -array -$gs) -
      -

      - - Add an extgstate



      -

      Tags:

      -
      - - - - - - - -
      since:  3.0.000 (2008-03-27)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      array  $gs  extgstate
      -

      -
      [ Top ]
      -
      -
      - -

      method SetFillColor [line 4131]

      -
      -
      -
      - void SetFillColor( -[int -$col1 = 0], [int -$col2 = -1], [int -$col3 = -1], [int -$col4 = -1]) -
      -

      - - Defines the color used for all filling operations (filled rectangles and cell backgrounds). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.



      -

      Tags:

      - -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - -
      int  $col1  Gray level for single color, or Red color for RGB, or Cyan color for CMYK. Value between 0 and 255
      int  $col2  Green color for RGB, or Magenta color for CMYK. Value between 0 and 255
      int  $col3  Blue color for RGB, or Yellow color for CMYK. Value between 0 and 255
      int  $col4  Key (Black) color for CMYK. Value between 0 and 255
      -

      -
      [ Top ]
      -
      -
      - -

      method SetFillColorArray [line 4108]

      -
      -
      -
      - void SetFillColorArray( -array -$color) -
      -

      - - Defines the color used for all filling operations (filled rectangles and cell backgrounds).

      It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.




      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::SetFillColor()
      since:  3.1.000 (2008-6-11)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      array  $color  array of colors
      -

      -
      [ Top ]
      -
      -
      - -

      method SetFillSpotColor [line 4173]

      -
      -
      -
      - void SetFillSpotColor( -string -$name, [int -$tint = 100]) -
      -

      - - Defines the spot color used for all filling operations (filled rectangles and cell backgrounds).



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::AddSpotColor(), TCPDF::SetDrawSpotColor(), TCPDF::SetTextSpotColor()
      since:  4.0.024 (2008-09-12)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $name  name of the spot color
      int  $tint  the intensity of the color (from 0 to 100 ; 100 = full intensity by default).
      -

      -
      [ Top ]
      -
      -
      - -

      method SetFont [line 4625]

      -
      -
      -
      - void SetFont( -string -$family, [string -$style = ''], [float -$size = 0], [string -$fontfile = ''], [mixed -$subset = 'default']) -
      -

      - - Sets the font used to print character strings.

      The font can be either a standard one or a font added via the AddFont() method. Standard fonts use Windows encoding cp1252 (Western Europe). The method can be called before the first page is created and the font is retained from page to page. If you just wish to change the current font size, it is simpler to call SetFontSize(). Note: for the standard fonts, the font metric files must be accessible. There are three possibilities for this:

      • They are in the current directory (the one where the running script lies)
      • They are in one of the directories defined by the include_path parameter
      • They are in the directory defined by the K_PATH_FONTS constant




      -

      Tags:

      -
      - - - - - - - - - - - - - -
      author:  Nicola Asuni
      see:  TCPDF::AddFont(), TCPDF::SetFontSize()
      since:  1.0
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      string  $family  Family font. It can be either a name defined by AddFont() or one of the standard Type1 families (case insensitive):
      • times (Times-Roman)
      • timesb (Times-Bold)
      • timesi (Times-Italic)
      • timesbi (Times-BoldItalic)
      • helvetica (Helvetica)
      • helveticab (Helvetica-Bold)
      • helveticai (Helvetica-Oblique)
      • helveticabi (Helvetica-BoldOblique)
      • courier (Courier)
      • courierb (Courier-Bold)
      • courieri (Courier-Oblique)
      • courierbi (Courier-BoldOblique)
      • symbol (Symbol)
      • zapfdingbats (ZapfDingbats)
      It is also possible to pass an empty string. In that case, the current family is retained.
      string  $style  Font style. Possible values are (case insensitive):
      • empty string: regular
      • B: bold
      • I: italic
      • U: underline
      • D: line trough
      • O: overline
      or any combination. The default value is regular. Bold and italic styles do not apply to Symbol and ZapfDingbats basic fonts or other fonts when not defined.
      float  $size  Font size in points. The default value is the current size. If no size has been specified since the beginning of the document, the value taken is 12
      string  $fontfile  The font definition file. By default, the name is built from the family and style, in lower case with no spaces.
      mixed  $subset  if true embedd only a subset of the font (stores only the information related to the used characters); if false embedd full font; if 'default' uses the default value set using setFontSubsetting(). This option is valid only for TrueTypeUnicode fonts. If you want to enable users to change the document, set this parameter to false. If you subset the font, the person who receives your PDF would need to have your same font in order to make changes to your PDF. The file size of the PDF would also be smaller because you are embedding only part of a font.
      -

      -
      [ Top ]
      -
      -
      - -

      method setFontBuffer [line 21115]

      -
      -
      -
      - void setFontBuffer( -string -$font, array -$data) -
      -

      - - Set font buffer content.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.5.000 (2009-01-02)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $font  font key
      array  $data  font data
      -

      -
      [ Top ]
      -
      -
      - -

      method SetFontSize [line 4646]

      -
      -
      -
      - void SetFontSize( -float -$size, [boolean -$out = true]) -
      -

      - - Defines the size of the current font.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::SetFont()
      since:  1.0
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      float  $size  The size (in points)
      boolean  $out  if true output the font size command, otherwise only set the font properties.
      -

      -
      [ Top ]
      -
      -
      - -

      method setFontSubBuffer [line 21141]

      -
      -
      -
      - void setFontSubBuffer( -string -$font, string -$key, array -$data) -
      -

      - - Set font buffer content.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.5.000 (2009-01-02)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      string  $font  font key
      string  $key  font sub-key
      array  $data  font data
      -

      -
      [ Top ]
      -
      -
      - -

      method setFontSubsetting [line 22378]

      -
      -
      -
      - void setFontSubsetting( -[boolean -$enable = true]) -
      -

      - - Enable or disable default option for font subsetting.



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  5.3.002 (2010-06-07)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      boolean  $enable  if true enable font subsetting by default.
      -

      -
      [ Top ]
      -
      -
      - -

      method setFooter [line 3891]

      -
      -
      -
      - void setFooter( -) -
      -

      - - This method is used to render the page footer.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.0.012 (2008-07-24)
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method setFooterFont [line 10858]

      -
      -
      -
      - void setFooterFont( -array -$font) -
      -

      - - Set footer font.



      -

      Tags:

      -
      - - - - - - - -
      since:  1.1
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      array  $font  font
      -

      -
      [ Top ]
      -
      -
      - -

      method setFooterMargin [line 3711]

      -
      -
      -
      - void setFooterMargin( -[int -$fm = 10]) -
      -

      - - Set footer margin.

      (minimum distance between footer and bottom page margin)




      -

      Tags:

      -
      - - - - -
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $fm  distance in user units
      -

      -
      [ Top ]
      -
      -
      - -

      method setFormDefaultProp [line 13970]

      -
      -
      -
      - void setFormDefaultProp( -[array -$prop = array()]) -
      -

      - - Set default properties for form fields.



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  4.8.000 (2009-09-06)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      array  $prop  javascript field properties. Possible values are described on official Javascript for Acrobat API reference.
      -

      -
      [ Top ]
      -
      -
      - -

      method setGraphicVars [line 20851]

      -
      -
      -
      - void setGraphicVars( -array -$gvars, [boolean -$extended = false]) -
      -

      - - Set graphic variables.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.2.010 (2008-11-14)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      array  $gvars  array of graphic variablesto restore
      boolean  $extended  if true restore extended graphic variables
      -

      -
      [ Top ]
      -
      -
      - -

      method setHeader [line 3854]

      -
      -
      -
      - void setHeader( -) -
      -

      - - This method is used to render the page header.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.0.012 (2008-07-24)
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method setHeaderData [line 3662]

      -
      -
      -
      - void setHeaderData( -[string -$ln = ''], [string -$lw = 0], [string -$ht = ''], [string -$hs = '']) -
      -

      - - Set header data.



      -

      Tags:

      -
      - - - - -
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - -
      string  $ln  header image logo
      string  $lw  header image logo width in mm
      string  $ht  string to print as title on document header
      string  $hs  string to print on document header
      -

      -
      [ Top ]
      -
      -
      - -

      method setHeaderFont [line 10838]

      -
      -
      -
      - void setHeaderFont( -array -$font) -
      -

      - - Set header font.



      -

      Tags:

      -
      - - - - - - - -
      since:  1.1
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      array  $font  font
      -

      -
      [ Top ]
      -
      -
      - -

      method setHeaderMargin [line 3691]

      -
      -
      -
      - void setHeaderMargin( -[int -$hm = 10]) -
      -

      - - Set header margin.

      (minimum distance between header and top page margin)




      -

      Tags:

      -
      - - - - -
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $hm  distance in user units
      -

      -
      [ Top ]
      -
      -
      - -

      method setHtmlLinksStyle [line 20490]

      -
      -
      -
      - void setHtmlLinksStyle( -[array -$color = array(0,0,255)], [string -$fontstyle = 'U']) -
      -

      - - Set the color and font style for HTML links.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.4.003 (2008-12-09)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      array  $color  RGB array of colors
      string  $fontstyle  additional font styles to add
      -

      -
      [ Top ]
      -
      -
      - -

      method setHtmlVSpace [line 20459]

      -
      -
      -
      - void setHtmlVSpace( -array -$tagvs) -
      -

      - - Set the vertical spaces for HTML tags.

      The array must have the following structure (example): $tagvs = array('h1' => array(0 => array('h' => '', 'n' => 2), 1 => array('h' => 1.3, 'n' => 1))); The first array level contains the tag names, the second level contains 0 for opening tags or 1 for closing tags, the third level contains the vertical space unit (h) and the number spaces to add (n). If the h parameter is not specified, default values are used.




      -

      Tags:

      -
      - - - - - - - -
      since:  4.2.001 (2008-10-30)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      array  $tagvs  array of tags and relative vertical spaces.
      -

      -
      [ Top ]
      -
      -
      - -

      method setImageBuffer [line 21056]

      -
      -
      -
      - void setImageBuffer( -string -$image, array -$data) -
      -

      - - Set image buffer content.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.5.000 (2008-12-31)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $image  image key
      array  $data  image data
      -

      -
      [ Top ]
      -
      -
      - -

      method setImageScale [line 3011]

      -
      -
      -
      - void setImageScale( -float -$scale) -
      -

      - - Set the adjusting factor to convert pixels to user units.



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  1.5.2
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      float  $scale  adjusting factor to convert pixels to user units.
      -

      -
      [ Top ]
      -
      -
      - -

      method setImageSubBuffer [line 21079]

      -
      -
      -
      - void setImageSubBuffer( -string -$image, string -$key, array -$data) -
      -

      - - Set image buffer content for a specified sub-key.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.5.000 (2008-12-31)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      string  $image  image key
      string  $key  image sub-key
      array  $data  image data
      -

      -
      [ Top ]
      -
      -
      - -

      method setJPEGQuality [line 14952]

      -
      -
      -
      - void setJPEGQuality( -int -$quality) -
      -

      - - Set the default JPEG compression quality (1-100)



      -

      Tags:

      -
      - - - - - - - -
      since:  3.0.000 (2008-03-27)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $quality  JPEG quality, integer between 1 and 100
      -

      -
      [ Top ]
      -
      -
      - -

      method SetKeywords [line 3334]

      -
      -
      -
      - void SetKeywords( -string -$keywords) -
      -

      - - Associates keywords with the document, generally in the form 'keyword1 keyword2 ...'.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::SetAuthor(), TCPDF::SetCreator(), TCPDF::SetSubject(), TCPDF::SetTitle()
      since:  1.2
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $keywords  The list of keywords.
      -

      -
      [ Top ]
      -
      -
      - -

      method setLanguageArray [line 10878]

      -
      -
      -
      - void setLanguageArray( -array -$language) -
      -

      - - Set language array.



      -

      Tags:

      -
      - - - - - - - -
      since:  1.1
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      array  $language  
      -

      -
      [ Top ]
      -
      -
      - -

      method setLastH [line 2990]

      -
      -
      -
      - void setLastH( -float -$h) -
      -

      - - Set the last cell height.



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  1.53.0.TC034
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      float  $h  cell height.
      -

      -
      [ Top ]
      -
      -
      - -

      method SetLeftMargin [line 3133]

      -
      -
      -
      - void SetLeftMargin( -float -$margin) -
      -

      - - Defines the left margin. The method can be called before creating the first page. If the current abscissa gets out of page, it is brought back to the margin.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::SetTopMargin(), TCPDF::SetRightMargin(), TCPDF::SetAutoPageBreak(), TCPDF::SetMargins()
      since:  1.4
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      float  $margin  The margin.
      -

      -
      [ Top ]
      -
      -
      - -

      method SetLineStyle [line 11946]

      -
      -
      -
      - string SetLineStyle( -array -$style, [boolean -$ret = false]) -
      -

      - - Set line style.



      -

      Tags:

      -
      - - - - - - - - - - -
      return:  the PDF command
      since:  2.1.000 (2008-01-08)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      array  $style  Line style. Array with keys among the following:
      • width (float): Width of the line in user units.
      • cap (string): Type of cap to put on the line. Possible values are: - butt, round, square. The difference between "square" and "butt" is that - "square" projects a flat end past the end of the line.
      • join (string): Type of join. Possible values are: miter, round, - bevel.
      • dash (mixed): Dash pattern. Is 0 (without dash) or string with - series of length values, which are the lengths of the on and off dashes. - For example: "2" represents 2 on, 2 off, 2 on, 2 off, ...; "2,1" is 2 on, - 1 off, 2 on, 1 off, ...
      • phase (integer): Modifier on the dash pattern which is used to shift - the point at which the pattern starts.
      • color (array): Draw color. Format: array(GREY) or array(R,G,B) or array(C,M,Y,K).
      boolean  $ret  if true do not send the command.
      -

      -
      [ Top ]
      -
      -
      - -

      method SetLineWidth [line 11903]

      -
      -
      -
      - void SetLineWidth( -float -$width) -
      -

      - - Defines the line width. By default, the value equals 0.2 mm. The method can be called before the first page is created and the value is retained from page to page.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::Line(), TCPDF::Rect(), TCPDF::Cell(), TCPDF::MultiCell()
      since:  1.0
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      float  $width  The width.
      -

      -
      [ Top ]
      -
      -
      - -

      method SetLink [line 4744]

      -
      -
      -
      - void SetLink( -int -$link, [float -$y = 0], [int -$page = -1]) -
      -

      - - Defines the page and position a link points to.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::AddLink()
      since:  1.5
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      int  $link  The link identifier returned by AddLink()
      float  $y  Ordinate of target position; -1 indicates the current position. The default value is 0 (top of page)
      int  $page  Number of target page; -1 indicates the current page. This is the default value
      -

      -
      [ Top ]
      -
      -
      - -

      method setListIndentWidth [line 20469]

      -
      -
      -
      - void setListIndentWidth( -float -$width) -
      -

      - - Set custom width for list indentation.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.2.007 (2008-11-12)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      float  $width  width of the indentation. Use negative value to disable it.
      -

      -
      [ Top ]
      -
      -
      - -

      method setLIsymbol [line 20380]

      -
      -
      -
      - void setLIsymbol( -[string -$symbol = '!']) -
      -

      - - Set the default bullet to be used as LI bullet symbol



      -

      Tags:

      -
      - - - - - - - -
      since:  4.0.028 (2008-09-26)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $symbol  character or string to be used (legal values are: '' = automatic, '!' = auto bullet, '#' = auto numbering, 'disc', 'disc', 'circle', 'square', '1', 'decimal', 'decimal-leading-zero', 'i', 'lower-roman', 'I', 'upper-roman', 'a', 'lower-alpha', 'lower-latin', 'A', 'upper-alpha', 'upper-latin', 'lower-greek')
      -

      -
      [ Top ]
      -
      -
      - -

      method SetMargins [line 3111]

      -
      -
      -
      - void SetMargins( -float -$left, float -$top, [float -$right = -1], [boolean -$keepmargins = false]) -
      -

      - - Defines the left, top and right margins.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::SetLeftMargin(), TCPDF::SetTopMargin(), TCPDF::SetRightMargin(), TCPDF::SetAutoPageBreak()
      since:  1.0
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - -
      float  $left  Left margin.
      float  $top  Top margin.
      float  $right  Right margin. Default value is the left one.
      boolean  $keepmargins  if true overwrites the default page margins
      -

      -
      [ Top ]
      -
      -
      - -

      method setOpenCell [line 20479]

      -
      -
      -
      - void setOpenCell( -boolean -$isopen) -
      -

      - - Set the top/bottom cell sides to be open or closed when the cell cross the page.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.2.010 (2008-11-14)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      boolean  $isopen  if true keeps the top/bottom border open for the cell sides that cross the page.
      -

      -
      [ Top ]
      -
      -
      - -

      method setPage [line 3427]

      -
      -
      -
      - void setPage( -int -$pnum, [boolean -$resetmargins = false]) -
      -

      - - Move pointer at the specified document page and update page dimensions.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::getPage(), lastpage(), TCPDF::getNumPages()
      since:  2.1.000 (2008-01-07)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      int  $pnum  page number (1 ... numpages)
      boolean  $resetmargins  if true reset left, right, top margins and Y position.
      -

      -
      [ Top ]
      -
      -
      - -

      method setPageBoxes [line 2740]

      -
      -
      -
      - void setPageBoxes( -int -$page, string -$type, float -$llx, float -$lly, float -$urx, float -$ury, [boolean -$points = false]) -
      -

      - - Set page boundaries.



      -

      Tags:

      -
      - - - - - - - -
      since:  5.0.010 (2010-05-17)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      int  $page  page number
      string  $type  valid values are:
      • 'MediaBox' : the boundaries of the physical medium on which the page shall be displayed or printed;
      • 'CropBox' : the visible region of default user space;
      • 'BleedBox' : the region to which the contents of the page shall be clipped when output in a production environment;
      • 'TrimBox' : the intended dimensions of the finished page after trimming;
      • 'ArtBox' : the page's meaningful content (including potential white space).
      float  $llx  lower-left x coordinate in user units
      float  $lly  lower-left y coordinate in user units
      float  $urx  upper-right x coordinate in user units
      float  $ury  upper-right y coordinate in user units
      boolean  $points  if true uses user units as unit of measure, otherwise uses PDF points
      -

      -
      [ Top ]
      -
      -
      - -

      method setPageBuffer [line 21013]

      -
      -
      -
      - void setPageBuffer( -int -$page, string -$data, [boolean -$append = false]) -
      -

      - - Set page buffer content.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.5.000 (2008-12-31)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      int  $page  page number
      string  $data  page data
      boolean  $append  if true append data, false replace.
      -

      -
      [ Top ]
      -
      -
      - -

      method setPageFormat [line 2622]

      -
      -
      -
      - void setPageFormat( -mixed -$format, [string -$orientation = 'P']) -
      -

      - - Change the format of the current page



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::getPageSizeFromFormat()
      since:  3.0.015 (2008-06-06)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      mixed  $format  The format used for pages. It can be either: one of the string values specified at getPageSizeFromFormat() documentation or an array of two numners (width, height) or an array containing the following measures and options:
      • ['format'] = page format name (one of the above);
      • ['Rotate'] : The number of degrees by which the page shall be rotated clockwise when displayed or printed. The value shall be a multiple of 90.
      • ['PZ'] : The page's preferred zoom (magnification) factor.
      • ['MediaBox'] : the boundaries of the physical medium on which the page shall be displayed or printed:
      • ['MediaBox']['llx'] : lower-left x coordinate in points
      • ['MediaBox']['lly'] : lower-left y coordinate in points
      • ['MediaBox']['urx'] : upper-right x coordinate in points
      • ['MediaBox']['ury'] : upper-right y coordinate in points
      • ['CropBox'] : the visible region of default user space:
      • ['CropBox']['llx'] : lower-left x coordinate in points
      • ['CropBox']['lly'] : lower-left y coordinate in points
      • ['CropBox']['urx'] : upper-right x coordinate in points
      • ['CropBox']['ury'] : upper-right y coordinate in points
      • ['BleedBox'] : the region to which the contents of the page shall be clipped when output in a production environment:
      • ['BleedBox']['llx'] : lower-left x coordinate in points
      • ['BleedBox']['lly'] : lower-left y coordinate in points
      • ['BleedBox']['urx'] : upper-right x coordinate in points
      • ['BleedBox']['ury'] : upper-right y coordinate in points
      • ['TrimBox'] : the intended dimensions of the finished page after trimming:
      • ['TrimBox']['llx'] : lower-left x coordinate in points
      • ['TrimBox']['lly'] : lower-left y coordinate in points
      • ['TrimBox']['urx'] : upper-right x coordinate in points
      • ['TrimBox']['ury'] : upper-right y coordinate in points
      • ['ArtBox'] : the extent of the page's meaningful content:
      • ['ArtBox']['llx'] : lower-left x coordinate in points
      • ['ArtBox']['lly'] : lower-left y coordinate in points
      • ['ArtBox']['urx'] : upper-right x coordinate in points
      • ['ArtBox']['ury'] : upper-right y coordinate in points
      • ['BoxColorInfo'] :specify the colours and other visual characteristics that should be used in displaying guidelines on the screen for each of the possible page boundaries other than the MediaBox:
      • ['BoxColorInfo'][BOXTYPE]['C'] : an array of three numbers in the range 0-255, representing the components in the DeviceRGB colour space.
      • ['BoxColorInfo'][BOXTYPE]['W'] : the guideline width in default user units
      • ['BoxColorInfo'][BOXTYPE]['S'] : the guideline style: S = Solid; D = Dashed
      • ['BoxColorInfo'][BOXTYPE]['D'] : dash array defining a pattern of dashes and gaps to be used in drawing dashed guidelines
      • ['trans'] : the style and duration of the visual transition to use when moving from another page to the given page during a presentation
      • ['trans']['Dur'] : The page's display duration (also called its advance timing): the maximum length of time, in seconds, that the page shall be displayed during presentations before the viewer application shall automatically advance to the next page.
      • ['trans']['S'] : transition style : Split, Blinds, Box, Wipe, Dissolve, Glitter, R, Fly, Push, Cover, Uncover, Fade
      • ['trans']['D'] : The duration of the transition effect, in seconds.
      • ['trans']['Dm'] : (Split and Blinds transition styles only) The dimension in which the specified transition effect shall occur: H = Horizontal, V = Vertical. Default value: H.
      • ['trans']['M'] : (Split, Box and Fly transition styles only) The direction of motion for the specified transition effect: I = Inward from the edges of the page, O = Outward from the center of the pageDefault value: I.
      • ['trans']['Di'] : (Wipe, Glitter, Fly, Cover, Uncover and Push transition styles only) The direction in which the specified transition effect shall moves, expressed in degrees counterclockwise starting from a left-to-right direction. If the value is a number, it shall be one of: 0 = Left to right, 90 = Bottom to top (Wipe only), 180 = Right to left (Wipe only), 270 = Top to bottom, 315 = Top-left to bottom-right (Glitter only). If the value is a name, it shall be None, which is relevant only for the Fly transition when the value of SS is not 1.0. Default value: 0.
      • ['trans']['SS'] : (Fly transition style only) The starting or ending scale at which the changes shall be drawn. If M specifies an inward transition, the scale of the changes drawn shall progress from SS to 1.0 over the course of the transition. If M specifies an outward transition, the scale of the changes drawn shall progress from 1.0 to SS over the course of the transition. Default: 1.0.
      • ['trans']['B'] : (Fly transition style only) If true, the area that shall be flown in is rectangular and opaque. Default: false.
      string  $orientation  page orientation. Possible values are (case insensitive):
      • P or Portrait (default)
      • L or Landscape
      • '' (empty string) for automatic orientation
      -

      -
      [ Top ]
      -
      -
      - -

      method setPageMark [line 3630]

      -
      -
      -
      - void setPageMark( -) -
      -

      - - Set start-writing mark on current page stream used to put borders and fills.

      Borders and fills are always created after content and inserted on the position marked by this method. This function must be called after calling Image() function for a background image. Background images must be always inserted before calling Multicell() or WriteHTMLCell() or WriteHTML() functions.




      -

      Tags:

      -
      - - - - - - - -
      since:  4.0.016 (2008-07-30)
      access:  public
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method setPageOrientation [line 2789]

      -
      -
      -
      - void setPageOrientation( -string -$orientation, [boolean -$autopagebreak = ''], [float -$bottommargin = '']) -
      -

      - - Set page orientation.



      -

      Tags:

      -
      - - - - - - - -
      since:  3.0.015 (2008-06-06)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      string  $orientation  page orientation. Possible values are (case insensitive):
      • P or Portrait (default)
      • L or Landscape
      • '' (empty string) for automatic orientation
      boolean  $autopagebreak  Boolean indicating if auto-page-break mode should be on or off.
      float  $bottommargin  bottom margin of the page.
      -

      -
      [ Top ]
      -
      -
      - -

      method setPageUnit [line 1862]

      -
      -
      -
      - void setPageUnit( -string -$unit) -
      -

      - - Set the units of measure for the document.



      -

      Tags:

      -
      - - - - - - - -
      since:  3.0.015 (2008-06-06)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $unit  User measure unit. Possible values are:
      • pt: point
      • mm: millimeter (default)
      • cm: centimeter
      • in: inch

      A point equals 1/72 of inch, that is to say about 0.35 mm (an inch being 2.54 cm). This is a very common unit in typography; font sizes are expressed in that unit.
      -

      -
      [ Top ]
      -
      -
      - -

      method setPDFVersion [line 14994]

      -
      -
      -
      - void setPDFVersion( -[ -$version = '1.7']) -
      -

      - - Set the PDF version (check PDF reference for valid values).

      Default value is 1.t




      -

      Tags:

      -
      - - - - - - - -
      since:  3.1.000 (2008-06-09)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
        $version  
      -

      -
      [ Top ]
      -
      -
      - -

      method setPrintFooter [line 3738]

      -
      -
      -
      - void setPrintFooter( -[ -$val = true], boolean -$value) -
      -

      - - Set a flag to print page footer.



      -

      Tags:

      -
      - - - - -
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      boolean  $value  set to true to print the page footer (default), false otherwise.
        $val  
      -

      -
      [ Top ]
      -
      -
      - -

      method setPrintHeader [line 3729]

      -
      -
      -
      - void setPrintHeader( -[boolean -$val = true]) -
      -

      - - Set a flag to print page header.



      -

      Tags:

      -
      - - - - -
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      boolean  $val  set to true to print the page header (default), false otherwise.
      -

      -
      [ Top ]
      -
      -
      - -

      method SetProtection [line 11457]

      -
      -
      -
      - void SetProtection( -[Array -$permissions = array('print', 'modify', 'copy', 'annot-forms', 'fill-forms', 'extract', 'assemble', 'print-high')], [String -$user_pass = ''], [String -$owner_pass = null], [int -$mode = 0], [String -$pubkeys = null]) -
      -

      - - Set document protection Remark: the protection against modification is for people who have the full Acrobat product.

      If you don't set any password, the document will open as usual. If you set a user password, the PDF viewer will ask for it before displaying the document. The master password, if different from the user one, can be used to get full access. Note: protecting a document requires to encrypt it, which increases the processing time a lot. This can cause a PHP time-out in some cases, especially if the document contains images or fonts.




      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  2.0.000 (2008-01-02)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Array  $permissions  the set of permissions (specify the ones you want to block):
      • print : Print the document;
      • modify : Modify the contents of the document by operations other than those controlled by 'fill-forms', 'extract' and 'assemble';
      • copy : Copy or otherwise extract text and graphics from the document;
      • annot-forms : Add or modify text annotations, fill in interactive form fields, and, if 'modify' is also set, create or modify interactive form fields (including signature fields);
      • fill-forms : Fill in existing interactive form fields (including signature fields), even if 'annot-forms' is not specified;
      • extract : Extract text and graphics (in support of accessibility to users with disabilities or for other purposes);
      • assemble : Assemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images), even if 'modify' is not set;
      • print-high : Print the document to a representation from which a faithful digital copy of the PDF content could be generated. When this is not set, printing is limited to a low-level representation of the appearance, possibly of degraded quality.
      • owner : (inverted logic - only for public-key) when set permits change of encryption and enables all other permissions.
      String  $user_pass  user password. Empty by default.
      String  $owner_pass  owner password. If not specified, a random value is used.
      int  $mode  encryption strength: 0 = RC4 40 bit; 1 = RC4 128 bit; 2 = AES 128 bit.
      String  $pubkeys  array of recipients containing public-key certificates ('c') and permissions ('p'). For example: array(array('c' => 'file://../tcpdf.crt', 'p' => array('print')))
      -

      -
      [ Top ]
      -
      -
      - -

      method setRasterizeVectorImages [line 22275]

      -
      -
      -
      - void setRasterizeVectorImages( -boolean -$mode) -
      -

      - - Enable/disable rasterization of vector images using ImageMagick library.



      -

      Tags:

      -
      - - - - - - - -
      since:  5.0.000 (2010-04-27)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      boolean  $mode  if true enable rasterization, false otherwise.
      -

      -
      [ Top ]
      -
      -
      - -

      method SetRightMargin [line 3163]

      -
      -
      -
      - void SetRightMargin( -float -$margin) -
      -

      - - Defines the right margin. The method can be called before creating the first page.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::SetLeftMargin(), TCPDF::SetTopMargin(), TCPDF::SetAutoPageBreak(), TCPDF::SetMargins()
      since:  1.5
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      float  $margin  The margin.
      -

      -
      [ Top ]
      -
      -
      - -

      method setRTL [line 2919]

      -
      -
      -
      - void setRTL( -Boolean -$enable, [Boolean -$resetx = true]) -
      -

      - - Enable or disable Right-To-Left language mode



      -

      Tags:

      -
      - - - - - - - -
      since:  2.0.000 (2008-01-03)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      Boolean  $enable  if true enable Right-To-Left language mode.
      Boolean  $resetx  if true reset the X position on direction change.
      -

      -
      [ Top ]
      -
      -
      - -

      method setSignature [line 14631]

      -
      -
      -
      - void setSignature( -[mixed -$signing_cert = ''], [mixed -$private_key = ''], [string -$private_key_password = ''], [string -$extracerts = ''], [int -$cert_type = 2], [array -$info = array()]) -
      -

      - - Enable document signature (requires the OpenSSL Library).

      The digital signature improve document authenticity and integrity and allows o enable extra features on Acrobat Reader. To create self-signed signature: openssl req -x509 -nodes -days 365000 -newkey rsa:1024 -keyout tcpdf.crt -out tcpdf.crt To export crt to p12: openssl pkcs12 -export -in tcpdf.crt -out tcpdf.p12 To convert pfx certificate to pem: openssl pkcs12 -in tcpdf.pfx -out tcpdf.crt -nodes




      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  4.6.005 (2009-04-24)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      mixed  $signing_cert  signing certificate (string or filename prefixed with 'file://')
      mixed  $private_key  private key (string or filename prefixed with 'file://')
      string  $private_key_password  password
      string  $extracerts  specifies the name of a file containing a bunch of extra certificates to include in the signature which can for example be used to help the recipient to verify the certificate that you used.
      int  $cert_type  The access permissions granted for this document. Valid values shall be: 1 = No changes to the document shall be permitted; any change to the document shall invalidate the signature; 2 = Permitted changes shall be filling in forms, instantiating page templates, and signing; other changes shall invalidate the signature; 3 = Permitted changes shall be the same as for 2, as well as annotation creation, deletion, and modification; other changes shall invalidate the signature.
      array  $info  array of option information: Name, Location, Reason, ContactInfo.
      -

      -
      [ Top ]
      -
      -
      - -

      method setSignatureAppearance [line 14667]

      -
      -
      -
      - void setSignatureAppearance( -[float -$x = 0], [float -$y = 0], [float -$w = 0], [float -$h = 0], [int -$page = -1]) -
      -

      - - Set the digital signature appearance (a cliccable rectangle area to get signature properties)



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  5.3.011 (2010-06-17)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      float  $x  Abscissa of the upper-left corner.
      float  $y  Ordinate of the upper-left corner.
      float  $w  Width of the signature area.
      float  $h  Height of the signature area.
      int  $page  option page number (if < 0 the current page is used).
      -

      -
      [ Top ]
      -
      -
      - -

      method setSpacesRE [line 2894]

      -
      -
      -
      - void setSpacesRE( -[string -$re = '/[^\S\xa0]/']) -
      -

      - - Set regular expression to detect withespaces or word separators.

      The pattern delimiter must be the forward-slash character '/'. Some example patterns are:

       Non-Unicode or missing PCRE unicode support: '/[^\S\xa0]/'
      - Unicode and PCRE unicode support: '/[^\S\P{Z}\xa0]/u'
      - Unicode and PCRE unicode support in Chinese mode: '/[^\S\P{Z}\P{Lo}\xa0]/u'
      - if PCRE unicode support is turned ON (\P is the negate class of \p):
      - 	\p{Z} or \p{Separator}: any kind of Unicode whitespace or invisible separator.
      - 	\p{Lo} or \p{Other_Letter}: a Unicode letter or ideograph that does not have lowercase and uppercase variants.
      - 	\p{Lo} is needed for Chinese characters because are packed next to each other without spaces in between.




      -

      Tags:

      -
      - - - - - - - -
      since:  4.6.016 (2009-06-15)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $re  regular expression (leave empty for default).
      -

      -
      [ Top ]
      -
      -
      - -

      method SetSubject [line 3310]

      -
      -
      -
      - void SetSubject( -string -$subject) -
      -

      - - Defines the subject of the document.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::SetAuthor(), TCPDF::SetCreator(), TCPDF::SetKeywords(), TCPDF::SetTitle()
      since:  1.2
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $subject  The subject.
      -

      -
      [ Top ]
      -
      -
      - -

      method setSVGStyles [line 23143]

      -
      -
      -
      - object style setSVGStyles( -array -$svgstyle, array -$prevsvgstyle, [int -$x = 0], [int -$y = 0], [int -$w = 1], [int -$h = 1], [string -$clip_function = ''], [array -$clip_params = array()]) -
      -

      - - Apply the requested SVG styles (*** TO BE COMPLETED ***)



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  5.0.000 (2010-05-02)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      array  $svgstyle  array of SVG styles to apply
      array  $prevsvgstyle  array of previous SVG style
      int  $x  X origin of the bounding box
      int  $y  Y origin of the bounding box
      int  $w  width of the bounding box
      int  $h  height of the bounding box
      string  $clip_function  clip function
      array  $clip_params  array of parameters for clipping function
      -

      -
      [ Top ]
      -
      -
      - -

      method setTableHeader [line 3938]

      -
      -
      -
      - void setTableHeader( -) -
      -

      - - This method is used to render the table header on new page (if any).



      -

      Tags:

      -
      - - - - - - - -
      since:  4.5.030 (2009-03-25)
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method setTempRTL [line 2945]

      -
      -
      -
      - void setTempRTL( -mixed -$mode) -
      -

      - - Force temporary RTL language direction



      -

      Tags:

      -
      - - - - - - - -
      since:  2.1.000 (2008-01-09)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      mixed  $mode  can be false, 'L' for LTR or 'R' for RTL
      -

      -
      [ Top ]
      -
      -
      - -

      method SetTextColor [line 4215]

      -
      -
      -
      - void SetTextColor( -[int -$col1 = 0], [int -$col2 = -1], [int -$col3 = -1], [int -$col4 = -1]) -
      -

      - - Defines the color used for text. It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.



      -

      Tags:

      - -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - -
      int  $col1  Gray level for single color, or Red color for RGB, or Cyan color for CMYK. Value between 0 and 255
      int  $col2  Green color for RGB, or Magenta color for CMYK. Value between 0 and 255
      int  $col3  Blue color for RGB, or Yellow color for CMYK. Value between 0 and 255
      int  $col4  Key (Black) color for CMYK. Value between 0 and 255
      -

      -
      [ Top ]
      -
      -
      - -

      method SetTextColorArray [line 4192]

      -
      -
      -
      - void SetTextColorArray( -array -$color) -
      -

      - - Defines the color used for text. It can be expressed in RGB components or gray scale.

      The method can be called before the first page is created and the value is retained from page to page.




      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::SetFillColor()
      since:  3.1.000 (2008-6-11)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      array  $color  array of colors
      -

      -
      [ Top ]
      -
      -
      - -

      method setTextRenderingMode [line 22056]

      -
      -
      -
      - void setTextRenderingMode( -[int -$stroke = 0], [boolean -$fill = true], [boolean -$clip = false]) -
      -

      - - Set Text rendering mode.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.9.008 (2009-04-02)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      int  $stroke  outline size in user units (0 = disable).
      boolean  $fill  if true fills the text (default).
      boolean  $clip  if true activate clipping mode
      -

      -
      [ Top ]
      -
      -
      - -

      method SetTextSpotColor [line 4254]

      -
      -
      -
      - void SetTextSpotColor( -string -$name, [int -$tint = 100]) -
      -

      - - Defines the spot color used for text.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::AddSpotColor(), TCPDF::SetDrawSpotColor(), TCPDF::SetFillSpotColor()
      since:  4.0.024 (2008-09-12)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $name  name of the spot color
      int  $tint  the intensity of the color (from 0 to 100 ; 100 = full intensity by default).
      -

      -
      [ Top ]
      -
      -
      - -

      method SetTitle [line 3298]

      -
      -
      -
      - void SetTitle( -string -$title) -
      -

      - - Defines the title of the document.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::SetAuthor(), TCPDF::SetCreator(), TCPDF::SetKeywords(), TCPDF::SetSubject()
      since:  1.2
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $title  The title.
      -

      -
      [ Top ]
      -
      -
      - -

      method SetTopMargin [line 3148]

      -
      -
      -
      - void SetTopMargin( -float -$margin) -
      -

      - - Defines the top margin. The method can be called before creating the first page.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::SetLeftMargin(), TCPDF::SetRightMargin(), TCPDF::SetAutoPageBreak(), TCPDF::SetMargins()
      since:  1.5
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      float  $margin  The margin.
      -

      -
      [ Top ]
      -
      -
      - -

      method setUserRights [line 14595]

      -
      -
      -
      - void setUserRights( -[boolean -$enable = true], [string -$document = '/FullSave'], [string -$annots = '/Create/Delete/Modify/Copy/Import/Export'], [string -$form = '/Add/Delete/FillIn/Import/Export/SubmitStandalone/SpawnTemplate'], [string -$signature = '/Modify'], [string -$ef = '/Create/Delete/Modify/Import'], [string -$formex = '']) -
      -

      - - Set User's Rights for PDF Reader WARNING: This is experimental and currently do not work.

      Check the PDF Reference 8.7.1 Transform Methods, Table 8.105 Entries in the UR transform parameters dictionary




      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  2.9.000 (2008-03-26)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      boolean  $enable  if true enable user's rights on PDF reader
      string  $document  Names specifying additional document-wide usage rights for the document. The only defined value is "/FullSave", which permits a user to save the document along with modified form and/or annotation data.
      string  $annots  Names specifying additional annotation-related usage rights for the document. Valid names in PDF 1.5 and later are /Create/Delete/Modify/Copy/Import/Export, which permit the user to perform the named operation on annotations.
      string  $form  Names specifying additional form-field-related usage rights for the document. Valid names are: /Add/Delete/FillIn/Import/Export/SubmitStandalone/SpawnTemplate
      string  $signature  Names specifying additional signature-related usage rights for the document. The only defined value is /Modify, which permits a user to apply a digital signature to an existing signature form field or clear a signed signature form field.
      string  $ef  Names specifying additional usage rights for named embedded files in the document. Valid names are /Create/Delete/Modify/Import, which permit the user to perform the named operation on named embedded files
      string  $formex  Names specifying additional form-field-related usage rights. The only valid name is BarcodePlaintext, which permits text form field data to be encoded as a plaintext two-dimensional barcode.
      -

      -
      [ Top ]
      -
      -
      - -

      method setViewerPreferences [line 15007]

      -
      -
      -
      - void setViewerPreferences( -array -$preferences) -
      -

      - - Set the viewer preferences dictionary controlling the way the document is to be presented on the screen or in print.

      (see Section 8.1 of PDF reference, "Viewer Preferences").

      • HideToolbar boolean (Optional) A flag specifying whether to hide the viewer application's tool bars when the document is active. Default value: false.
      • HideMenubar boolean (Optional) A flag specifying whether to hide the viewer application's menu bar when the document is active. Default value: false.
      • HideWindowUI boolean (Optional) A flag specifying whether to hide user interface elements in the document's window (such as scroll bars and navigation controls), leaving only the document's contents displayed. Default value: false.
      • FitWindow boolean (Optional) A flag specifying whether to resize the document's window to fit the size of the first displayed page. Default value: false.
      • CenterWindow boolean (Optional) A flag specifying whether to position the document's window in the center of the screen. Default value: false.
      • DisplayDocTitle boolean (Optional; PDF 1.4) A flag specifying whether the window's title bar should display the document title taken from the Title entry of the document information dictionary (see Section 10.2.1, "Document Information Dictionary"). If false, the title bar should instead display the name of the PDF file containing the document. Default value: false.
      • NonFullScreenPageMode name (Optional) The document's page mode, specifying how to display the document on exiting full-screen mode:
        • UseNone Neither document outline nor thumbnail images visible
        • UseOutlines Document outline visible
        • UseThumbs Thumbnail images visible
        • UseOC Optional content group panel visible
        This entry is meaningful only if the value of the PageMode entry in the catalog dictionary (see Section 3.6.1, "Document Catalog") is FullScreen; it is ignored otherwise. Default value: UseNone.
      • ViewArea name (Optional; PDF 1.4) The name of the page boundary representing the area of a page to be displayed when viewing the document on the screen. Valid values are (see Section 10.10.1, "Page Boundaries").:
        • MediaBox
        • CropBox (default)
        • BleedBox
        • TrimBox
        • ArtBox
      • ViewClip name (Optional; PDF 1.4) The name of the page boundary to which the contents of a page are to be clipped when viewing the document on the screen. Valid values are (see Section 10.10.1, "Page Boundaries").:
        • MediaBox
        • CropBox (default)
        • BleedBox
        • TrimBox
        • ArtBox
      • PrintArea name (Optional; PDF 1.4) The name of the page boundary representing the area of a page to be rendered when printing the document. Valid values are (see Section 10.10.1, "Page Boundaries").:
        • MediaBox
        • CropBox (default)
        • BleedBox
        • TrimBox
        • ArtBox
      • PrintClip name (Optional; PDF 1.4) The name of the page boundary to which the contents of a page are to be clipped when printing the document. Valid values are (see Section 10.10.1, "Page Boundaries").:
        • MediaBox
        • CropBox (default)
        • BleedBox
        • TrimBox
        • ArtBox
      • PrintScaling name (Optional; PDF 1.6) The page scaling option to be selected when a print dialog is displayed for this document. Valid values are:
        • None, which indicates that the print dialog should reflect no page scaling
        • AppDefault (default), which indicates that applications should use the current print scaling
      • Duplex name (Optional; PDF 1.7) The paper handling option to use when printing the file from the print dialog. The following values are valid:
        • Simplex - Print single-sided
        • DuplexFlipShortEdge - Duplex and flip on the short edge of the sheet
        • DuplexFlipLongEdge - Duplex and flip on the long edge of the sheet
        Default value: none
      • PickTrayByPDFSize boolean (Optional; PDF 1.7) A flag specifying whether the PDF page size is used to select the input paper tray. This setting influences only the preset values used to populate the print dialog presented by a PDF viewer application. If PickTrayByPDFSize is true, the check box in the print dialog associated with input paper tray is checked. Note: This setting has no effect on Mac OS systems, which do not provide the ability to pick the input tray by size.
      • PrintPageRange array (Optional; PDF 1.7) The page numbers used to initialize the print dialog box when the file is printed. The first page of the PDF file is denoted by 1. Each pair consists of the first and last pages in the sub-range. An odd number of integers causes this entry to be ignored. Negative numbers cause the entire array to be ignored. Default value: as defined by PDF viewer application
      • NumCopies integer (Optional; PDF 1.7) The number of copies to be printed when the print dialog is opened for this file. Supported values are the integers 2 through 5. Values outside this range are ignored. Default value: as defined by PDF viewer application, but typically 1




      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  3.1.000 (2008-06-09)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      array  $preferences  array of options.
      -

      -
      [ Top ]
      -
      -
      - -

      method setVisibility [line 14852]

      -
      -
      -
      - void setVisibility( -string -$v) -
      -

      - - Set the visibility of the successive elements.

      This can be useful, for instance, to put a background image or color that will show on screen but won't print.




      -

      Tags:

      -
      - - - - - - - -
      since:  3.0.000 (2008-03-27)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $v  visibility mode. Legal values are: all, print, screen.
      -

      -
      [ Top ]
      -
      -
      - -

      method SetX [line 7367]

      -
      -
      -
      - void SetX( -float -$x, [boolean -$rtloff = false]) -
      -

      - - Defines the abscissa of the current position.

      If the passed value is negative, it is relative to the right of the page (or left if language is RTL).




      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::GetX(), TCPDF::GetY(), TCPDF::SetY(), TCPDF::SetXY()
      since:  1.2
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      float  $x  The value of the abscissa.
      boolean  $rtloff  if true always uses the page top-left corner as origin of axis.
      -

      -
      [ Top ]
      -
      -
      - -

      method SetXY [line 7431]

      -
      -
      -
      - void SetXY( -float -$x, float -$y, [boolean -$rtloff = false]) -
      -

      - - Defines the abscissa and ordinate of the current position.

      If the passed values are negative, they are relative respectively to the right and bottom of the page.




      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::SetX(), TCPDF::SetY()
      since:  1.2
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      float  $x  The value of the abscissa.
      float  $y  The value of the ordinate.
      boolean  $rtloff  if true always uses the page top-left corner as origin of axis.
      -

      -
      [ Top ]
      -
      -
      - -

      method SetY [line 7399]

      -
      -
      -
      - void SetY( -float -$y, [bool -$resetx = true], [boolean -$rtloff = false]) -
      -

      - - Moves the current abscissa back to the left margin and sets the ordinate.

      If the passed value is negative, it is relative to the bottom of the page.




      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::GetX(), TCPDF::GetY(), TCPDF::SetY(), TCPDF::SetXY()
      since:  1.0
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      float  $y  The value of the ordinate.
      bool  $resetx  if true (default) reset the X position.
      boolean  $rtloff  if true always uses the page top-left corner as origin of axis.
      -

      -
      [ Top ]
      -
      -
      - -

      method set_mqr [line 6984]

      -
      -
      -
      - void set_mqr( -boolean -$mqr) -
      -

      - - Sets the current active configuration setting of magic_quotes_runtime (if the set_magic_quotes_runtime function exist)



      -

      Tags:

      -
      - - - - - - - -
      since:  4.6.025 (2009-08-17)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      boolean  $mqr  FALSE for off, TRUE for on.
      -

      -
      [ Top ]
      -
      -
      - -

      method Skew [line 11849]

      -
      -
      -
      - void Skew( -float -$angle_x, float -$angle_y, [int -$x = ''], [int -$y = '']) -
      -

      - - Skew.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::StartTransform(), TCPDF::StopTransform()
      since:  2.1.000 (2008-01-07)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - -
      float  $angle_x  angle in degrees between -90 (skew to the left) and 90 (skew to the right)
      float  $angle_y  angle in degrees between -90 (skew to the bottom) and 90 (skew to the top)
      int  $x  abscissa of the skewing center. default is current x position
      int  $y  ordinate of the skewing center. default is current y position
      -

      -
      [ Top ]
      -
      -
      - -

      method SkewX [line 11822]

      -
      -
      -
      - void SkewX( -float -$angle_x, [int -$x = ''], [int -$y = '']) -
      -

      - - Skew horizontally.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::StartTransform(), TCPDF::StopTransform()
      since:  2.1.000 (2008-01-07)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      float  $angle_x  angle in degrees between -90 (skew to the left) and 90 (skew to the right)
      int  $x  abscissa of the skewing center. default is current x position
      int  $y  ordinate of the skewing center. default is current y position
      -

      -
      [ Top ]
      -
      -
      - -

      method SkewY [line 11835]

      -
      -
      -
      - void SkewY( -float -$angle_y, [int -$x = ''], [int -$y = '']) -
      -

      - - Skew vertically.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::StartTransform(), TCPDF::StopTransform()
      since:  2.1.000 (2008-01-07)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      float  $angle_y  angle in degrees between -90 (skew to the bottom) and 90 (skew to the top)
      int  $x  abscissa of the skewing center. default is current x position
      int  $y  ordinate of the skewing center. default is current y position
      -

      -
      [ Top ]
      -
      -
      - -

      method StarPolygon [line 12557]

      -
      -
      -
      - void StarPolygon( -float -$x0, float -$y0, float -$r, integer -$nv, integer -$ng, [ -$angle = 0], [ -$draw_circle = false], [string -$style = ''], [array -$line_style = array()], [array -$fill_color = array()], [string -$circle_style = ''], [array -$circle_outLine_style = array()], [array -$circle_fill_color = array()], float -$angle:, boolean -$draw_circle:) -
      -

      - - Draws a star polygon



      -

      Tags:

      -
      - - - - - - - -
      since:  2.1.000 (2008-01-08)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      float  $x0  Abscissa of center point.
      float  $y0  Ordinate of center point.
      float  $r  Radius of inscribed circle.
      integer  $nv  Number of vertices.
      integer  $ng  Number of gap (if ($ng % $nv = 1) then is a regular polygon).
      float  $angle:  Angle oriented (anti-clockwise). Default value: 0.
      boolean  $draw_circle:  Draw inscribed circle or not. Default value is false.
      string  $style  Style of rendering. See the getPathPaintOperator() function for more information.
      array  $line_style  Line style of polygon sides. Array with keys among the following:
      • all: Line style of all sides. Array like for - SetLineStyle.
      • 0 to (n - 1): Line style of each side. Array like for SetLineStyle.
      If a key is not present or is null, not draws the side. Default value is default line style (empty array).
      array  $fill_color  Fill color. Format: array(red, green, blue). Default value: default color (empty array).
      string  $circle_style  Style of rendering of inscribed circle (if draws). Possible values are:
      • D or empty string: Draw (default).
      • F: Fill.
      • DF or FD: Draw and fill.
      • CNZ: Clipping mode (using the even-odd rule to determine which regions lie inside the clipping path).
      • CEO: Clipping mode (using the nonzero winding number rule to determine which regions lie inside the clipping path).
      array  $circle_outLine_style  Line style of inscribed circle (if draws). Array like for SetLineStyle. Default value: default line style (empty array).
      array  $circle_fill_color  Fill color of inscribed circle (if draws). Format: array(red, green, blue). Default value: default color (empty array).
        $angle  
        $draw_circle  
      -

      -
      [ Top ]
      -
      -
      - -

      method startPage [line 3584]

      -
      -
      -
      - void startPage( -[string -$orientation = ''], [mixed -$format = ''], [ -$tocpage = false]) -
      -

      - - Starts a new page to the document. The page must be closed using the endPage() function.

      The origin of the coordinate system is at the top-left corner and increasing ordinates go downwards.




      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::AddPage(), TCPDF::endPage(), TCPDF::addTOCPage(), TCPDF::endTOCPage(), TCPDF::getPageSizeFromFormat(), TCPDF::setPageFormat()
      since:  4.2.010 (2008-11-14)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      string  $orientation  page orientation. Possible values are (case insensitive):
      • P or PORTRAIT (default)
      • L or LANDSCAPE
      mixed  $format  The format used for pages. It can be either: one of the string values specified at getPageSizeFromFormat() or an array of parameters specified at setPageFormat().
        $tocpage  
      -

      -
      [ Top ]
      -
      -
      - -

      method startPageGroup [line 14687]

      -
      -
      -
      - void startPageGroup( -[int -$page = '']) -
      -

      - - Create a new page group.

      NOTE: call this function before calling AddPage()




      -

      Tags:

      -
      - - - - - - - -
      since:  3.0.000 (2008-03-27)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $page  starting group page (leave empty for next page).
      -

      -
      [ Top ]
      -
      -
      - -

      method startSVGElementHandler [line 23742]

      -
      -
      -
      - void startSVGElementHandler( -resource -$parser, string -$name, array -$attribs, [array -$ctm = array()]) -
      -

      - - Sets the opening SVG element handler function for the XML parser. (*** TO BE COMPLETED ***)



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  5.0.000 (2010-05-02)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - -
      resource  $parser  The first parameter, parser, is a reference to the XML parser calling the handler.
      string  $name  The second parameter, name, contains the name of the element for which this handler is called. If case-folding is in effect for this parser, the element name will be in uppercase letters.
      array  $attribs  The third parameter, attribs, contains an associative array with the element's attributes (if any). The keys of this array are the attribute names, the values are the attribute values. Attribute names are case-folded on the same criteria as element names. Attribute values are not case-folded. The original order of the attributes can be retrieved by walking through attribs the normal way, using each(). The first key in the array was the first attribute, and so on.
      array  $ctm  tranformation matrix for clipping mode (starting transformation matrix).
      -

      -
      [ Top ]
      -
      -
      - -

      method startTemplate [line 22495]

      -
      -
      -
      - int startTemplate( -[int -$w = 0], [int -$h = 0]) -
      -

      - - Start a new XObject Template.

      An XObject Template is a PDF block that is a self-contained description of any sequence of graphics objects (including path objects, text objects, and sampled images). An XObject Template may be painted multiple times, either on several pages or at several locations on the same page and produces the same results each time, subject only to the graphics state at the time it is invoked. Note: X,Y coordinates will be reset to 0,0.




      -

      Tags:

      -
      - - - - - - - - - - - - - - - - -
      return:  the XObject Template ID in case of success or false in case of error.
      author:  Nicola Asuni
      see:  TCPDF::endTemplate(), TCPDF::printTemplate()
      since:  5.8.017 (2010-08-24)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      int  $w  Template width in user units (empty string or zero = page width less margins)
      int  $h  Template height in user units (empty string or zero = page height less margins)
      -

      -
      [ Top ]
      -
      -
      - -

      method startTransaction [line 21801]

      -
      -
      -
      - void startTransaction( -) -
      -

      - - Stores a copy of the current TCPDF object used for undo operation.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.5.029 (2009-03-19)
      access:  public
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method StartTransform [line 11594]

      -
      -
      -
      - void StartTransform( -) -
      -

      - - Starts a 2D tranformation saving current graphic state.

      This function must be called before scaling, mirroring, translation, rotation and skewing. Use StartTransform() before, and StopTransform() after the transformations to restore the normal behavior.




      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::StartTransform(), TCPDF::StopTransform()
      since:  2.1.000 (2008-01-07)
      access:  public
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method StopTransform [line 11609]

      -
      -
      -
      - void StopTransform( -) -
      -

      - - Stops a 2D tranformation restoring previous graphic state.

      This function must be called after scaling, mirroring, translation, rotation and skewing. Use StartTransform() before, and StopTransform() after the transformations to restore the normal behavior.




      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::StartTransform(), TCPDF::StopTransform()
      since:  2.1.000 (2008-01-07)
      access:  public
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method stringLeftTrim [line 22402]

      -
      -
      -
      - left stringLeftTrim( -string -$str, [string -$replace = '']) -
      -

      - - Left trim the input string



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  trimmed string
      author:  Nicola Asuni
      since:  5.8.000 (2010-08-11)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $str  string to trim
      string  $replace  string that replace spaces.
      -

      -
      [ Top ]
      -
      -
      - -

      method stringRightTrim [line 22415]

      -
      -
      -
      - right stringRightTrim( -string -$str, [string -$replace = '']) -
      -

      - - Right trim the input string



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  trimmed string
      author:  Nicola Asuni
      since:  5.8.000 (2010-08-11)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $str  string to trim
      string  $replace  string that replace spaces.
      -

      -
      [ Top ]
      -
      -
      - -

      method stringTrim [line 22428]

      -
      -
      -
      - trimmed stringTrim( -string -$str, [string -$replace = '']) -
      -

      - - Trim the input string



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  string
      author:  Nicola Asuni
      since:  5.8.000 (2010-08-11)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $str  string to trim
      string  $replace  string that replace spaces.
      -

      -
      [ Top ]
      -
      -
      - -

      method SVGPath [line 23398]

      -
      -
      -
      - array SVGPath( -string -$d, [string -$style = '']) -
      -

      - - Draws an SVG path



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  of container box measures (x, y, w, h)
      author:  Nicola Asuni
      since:  5.0.000 (2010-05-02)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $d  attribute d of the path SVG element
      string  $style  Style of rendering. Possible values are:
      • D or empty string: Draw (default).
      • F: Fill.
      • F*: Fill using the even-odd rule to determine which regions lie inside the clipping path.
      • DF or FD: Draw and fill.
      • DF* or FD*: Draw and fill using the even-odd rule to determine which regions lie inside the clipping path.
      • CNZ: Clipping mode (using the even-odd rule to determine which regions lie inside the clipping path).
      • CEO: Clipping mode (using the nonzero winding number rule to determine which regions lie inside the clipping path).
      -

      -
      [ Top ]
      -
      -
      - -

      method SVGTransform [line 23124]

      -
      -
      -
      - void SVGTransform( -array -$tm) -
      -

      - - Apply SVG graphic transformation matrix.



      -

      Tags:

      -
      - - - - - - - -
      since:  5.0.000 (2010-05-02)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      array  $tm  original SVG transformation matrix
      -

      -
      [ Top ]
      -
      -
      - -

      method swapMargins [line 20435]

      -
      -
      -
      - void swapMargins( -[boolean -$reverse = true]) -
      -

      - - Swap the left and right margins.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.2.000 (2008-10-29)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      boolean  $reverse  if true swap left and right margins.
      -

      -
      [ Top ]
      -
      -
      - -

      method swapPageBoxCoordinates [line 2766]

      -
      -
      -
      - void swapPageBoxCoordinates( -int -$page) -
      -

      - - Swap X and Y coordinates of page boxes (change page boxes orientation).



      -

      Tags:

      -
      - - - - - - - -
      since:  5.0.010 (2010-05-17)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $page  page number
      -

      -
      [ Top ]
      -
      -
      - -

      method Text [line 4912]

      -
      -
      -
      - void Text( -float -$x, float -$y, string -$txt, [int -$fstroke = false], [boolean -$fclip = false], [boolean -$ffill = true], [mixed -$border = 0], [int -$ln = 0], [string -$align = ''], [boolean -$fill = false], [mixed -$link = ''], [int -$stretch = 0], [boolean -$ignore_min_height = false], [string -$calign = 'T'], [string -$valign = 'M'], [boolean -$rtloff = false]) -
      -

      - - Prints a text cell at the specified position.

      The origin is on the left of the first charcter, on the baseline. This method allows to place a string precisely on the page.




      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::Cell(), TCPDF::Write(), TCPDF::MultiCell(), WriteHTML(), WriteHTMLCell()
      since:  1.0
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      float  $x  Abscissa of the cell origin
      float  $y  Ordinate of the cell origin
      string  $txt  String to print
      int  $fstroke  outline size in user units (false = disable)
      boolean  $fclip  if true activate clipping mode (you must call StartTransform() before this function and StopTransform() to stop the clipping tranformation).
      boolean  $ffill  if true fills the text
      mixed  $border  Indicates if borders must be drawn around the cell. The value can be a number:
      • 0: no border (default)
      • 1: frame
      or a string containing some or all of the following characters (in any order):
      • L: left
      • T: top
      • R: right
      • B: bottom
      or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)))
      int  $ln  Indicates where the current position should go after the call. Possible values are:
      • 0: to the right (or left for RTL languages)
      • 1: to the beginning of the next line
      • 2: below
      Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: 0.
      string  $align  Allows to center or align the text. Possible values are:
      • L or empty string: left align (default value)
      • C: center
      • R: right align
      • J: justify
      boolean  $fill  Indicates if the cell background must be painted (true) or transparent (false).
      mixed  $link  URL or identifier returned by AddLink().
      int  $stretch  stretch carachter mode:
      • 0 = disabled
      • 1 = horizontal scaling only if necessary
      • 2 = forced horizontal scaling
      • 3 = character spacing only if necessary
      • 4 = forced character spacing
      boolean  $ignore_min_height  if true ignore automatic minimum height value.
      string  $calign  cell vertical alignment relative to the specified Y value. Possible values are:
      • T : cell top
      • A : font top
      • L : font baseline
      • D : font bottom
      • B : cell bottom
      string  $valign  text vertical alignment inside the cell. Possible values are:
      • T : top
      • C : center
      • B : bottom
      boolean  $rtloff  if true uses the page top-left corner as origin of axis for $x and $y initial position.
      -

      -
      [ Top ]
      -
      -
      - -

      method TextField [line 13999]

      -
      -
      -
      - void TextField( -string -$name, float -$w, float -$h, [array -$prop = array()], [array -$opt = array()], [float -$x = ''], [float -$y = ''], [boolean -$js = false]) -
      -

      - - Creates a text field



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  4.8.000 (2009-09-07)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      string  $name  field name
      float  $w  Width of the rectangle
      float  $h  Height of the rectangle
      array  $prop  javascript field properties. Possible values are described on official Javascript for Acrobat API reference.
      array  $opt  annotation parameters. Possible values are described on official PDF32000_2008 reference.
      float  $x  Abscissa of the upper-left corner of the rectangle
      float  $y  Ordinate of the upper-left corner of the rectangle
      boolean  $js  if true put the field using JavaScript (requires Acrobat Writer to be rendered).
      -

      -
      [ Top ]
      -
      -
      - -

      method Transform [line 11880]

      -
      -
      -
      - void Transform( -array -$tm) -
      -

      - - Apply graphic transformations.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::StartTransform(), TCPDF::StopTransform()
      since:  2.1.000 (2008-01-07)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      array  $tm  transformation matrix
      -

      -
      [ Top ]
      -
      -
      - -

      method Translate [line 11770]

      -
      -
      -
      - void Translate( -int -$t_x, int -$t_y) -
      -

      - - Translate graphic object horizontally and vertically.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::StartTransform(), TCPDF::StopTransform()
      since:  2.1.000 (2008-01-07)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      int  $t_x  movement to the right
      int  $t_y  movement to the bottom
      -

      -
      [ Top ]
      -
      -
      - -

      method TranslateX [line 11747]

      -
      -
      -
      - void TranslateX( -int -$t_x) -
      -

      - - Translate graphic object horizontally.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::StartTransform(), TCPDF::StopTransform()
      since:  2.1.000 (2008-01-07)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $t_x  movement to the right (or left for RTL)
      -

      -
      [ Top ]
      -
      -
      - -

      method TranslateY [line 11758]

      -
      -
      -
      - void TranslateY( -int -$t_y) -
      -

      - - Translate graphic object vertically.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::StartTransform(), TCPDF::StopTransform()
      since:  2.1.000 (2008-01-07)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $t_y  movement to the bottom
      -

      -
      [ Top ]
      -
      -
      - -

      method unhtmlentities [line 11021]

      -
      -
      -
      - string unhtmlentities( -string -$text_to_convert) -
      -

      - - Reverse function for htmlentities.

      Convert entities in UTF-8.




      -

      Tags:

      -
      - - - - - - - -
      return:  converted text string
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $text_to_convert  Text to convert.
      -

      -
      [ Top ]
      -
      -
      - -

      method UniArrSubString [line 6517]

      -
      -
      -
      - Return UniArrSubString( -string -$uniarr, [int -$start = ''], [int -$end = '']) -
      -

      - - Extract a slice of the $uniarr array and return it as string.



      -

      Tags:

      -
      - - - - - - - - - - -
      return:  part of a string
      since:  4.5.037 (2009-04-07)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      string  $uniarr  The input array of characters.
      int  $start  the starting element of $strarr.
      int  $end  first element that will not be returned.
      -

      -
      [ Top ]
      -
      -
      - -

      method unichr [line 6550]

      -
      -
      -
      - Returns unichr( -int -$c) -
      -

      - - Returns the unicode caracter specified by UTF-8 value



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  the specified character.
      author:  Miguel Perez, Nicola Asuni
      since:  2.3.000 (2008-03-05)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $c  UTF-8 value
      -

      -
      [ Top ]
      -
      -
      - -

      method UTF8ArrayToUniArray [line 6538]

      -
      -
      -
      - Return UTF8ArrayToUniArray( -string -$ta) -
      -

      - - Convert an array of UTF8 values to array of unicode characters



      -

      Tags:

      -
      - - - - - - - - - - -
      return:  array of unicode characters
      since:  4.5.037 (2009-04-07)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $ta  The input array of UTF8 values.
      -

      -
      [ Top ]
      -
      -
      - -

      method UTF8ArrSubString [line 6494]

      -
      -
      -
      - Return UTF8ArrSubString( -string -$strarr, [int -$start = ''], [int -$end = '']) -
      -

      - - Extract a slice of the $strarr array and return it as string.



      -

      Tags:

      -
      - - - - - - - -
      return:  part of a string
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      string  $strarr  The input array of characters.
      int  $start  the starting element of $strarr.
      int  $end  first element that will not be returned.
      -

      -
      [ Top ]
      -
      -
      - -

      method UTF8ArrToLatin1 [line 10746]

      -
      -
      -
      - array UTF8ArrToLatin1( -array -$unicode) -
      -

      - - Converts UTF-8 characters array to array of Latin1 characters




      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  4.8.023 (2010-01-15)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      array  $unicode  array containing UTF-8 unicode values
      -

      -
      [ Top ]
      -
      -
      - -

      method utf8Bidi [line 12779]

      -
      -
      -
      - array utf8Bidi( -array -$ta, [string -$str = ''], [bool -$forcertl = false]) -
      -

      - - Reverse the RLT substrings using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  of unicode chars
      author:  Nicola Asuni
      since:  2.4.000 (2008-03-06)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      array  $ta  array of characters composing the string.
      string  $str  string to process
      bool  $forcertl  if 'R' forces RTL, if 'L' forces LTR
      -

      -
      [ Top ]
      -
      -
      - -

      method utf8StrArrRev [line 12765]

      -
      -
      -
      - string utf8StrArrRev( -array -$arr, [string -$str = ''], [bool -$setbom = false], [bool -$forcertl = false]) -
      -

      - - Reverse the RLT substrings array using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  4.9.000 (2010-03-27)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - -
      array  $arr  array of unicode values.
      string  $str  string to manipulate (or empty value).
      bool  $setbom  if true set the Byte Order Mark (BOM = 0xFEFF)
      bool  $forcertl  if true forces RTL text direction
      -

      -
      [ Top ]
      -
      -
      - -

      method UTF8StringToArray [line 10581]

      -
      -
      -
      - array UTF8StringToArray( -string -$str) -
      -

      - - Converts UTF-8 strings to codepoints array.


      Invalid byte sequences will be replaced with 0xFFFD (replacement character)
      Based on: http://www.faqs.org/rfcs/rfc3629.html

          Char. number range  |        UTF-8 octet sequence
      -       (hexadecimal)    |              (binary)
      -    --------------------+-----------------------------------------------
      -    0000 0000-0000 007F | 0xxxxxxx
      -    0000 0080-0000 07FF | 110xxxxx 10xxxxxx
      -    0000 0800-0000 FFFF | 1110xxxx 10xxxxxx 10xxxxxx
      -    0001 0000-0010 FFFF | 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx
      -    ---------------------------------------------------------------------
      -
      -   ABFN notation:
      -   ---------------------------------------------------------------------
      -   UTF8-octets = *( UTF8-char )
      -   UTF8-char   = UTF8-1 / UTF8-2 / UTF8-3 / UTF8-4
      -   UTF8-1      = %x00-7F
      -   UTF8-2      = %xC2-DF UTF8-tail
      -
      -   UTF8-3      = %xE0 %xA0-BF UTF8-tail / %xE1-EC 2( UTF8-tail ) /
      -                 %xED %x80-9F UTF8-tail / %xEE-EF 2( UTF8-tail )
      -   UTF8-4      = %xF0 %x90-BF 2( UTF8-tail ) / %xF1-F3 3( UTF8-tail ) /
      -                 %xF4 %x80-8F 2( UTF8-tail )
      -   UTF8-tail   = %x80-BF
      -   ---------------------------------------------------------------------




      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  containing codepoints (UTF-8 characters values)
      author:  Nicola Asuni
      since:  1.53.0.TC005 (2005-01-05)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $str  string to process.
      -

      -
      [ Top ]
      -
      -
      - -

      method utf8StrRev [line 12750]

      -
      -
      -
      - string utf8StrRev( -string -$str, [bool -$setbom = false], [bool -$forcertl = false]) -
      -

      - - Reverse the RLT substrings using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  2.1.000 (2008-01-08)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      string  $str  string to manipulate.
      bool  $setbom  if true set the Byte Order Mark (BOM = 0xFEFF)
      bool  $forcertl  if true forces RTL text direction
      -

      -
      [ Top ]
      -
      -
      - -

      method UTF8ToLatin1 [line 10716]

      -
      -
      -
      - string UTF8ToLatin1( -string -$str) -
      -

      - - Converts UTF-8 strings to Latin1 when using the standard 14 core fonts.




      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Andrew Whitehead, Nicola Asuni
      since:  3.2.000 (2008-06-23)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $str  string to process.
      -

      -
      [ Top ]
      -
      -
      - -

      method UTF8ToUTF16BE [line 10700]

      -
      -
      -
      - string UTF8ToUTF16BE( -string -$str, [boolean -$setbom = true]) -
      -

      - - Converts UTF-8 strings to UTF16-BE.




      -

      Tags:

      -
      - - - - - - - - - - - - - -
      author:  Nicola Asuni
      since:  1.53.0.TC005 (2005-01-05)
      access:  protected
      uses:  TCPDF::UTF8StringToArray(), - arrUTF8ToUTF16BE()
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $str  string to process.
      boolean  $setbom  if true set the Byte Order Mark (BOM = 0xFEFF)
      -

      -
      [ Top ]
      -
      -
      - -

      method Write [line 6137]

      -
      -
      -
      - mixed Write( -float -$h, string -$txt, [mixed -$link = ''], [boolean -$fill = false], [string -$align = ''], [boolean -$ln = false], [int -$stretch = 0], [boolean -$firstline = false], [boolean -$firstblock = false], [float -$maxh = 0], [float -$wadj = 0]) -
      -

      - - This method prints text from the current position.




      -

      Tags:

      -
      - - - - - - - - - - -
      return:  Return the number of cells or the remaining string if $firstline = true.
      since:  1.5
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      float  $h  Line height
      string  $txt  String to print
      mixed  $link  URL or identifier returned by AddLink()
      boolean  $fill  Indicates if the cell background must be painted (true) or transparent (false).
      string  $align  Allows to center or align the text. Possible values are:
      • L or empty string: left align (default value)
      • C: center
      • R: right align
      • J: justify
      boolean  $ln  if true set cursor at the bottom of the line, otherwise set cursor at the top of the line.
      int  $stretch  stretch carachter mode:
      • 0 = disabled
      • 1 = horizontal scaling only if necessary
      • 2 = forced horizontal scaling
      • 3 = character spacing only if necessary
      • 4 = forced character spacing
      boolean  $firstline  if true prints only the first line and return the remaining string.
      boolean  $firstblock  if true the string is the starting of a line.
      float  $maxh  maximum height. The remaining unprinted text will be returned. It should be >= $h and less then remaining space to the bottom of the page, or 0 for disable this feature.
      float  $wadj  first line width will be reduced by this amount (used in HTML mode).
      -

      -
      [ Top ]
      -
      -
      - -

      method write1DBarcode [line 16009]

      -
      -
      -
      - void write1DBarcode( -string -$code, string -$type, [int -$x = ''], [int -$y = ''], [int -$w = ''], [int -$h = ''], [float -$xres = ''], [array -$style = ''], [string -$align = '']) -
      -

      - - Print a Linear Barcode.



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  3.1.000 (2008-06-09)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      string  $code  code to print
      string  $type  type of barcode (see barcodes.php for supported formats).
      int  $x  x position in user units (empty string = current x position)
      int  $y  y position in user units (empty string = current y position)
      int  $w  width in user units (empty string = remaining page width)
      int  $h  height in user units (empty string = remaining page height)
      float  $xres  width of the smallest bar in user units (empty string = default value = 0.4mm)
      array  $style  array of options:
      string  $align  Indicates the alignment of the pointer next to barcode insertion relative to barcode height. The value can be:
      • T: top-right for LTR or top-left for RTL
      • M: middle-right for LTR or middle-left for RTL
      • B: bottom-right for LTR or bottom-left for RTL
      • N: next line
      -

      -
      [ Top ]
      -
      -
      - -

      method write2DBarcode [line 16345]

      -
      -
      -
      - void write2DBarcode( -string -$code, string -$type, [int -$x = ''], [int -$y = ''], [int -$w = ''], [int -$h = ''], [array -$style = ''], [string -$align = ''], [boolean -$distort = false]) -
      -

      - - Print 2D Barcode.



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  4.5.037 (2009-04-07)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      string  $code  code to print
      string  $type  type of barcode (see 2dbarcodes.php for supported formats).
      int  $x  x position in user units
      int  $y  y position in user units
      int  $w  width in user units
      int  $h  height in user units
      array  $style  array of options:
      • boolean $style['border'] if true prints a border around the barcode
      • int $style['padding'] padding to leave around the barcode in barcode units (set to 'auto' for automatic padding)
      • int $style['hpadding'] horizontal padding in barcode units (set to 'auto' for automatic padding)
      • int $style['vpadding'] vertical padding in barcode units (set to 'auto' for automatic padding)
      • int $style['module_width'] width of a single module in points
      • int $style['module_height'] height of a single module in points
      • array $style['fgcolor'] color array for bars and text
      • mixed $style['bgcolor'] color array for background or false for transparent
      • string $style['position'] barcode position on the page: L = left margin; C = center; R = right margin; S = stretch
      • $style['module_width'] width of a single module in points
      • $style['module_height'] height of a single module in points
      string  $align  Indicates the alignment of the pointer next to barcode insertion relative to barcode height. The value can be:
      • T: top-right for LTR or top-left for RTL
      • M: middle-right for LTR or middle-left for RTL
      • B: bottom-right for LTR or bottom-left for RTL
      • N: next line
      boolean  $distort  if true distort the barcode to fit width and height, otherwise preserve aspect ratio
      -

      -
      [ Top ]
      -
      -
      - -

      method writeBarcode [line 16290]

      -
      -
      -
      - void writeBarcode( -int -$x, int -$y, int -$w, int -$h, string -$type, string -$style, string -$font, int -$xres, string -$code) -
      -

      - - This function is DEPRECATED, please use the new write1DBarcode() function.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::write1DBarcode()
      deprecated:  deprecated since version 3.1.000 (2008-06-10)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      int  $x  x position in user units
      int  $y  y position in user units
      int  $w  width in user units
      int  $h  height position in user units
      string  $type  type of barcode
      string  $style  barcode style
      string  $font  font for text
      int  $xres  x resolution
      string  $code  code to print
      -

      -
      [ Top ]
      -
      -
      - -

      method writeDiskCache [line 20923]

      -
      -
      -
      - void writeDiskCache( - -$filename, mixed -$data, [boolean -$append = false], string -$file) -
      -

      - - Writes data to a temporary file on filesystem.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.5.000 (2008-12-31)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - -
      string  $file  file name
      mixed  $data  data to write on file
      boolean  $append  if true append data, false replace.
        $filename  
      -

      -
      [ Top ]
      -
      -
      - -

      method writeHTML [line 17778]

      -
      -
      -
      - void writeHTML( -string -$html, [boolean -$ln = true], [boolean -$fill = false], [boolean -$reseth = false], [boolean -$cell = false], [string -$align = '']) -
      -

      - - Allows to preserve some HTML formatting (limited support).
      IMPORTANT: The HTML must be well formatted - try to clean-up it using an application like HTML-Tidy before submitting.

      Supported tags are: a, b, blockquote, br, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, img, li, ol, p, pre, small, span, strong, sub, sup, table, tcpdf, td, th, thead, tr, tt, u, ul




      -

      Tags:

      -
      - - - - -
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      string  $html  text to display
      boolean  $ln  if true add a new line after text (default = true)
      boolean  $fill  Indicates if the background must be painted (true) or transparent (false).
      boolean  $reseth  if true reset the last cell height (default false).
      boolean  $cell  if true add the default cMargin space to each Write (default false).
      string  $align  Allows to center or align the text. Possible values are:
      • L : left align
      • C : center
      • R : right align
      • '' : empty string : left for LTR or right for RTL
      -

      -
      [ Top ]
      -
      -
      - -

      method writeHTMLCell [line 17762]

      -
      -
      -
      - void writeHTMLCell( -float -$w, float -$h, float -$x, float -$y, [string -$html = ''], [mixed -$border = 0], [int -$ln = 0], [boolean -$fill = false], [boolean -$reseth = true], [string -$align = ''], [boolean -$autopadding = true]) -
      -

      - - Prints a cell (rectangular area) with optional borders, background color and html text string.

      The upper-left corner of the cell corresponds to the current position. After the call, the current position moves to the right or to the next line.
      If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.




      -

      Tags:

      -
      - - - - - - - - - - -
      see:  Multicell(), TCPDF::writeHTML()
      access:  public
      uses:  TCPDF::MultiCell()
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      float  $w  Cell width. If 0, the cell extends up to the right margin.
      float  $h  Cell minimum height. The cell extends automatically if needed.
      float  $x  upper-left corner X coordinate
      float  $y  upper-left corner Y coordinate
      string  $html  html text to print. Default value: empty string.
      mixed  $border  Indicates if borders must be drawn around the cell. The value can be a number:
      • 0: no border (default)
      • 1: frame
      or a string containing some or all of the following characters (in any order):
      • L: left
      • T: top
      • R: right
      • B: bottom
      or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)))
      int  $ln  Indicates where the current position should go after the call. Possible values are:
      • 0: to the right (or left for RTL language)
      • 1: to the beginning of the next line
      • 2: below
      boolean  $fill  Indicates if the cell background must be painted (true) or transparent (false).
      boolean  $reseth  if true reset the last cell height (default true).
      string  $align  Allows to center or align the text. Possible values are:
      • L : left align
      • C : center
      • R : right align
      • '' : empty string : left for LTR or right for RTL
      boolean  $autopadding  if true, uses internal padding and automatically adjust it to account for line width.
      -

      -
      [ Top ]
      -
      -
      - -

      method _addfield [line 13571]

      -
      -
      -
      - void _addfield( -string -$type, string -$name, int -$x, int -$y, int -$w, int -$h, array -$prop) -
      -

      - - Adds a javascript form field.



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Denis Van Nuffelen, Nicola Asuni
      since:  2.1.002 (2008-02-12)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      string  $type  field type
      string  $name  field name
      int  $x  horizontal position
      int  $y  vertical position
      int  $w  width
      int  $h  height
      array  $prop  javascript field properties. Possible values are described on official Javascript for Acrobat API reference.
      -

      -
      [ Top ]
      -
      -
      - -

      method _AES [line 11245]

      -
      -
      -
      - String _AES( -string -$key, String -$text) -
      -

      - - Returns the input text exrypted using AES algorithm and the specified key.

      This method requires mcrypt.




      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  encrypted text
      author:  Nicola Asuni
      since:  5.0.005 (2010-05-11)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $key  encryption key
      String  $text  input text to be encrypted
      -

      -
      [ Top ]
      -
      -
      - -

      method _beginpage [line 10247]

      -
      -
      -
      - void _beginpage( -[string -$orientation = ''], [mixed -$format = '']) -
      -

      - - Initialize a new page.



      -

      Tags:

      -
      - - - - - - - -
      see:  TCPDF::getPageSizeFromFormat(), TCPDF::setPageFormat()
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $orientation  page orientation. Possible values are (case insensitive):
      • P or PORTRAIT (default)
      • L or LANDSCAPE
      mixed  $format  The format used for pages. It can be either: one of the string values specified at getPageSizeFromFormat() or an array of parameters specified at setPageFormat().
      -

      -
      [ Top ]
      -
      -
      - -

      method _datastring [line 10428]

      -
      -
      -
      - string _datastring( -string -$s, [int -$n = 0]) -
      -

      - - Format a data string for meta information



      -

      Tags:

      -
      - - - - - - - -
      return:  escaped string.
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $s  data string to escape.
      int  $n  object ID
      -

      -
      [ Top ]
      -
      -
      - -

      method _datestring [line 10443]

      -
      -
      -
      - string _datestring( -[int -$n = 0]) -
      -

      - - Returns a formatted date for meta information



      -

      Tags:

      -
      - - - - - - - - - - -
      return:  escaped date string.
      since:  4.6.028 (2009-08-25)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $n  object ID
      -

      -
      [ Top ]
      -
      -
      - -

      method _destroy [line 7640]

      -
      -
      -
      - void _destroy( -[boolean -$destroyall = false], [boolean -$preserve_objcopy = false]) -
      -

      - - Unset all class variables except the following critical variables: internal_encoding, state, bufferlen, buffer and diskcache.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.5.016 (2009-02-24)
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      boolean  $destroyall  if true destroys all class variables, otherwise preserves critical variables.
      boolean  $preserve_objcopy  if true preserves the objcopy variable
      -

      -
      [ Top ]
      -
      -
      - -

      method _dochecks [line 7668]

      -
      -
      -
      - void _dochecks( -) -
      -

      - - Check for locale-related bug



      -

      Tags:

      -
      - - - - -
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _dolinethrough [line 10354]

      -
      -
      -
      - void _dolinethrough( -int -$x, int -$y, string -$txt) -
      -

      - - Line through text.



      -

      Tags:

      -
      - - - - -
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      int  $x  X coordinate
      int  $y  Y coordinate
      string  $txt  text to linethrough
      -

      -
      [ Top ]
      -
      -
      - -

      method _dolinethroughw [line 10367]

      -
      -
      -
      - void _dolinethroughw( -int -$x, int -$y, -$w, string -$txt) -
      -

      - - Line through for rectangular text area.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.9.008 (2009-09-29)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - -
      int  $x  X coordinate
      int  $y  Y coordinate
      string  $txt  text to linethrough
        $w  
      -

      -
      [ Top ]
      -
      -
      - -

      method _dooverline [line 10380]

      -
      -
      -
      - void _dooverline( -int -$x, int -$y, string -$txt) -
      -

      - - Overline text.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.9.015 (2010-04-19)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      int  $x  X coordinate
      int  $y  Y coordinate
      string  $txt  text to overline
      -

      -
      [ Top ]
      -
      -
      - -

      method _dooverlinew [line 10393]

      -
      -
      -
      - void _dooverlinew( -int -$x, int -$y, int -$w) -
      -

      - - Overline for rectangular text area.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.9.015 (2010-04-19)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      int  $x  X coordinate
      int  $y  Y coordinate
      int  $w  width to overline
      -

      -
      [ Top ]
      -
      -
      - -

      method _dounderline [line 10329]

      -
      -
      -
      - void _dounderline( -int -$x, int -$y, string -$txt) -
      -

      - - Underline text.



      -

      Tags:

      -
      - - - - -
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      int  $x  X coordinate
      int  $y  Y coordinate
      string  $txt  text to underline
      -

      -
      [ Top ]
      -
      -
      - -

      method _dounderlinew [line 10342]

      -
      -
      -
      - void _dounderlinew( -int -$x, int -$y, int -$w) -
      -

      - - Underline for rectangular text area.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.8.008 (2009-09-29)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      int  $x  X coordinate
      int  $y  Y coordinate
      int  $w  width to underline
      -

      -
      [ Top ]
      -
      -
      - -

      method _encrypt_data [line 11054]

      -
      -
      -
      - void _encrypt_data( -int -$n, string -$s) -
      -

      - - Encrypt the input string.



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  5.0.005 (2010-05-11)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      int  $n  object number
      string  $s  data string to encrypt
      -

      -
      [ Top ]
      -
      -
      - -

      method _enddoc [line 10175]

      -
      -
      -
      - void _enddoc( -) -
      -

      - - Output end of document (EOF).



      -

      Tags:

      -
      - - - - -
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _endpage [line 10291]

      -
      -
      -
      - void _endpage( -) -
      -

      - - Mark end of page.



      -

      Tags:

      -
      - - - - -
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _escape [line 10416]

      -
      -
      -
      - string _escape( -string -$s) -
      -

      - - Add "\" before "\", "(" and ")"



      -

      Tags:

      -
      - - - - - - - -
      return:  escaped string.
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $s  string to escape.
      -

      -
      [ Top ]
      -
      -
      - -

      method _escapetext [line 10471]

      -
      -
      -
      - string _escapetext( -string -$s) -
      -

      - - THIS METHOD IS DEPRECATED

      Format a text string




      -

      Tags:

      -
      - - - - - - - - - - -
      return:  escaped string.
      deprecated:  
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $s  string to escape.
      -

      -
      [ Top ]
      -
      -
      - -

      method _freadint [line 10405]

      -
      -
      -
      - 4-byte _freadint( -string -$f) -
      -

      - - Read a 4-byte (32 bit) integer from file.



      -

      Tags:

      -
      - - - - - - - -
      return:  integer
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $f  file name.
      -

      -
      [ Top ]
      -
      -
      - -

      method _generateencryptionkey [line 11332]

      -
      -
      -
      - void _generateencryptionkey( -String -$user_pass, String -$owner_pass, String -$protection) -
      -

      - - Compute encryption key



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  2.0.000 (2008-01-02)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      String  $user_pass  user password
      String  $owner_pass  user password
      String  $protection  protection type
      -

      -
      [ Top ]
      -
      -
      - -

      method _getannotsrefs [line 7916]

      -
      -
      -
      - string _getannotsrefs( -int -$n) -
      -

      - - Get references to page annotations.



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  5.0.010 (2010-05-17)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $n  page number
      -

      -
      [ Top ]
      -
      -
      - -

      method _getBYTE [line 8650]

      -
      -
      -
      - int _getBYTE( - -&$str, -&$offset, string -$str, int -$offset) -
      -

      - - Get BYTE from string (8-bit unsigned integer).



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  8 bit value
      author:  Nicola Asuni
      since:  5.2.000 (2010-06-02)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - -
      string  $str  string from where to extract value
      int  $offset  point from where to read the data
        &$str  
        &$offset  
      -

      -
      [ Top ]
      -
      -
      - -

      method _getfontpath [line 7684]

      -
      -
      -
      - string _getfontpath( -) -
      -

      - - Return fonts path



      -

      Tags:

      -
      - - - - -
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _getobj [line 10313]

      -
      -
      -
      - string _getobj( -[int -$objid = '']) -
      -

      - - Return the starting object string for the selected object ID.



      -

      Tags:

      -
      - - - - - - - - - - -
      return:  the starting object string
      since:  5.8.009 (2010-08-20)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $objid  Object ID (leave empty to get a new ID).
      -

      -
      [ Top ]
      -
      -
      - -

      method _getrawstream [line 10491]

      -
      -
      -
      - void _getrawstream( -string -$s, [int -$n = 0]) -
      -

      - - get raw output stream.



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  5.5.000 (2010-06-22)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $s  string to output.
      int  $n  object reference for encryption mode
      -

      -
      [ Top ]
      -
      -
      - -

      method _getSHORT [line 8635]

      -
      -
      -
      - int _getSHORT( - -&$str, -&$offset, string -$str, int -$offset) -
      -

      - - Get SHORT from string (Big Endian 16-bit signed integer).



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  16 bit value
      author:  Nicola Asuni
      since:  5.2.000 (2010-06-02)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - -
      string  $str  string from where to extract value
      int  $offset  point from where to read the data
        &$str  
        &$offset  
      -

      -
      [ Top ]
      -
      -
      - -

      method _getstream [line 10506]

      -
      -
      -
      - void _getstream( -string -$s, [int -$n = 0]) -
      -

      - - Format output stream (DEPRECATED).



      -

      Tags:

      -
      - - - - - - - -
      deprecated:  
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $s  string to output.
      int  $n  object reference for encryption mode
      -

      -
      [ Top ]
      -
      -
      - -

      method _getTrueTypeFontSubset [line 8665]

      -
      -
      -
      - string _getTrueTypeFontSubset( -string -$font, array -$subsetchars) -
      -

      - - Returns a subset of the TrueType font data without the unused glyphs.



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  a subset of TrueType font data without the unused glyphs
      author:  Nicola Asuni
      since:  5.2.000 (2010-06-02)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $font  TrueType font data
      array  $subsetchars  array of used characters (the glyphs to keep)
      -

      -
      [ Top ]
      -
      -
      - -

      method _getTTFtableChecksum [line 8996]

      -
      -
      -
      - int _getTTFtableChecksum( -string -$table, int -$length) -
      -

      - - Returs the checksum of a TTF table.



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  checksum
      author:  Nicola Asuni
      since:  5.2.000 (2010-06-02)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $table  table to check
      int  $length  lenght of table in bytes
      -

      -
      [ Top ]
      -
      -
      - -

      method _getULONG [line 8605]

      -
      -
      -
      - int _getULONG( - -&$str, -&$offset, string -$str, int -$offset) -
      -

      - - Get ULONG from string (Big Endian 32-bit unsigned integer).



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  32 bit value
      author:  Nicola Asuni
      since:  5.2.000 (2010-06-02)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - -
      string  $str  string from where to extract value
      int  $offset  point from where to read the data
        &$str  
        &$offset  
      -

      -
      [ Top ]
      -
      -
      - -

      method _getUSHORT [line 8620]

      -
      -
      -
      - int _getUSHORT( - -&$str, -&$offset, string -$str, int -$offset) -
      -

      - - Get USHORT from string (Big Endian 16-bit unsigned integer).



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  16 bit value
      author:  Nicola Asuni
      since:  5.2.000 (2010-06-02)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - -
      string  $str  string from where to extract value
      int  $offset  point from where to read the data
        &$str  
        &$offset  
      -

      -
      [ Top ]
      -
      -
      - -

      method _getxobjectdict [line 9861]

      -
      -
      -
      - string _getxobjectdict( -) -
      -

      - - Return XObjects Dictionary.



      -

      Tags:

      -
      - - - - - - - - - - -
      return:  XObjects dictionary
      since:  5.8.014 (2010-08-23)
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _JScolor [line 13547]

      -
      -
      -
      - void _JScolor( -string -$color) -
      -

      - - Convert color to javascript color.



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Denis Van Nuffelen, Nicola Asuni
      since:  2.1.002 (2008-02-12)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $color  color name or #RRGGBB
      -

      -
      [ Top ]
      -
      -
      - -

      method _md5_16 [line 11263]

      -
      -
      -
      - String _md5_16( -string -$str) -
      -

      - - Encrypts a string using MD5 and returns it's value as a binary string.



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  MD5 encrypted binary string
      author:  Klemen Vodopivec
      since:  2.0.000 (2008-01-02)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $str  input string
      -

      -
      [ Top ]
      -
      -
      - -

      method _newobj [line 10301]

      -
      -
      -
      - int _newobj( -) -
      -

      - - Begin a new object and return the object number.



      -

      Tags:

      -
      - - - - - - - -
      return:  object number
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _objectkey [line 11035]

      -
      -
      -
      - void _objectkey( -int -$n) -
      -

      - - Compute encryption key depending on object number where the encrypted data is stored.

      This is used for all strings and streams without crypt filter specifier.




      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  2.0.000 (2008-01-02)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $n  object number
      -

      -
      [ Top ]
      -
      -
      - -

      method _out [line 10526]

      -
      -
      -
      - void _out( -string -$s) -
      -

      - - Output a string to the document.



      -

      Tags:

      -
      - - - - -
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $s  string to output.
      -

      -
      [ Top ]
      -
      -
      - -

      method _outCurve [line 12051]

      -
      -
      -
      - void _outCurve( -float -$x1, float -$y1, float -$x2, float -$y2, float -$x3, float -$y3) -
      -

      - - Append a cubic Bzier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using (x1, y1) and (x2, y2) as the Bzier control points.

      The new current point shall be (x3, y3).




      -

      Tags:

      -
      - - - - - - - -
      since:  2.1.000 (2008-01-08)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      float  $x1  Abscissa of control point 1.
      float  $y1  Ordinate of control point 1.
      float  $x2  Abscissa of control point 2.
      float  $y2  Ordinate of control point 2.
      float  $x3  Abscissa of end point.
      float  $y3  Ordinate of end point.
      -

      -
      [ Top ]
      -
      -
      - -

      method _outCurveV [line 12065]

      -
      -
      -
      - void _outCurveV( -float -$x2, float -$y2, float -$x3, float -$y3) -
      -

      - - Append a cubic Bzier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using the current point and (x2, y2) as the Bzier control points.

      The new current point shall be (x3, y3).




      -

      Tags:

      -
      - - - - - - - -
      since:  4.9.019 (2010-04-26)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - -
      float  $x2  Abscissa of control point 2.
      float  $y2  Ordinate of control point 2.
      float  $x3  Abscissa of end point.
      float  $y3  Ordinate of end point.
      -

      -
      [ Top ]
      -
      -
      - -

      method _outCurveY [line 12081]

      -
      -
      -
      - void _outCurveY( -float -$x1, float -$y1, float -$x3, float -$y3, float -$x2, float -$y2) -
      -

      - - Append a cubic Bzier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using (x1, y1) and (x3, y3) as the Bzier control points.

      The new current point shall be (x3, y3).




      -

      Tags:

      -
      - - - - - - - -
      since:  2.1.000 (2008-01-08)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      float  $x1  Abscissa of control point 1.
      float  $y1  Ordinate of control point 1.
      float  $x2  Abscissa of control point 2.
      float  $y2  Ordinate of control point 2.
      float  $x3  Abscissa of end point.
      float  $y3  Ordinate of end point.
      -

      -
      [ Top ]
      -
      -
      - -

      method _outellipticalarc [line 12277]

      -
      -
      -
      - void _outellipticalarc( -float -$xc, float -$yc, float -$rx, float -$ry, [ -$xang = 0], [ -$angs = 0], [ -$angf = 360], [boolean -$pie = false], [integer -$nc = 2], float -$xang:, float -$angs:, float -$angf:) -
      -

      - - Append an elliptical arc to the current path.

      An ellipse is formed from n Bezier curves.




      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  4.9.019 (2010-04-26)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      float  $xc  Abscissa of center point.
      float  $yc  Ordinate of center point.
      float  $rx  Horizontal radius.
      float  $ry  Vertical radius (if ry = 0 then is a circle, see Circle). Default value: 0.
      float  $xang:  Angle between the X-axis and the major axis of the ellipse. Default value: 0.
      float  $angs:  Angle start of draw line. Default value: 0.
      float  $angf:  Angle finish of draw line. Default value: 360.
      boolean  $pie  if true do not mark the border point (used to draw pie sectors).
      integer  $nc  Number of curves used to draw a 90 degrees portion of ellipse.
        $xang  
        $angs  
        $angf  
      -

      -
      [ Top ]
      -
      -
      - -

      method _outLine [line 12021]

      -
      -
      -
      - void _outLine( -float -$x, float -$y) -
      -

      - - Append a straight line segment from the current point to the point (x, y).

      The new current point shall be (x, y).




      -

      Tags:

      -
      - - - - - - - -
      since:  2.1.000 (2008-01-08)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      float  $x  Abscissa of end point.
      float  $y  Ordinate of end point.
      -

      -
      [ Top ]
      -
      -
      - -

      method _outPoint [line 12009]

      -
      -
      -
      - void _outPoint( -float -$x, float -$y) -
      -

      - - Begin a new subpath by moving the current point to coordinates (x, y), omitting any connecting line segment.



      -

      Tags:

      -
      - - - - - - - -
      since:  2.1.000 (2008-01-08)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      float  $x  Abscissa of point.
      float  $y  Ordinate of point.
      -

      -
      [ Top ]
      -
      -
      - -

      method _outRect [line 12035]

      -
      -
      -
      - void _outRect( -float -$x, float -$y, float -$w, float -$h, string -$op) -
      -

      - - Append a rectangle to the current path as a complete subpath, with lower-left corner (x, y) and dimensions widthand height in user space.



      -

      Tags:

      -
      - - - - - - - -
      since:  2.1.000 (2008-01-08)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      float  $x  Abscissa of upper-left corner (or upper-right corner for RTL language).
      float  $y  Ordinate of upper-left corner (or upper-right corner for RTL language).
      float  $w  Width.
      float  $h  Height.
      string  $op  options
      -

      -
      [ Top ]
      -
      -
      - -

      method _Ovalue [line 11276]

      -
      -
      -
      - String _Ovalue( -String -$user_pass, String -$owner_pass) -
      -

      - - Compute O value (used for encryption)



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  O value
      author:  Nicola Asuni
      since:  2.0.000 (2008-01-02)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      String  $user_pass  user password
      String  $owner_pass  user password
      -

      -
      [ Top ]
      -
      -
      - -

      method _parsejpeg [line 7076]

      -
      -
      -
      - array _parsejpeg( -string -$file) -
      -

      - - Extract info from a JPEG file without using the GD library.



      -

      Tags:

      -
      - - - - - - - -
      return:  structure containing the image data
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $file  image file to parse
      -

      -
      [ Top ]
      -
      -
      - -

      method _parsepng [line 7102]

      -
      -
      -
      - array _parsepng( -string -$file) -
      -

      - - Extract info from a PNG file without using the GD library.



      -

      Tags:

      -
      - - - - - - - -
      return:  structure containing the image data
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $file  image file to parse
      -

      -
      [ Top ]
      -
      -
      - -

      method _putannotsobjs [line 7952]

      -
      -
      -
      - void _putannotsobjs( -) -
      -

      - - Output annotations objects for all pages.

      !!! THIS METHOD IS NOT YET COMPLETED !!! See section 12.5 of PDF 32000_2008 reference.




      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  4.0.018 (2008-08-06)
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _putannotsrefs [line 7904]

      -
      -
      -
      - void _putannotsrefs( -int -$n) -
      -

      - - Output references to page annotations



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      author:  Nicola Asuni
      deprecated:  
      since:  4.7.000 (2008-08-29)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $n  page number
      -

      -
      [ Top ]
      -
      -
      - -

      method _putAPXObject [line 8564]

      -
      -
      -
      - int _putAPXObject( -[int -$w = 0], [int -$h = 0], [string -$stream = '']) -
      -

      - - Put appearance streams XObject used to define annotation's appearance states



      -

      Tags:

      -
      - - - - - - - - - - -
      return:  object ID
      since:  4.8.001 (2009-09-09)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      int  $w  annotation width
      int  $h  annotation height
      string  $stream  appearance stream
      -

      -
      [ Top ]
      -
      -
      - -

      method _putbookmarks [line 13384]

      -
      -
      -
      - void _putbookmarks( -) -
      -

      - - Create a bookmark PDF string.



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Olivier Plathey, Nicola Asuni
      since:  2.1.002 (2008-02-12)
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _putcatalog [line 10000]

      -
      -
      -
      - int _putcatalog( -) -
      -

      - - Output Catalog.



      -

      Tags:

      -
      - - - - - - - -
      return:  object id
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _putcidfont0 [line 9660]

      -
      -
      -
      - void _putcidfont0( -array -$font) -
      -

      - - Output CID-0 fonts.

      A Type 0 CIDFont contains glyph descriptions based on the Adobe Type 1 font format




      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Andrew Whitehead, Nicola Asuni, Yukihiro Nakadaira
      since:  3.2.000 (2008-06-23)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      array  $font  font data
      -

      -
      [ Top ]
      -
      -
      - -

      method _putEmbeddedFiles [line 4870]

      -
      -
      -
      - void _putEmbeddedFiles( -) -
      -

      - - Embedd the attached files.



      -

      Tags:

      -
      - - - - - - - - - - -
      see:  TCPDF::Annotation()
      since:  4.4.000 (2008-12-07)
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _putencryption [line 11078]

      -
      -
      -
      - void _putencryption( -) -
      -

      - - Put encryption on PDF document.



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  2.0.000 (2008-01-02)
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _putextgstates [line 14917]

      -
      -
      -
      - void _putextgstates( -array -$gs) -
      -

      - - Put extgstates for object transparency



      -

      Tags:

      -
      - - - - - - - -
      since:  3.0.000 (2008-03-27)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      array  $gs  extgstate
      -

      -
      [ Top ]
      -
      -
      - -

      method _putfonts [line 9117]

      -
      -
      -
      - void _putfonts( -) -
      -

      - - Output fonts.



      -

      Tags:

      -
      - - - - - - - -
      author:  Nicola Asuni
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _putfontwidths [line 9018]

      -
      -
      -
      - PDF _putfontwidths( -array -$font, [int -$cidoffset = 0]) -
      -

      - - Outputs font widths



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  command string for font widths
      author:  Nicola Asuni
      since:  4.4.000 (2008-12-07)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      array  $font  font data
      int  $cidoffset  offset for CID values
      -

      -
      [ Top ]
      -
      -
      - -

      method _putheader [line 10167]

      -
      -
      -
      - void _putheader( -) -
      -

      - - Output PDF header.



      -

      Tags:

      -
      - - - - -
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _putimages [line 9730]

      -
      -
      -
      - void _putimages( -) -
      -

      - - Output images.



      -

      Tags:

      -
      - - - - -
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _putinfo [line 9953]

      -
      -
      -
      - int _putinfo( -) -
      -

      - - Adds some Metadata information (Document Information Dictionary)

      (see Chapter 14.3.3 Document Information Dictionary of PDF32000_2008.pdf Reference)




      -

      Tags:

      -
      - - - - - - - -
      return:  object id
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _putjavascript [line 13493]

      -
      -
      -
      - void _putjavascript( -) -
      -

      - - Create a javascript PDF string.



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Johannes Gntert, Nicola Asuni
      since:  2.1.002 (2008-02-12)
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _putocg [line 14837]

      -
      -
      -
      - void _putocg( -) -
      -

      - - Put visibility settings.



      -

      Tags:

      -
      - - - - - - - -
      since:  3.0.000 (2008-03-27)
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _putpages [line 7695]

      -
      -
      -
      - void _putpages( -) -
      -

      - - Output pages.



      -

      Tags:

      -
      - - - - -
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _putresourcedict [line 9873]

      -
      -
      -
      - void _putresourcedict( -) -
      -

      - - Output Resources Dictionary.



      -

      Tags:

      -
      - - - - -
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _putresources [line 9931]

      -
      -
      -
      - void _putresources( -) -
      -

      - - Output Resources.



      -

      Tags:

      -
      - - - - -
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _putshaders [line 15471]

      -
      -
      -
      - void _putshaders( -) -
      -

      - - Output gradient shaders.



      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  3.1.000 (2008-06-09)
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _putsignature [line 14510]

      -
      -
      -
      - void _putsignature( -) -
      -

      - - Add certification signature (DocMDP or UR3)

      You can set only one signature type




      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  4.6.008 (2009-05-07)
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _putspotcolors [line 9841]

      -
      -
      -
      - void _putspotcolors( -) -
      -

      - - Output Spot Colors Resources.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.0.024 (2008-09-12)
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _putstream [line 10517]

      -
      -
      -
      - void _putstream( -string -$s, [int -$n = 0]) -
      -

      - - Output a stream (DEPRECATED).



      -

      Tags:

      -
      - - - - - - - -
      deprecated:  
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $s  string to output.
      int  $n  object reference for encryption mode
      -

      -
      [ Top ]
      -
      -
      - -

      method _puttruetypeunicode [line 9273]

      -
      -
      -
      - void _puttruetypeunicode( -array -$font) -
      -

      - - Adds unicode fonts.


      Based on PDF Reference 1.3 (section 5)




      -

      Tags:

      -
      - - - - - - - - - - -
      author:  Nicola Asuni
      since:  1.52.0.TC005 (2005-01-05)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      array  $font  font data
      -

      -
      [ Top ]
      -
      -
      - -

      method _putviewerpreferences [line 10096]

      -
      -
      -
      - string _putviewerpreferences( -) -
      -

      - - Output viewer preferences.



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  for viewer preferences
      author:  Nicola asuni
      since:  3.1.000 (2008-06-09)
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _putxobjects [line 9789]

      -
      -
      -
      - void _putxobjects( -) -
      -

      - - Output Form XObjects Templates.



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      author:  Nicola Asuni
      see:  TCPDF::startTemplate(), TCPDF::endTemplate(), TCPDF::printTemplate()
      since:  5.8.017 (2010-08-24)
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method _RC4 [line 11199]

      -
      -
      -
      - String _RC4( -string -$key, String -$text) -
      -

      - - Returns the input text exrypted using RC4 algorithm and the specified key.

      RC4 is the standard encryption algorithm used in PDF format




      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  encrypted text
      author:  Klemen Vodopivec, Nicola Asuni
      since:  2.0.000 (2008-01-02)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $key  encryption key
      String  $text  input text to be encrypted
      -

      -
      [ Top ]
      -
      -
      - -

      method _setGDImageTransparency [line 7055]

      -
      -
      -
      - void _setGDImageTransparency( -image -$new_image, image -$image) -
      -

      - - Set the transparency for the given GD image.



      -

      Tags:

      -
      - - - - - - - -
      since:  4.9.016 (2010-04-20)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      image  $new_image  GD image object
      image  $image  GD image object. return GD image object.
      -

      -
      [ Top ]
      -
      -
      - -

      method _textstring [line 10455]

      -
      -
      -
      - string _textstring( -string -$s, [int -$n = 0]) -
      -

      - - Format a text string for meta information



      -

      Tags:

      -
      - - - - - - - -
      return:  escaped string.
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $s  string to escape.
      int  $n  object ID
      -

      -
      [ Top ]
      -
      -
      - -

      method _toJPEG [line 7018]

      -
      -
      -
      - void _toJPEG( -image -$image, string -$file) -
      -

      - - Convert the loaded image to a JPEG and then return a structure for the PDF creator.

      This function requires GD library and write access to the directory defined on K_PATH_CACHE constant.




      -

      Tags:

      -
      - - - - -
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $file  Image file name.
      image  $image  Image object. return image JPEG image object.
      -

      -
      [ Top ]
      -
      -
      - -

      method _toPNG [line 7037]

      -
      -
      -
      - void _toPNG( -image -$image, string -$file) -
      -

      - - Convert the loaded image to a PNG and then return a structure for the PDF creator.

      This function requires GD library and write access to the directory defined on K_PATH_CACHE constant.




      -

      Tags:

      -
      - - - - - - - -
      since:  4.9.016 (2010-04-20)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $file  Image file name.
      image  $image  Image object. return image PNG image object.
      -

      -
      [ Top ]
      -
      -
      - -

      method _Uvalue [line 11305]

      -
      -
      -
      - String _Uvalue( -) -
      -

      - - Compute U value (used for encryption)



      -

      Tags:

      -
      - - - - - - - - - - - - - -
      return:  U value
      author:  Nicola Asuni
      since:  2.0.000 (2008-01-02)
      access:  protected
      -
      -

      - - -
      [ Top ]
      -
      -

      - - -
      -
      - Documentation generated on Tue, 31 Aug 2010 17:02:49 +0200 by phpDocumentor 1.4.3 -
      -
      -
      - - - \ No newline at end of file diff --git a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/TCPDF2DBarcode.html b/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/TCPDF2DBarcode.html deleted file mode 100644 index 071d37ce495..00000000000 --- a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/TCPDF2DBarcode.html +++ /dev/null @@ -1,310 +0,0 @@ - - -Docs For Class TCPDF2DBarcode - - - - - - - - - - - - - -
      com-tecnick-tcpdf
      - - - [ class tree: com-tecnick-tcpdf ] - [ index: com-tecnick-tcpdf ] - [ all elements ] -
      - - - - - - -
      -
      - -

      Class: TCPDF2DBarcode

      -Source Location: /2dbarcodes.php

      - - - - - - - - - - -
      - -

      Class Overview

      -

      -
      PHP class to creates array representations for 2D barcodes to be used with TCPDF (http://www.tcpdf.org).


      -

      Author(s):

      -
        -
      • Nicola Asuni
      • -
      - - - - - - -

      Version:

      -
        -
      • 1.0.007
      • -
      - - -
      -

      Variables

      - -
      -

      Methods

      - -
      -
      - - - - - - - - -
      -
      - - -

      Class Details

      -
      -[line 55]
      -PHP class to creates array representations for 2D barcodes to be used with TCPDF (http://www.tcpdf.org).




      -

      Tags:

      -
      - - - - - - - - - - - - - - - - -
      author:  Nicola Asuni
      version:  1.0.007
      link:  http://www.tcpdf.org
      name:  TCPDFBarcode
      license:  LGPL
      -
      -


      -
      [ Top ]

      - -
      - -

      Class Variables

      -
      - -

      -

      $barcode_array =  false

      -

      [line 61]

      -

      -

      Tags:

      -
      - - - - - - - -
      var:  representation of barcode.
      access:  protected
      -
      - -
      -
      - - - - - -
      Type:  array
      -


      -
      [ Top ]

      -

      - -
      - -

      Class Methods

      -
      - -
      - -

      constructor __construct [line 73]

      -
      -
      -
      - TCPDF2DBarcode __construct( -string -$code, string -$type) -
      -

      - - This is the class constructor.

      Return an array representations for 2D barcodes:

      • $arrcode['code'] code to be printed on text label
      • $arrcode['num_rows'] required number of rows
      • $arrcode['num_cols'] required number of columns
      • $arrcode['bcode'][$r][$c] value of the cell is $r row and $c column (0 = transparent, 1 = black)




      -

      Tags:

      -
      - - - - -
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $code  code to print
      string  $type  type of barcode:
      • RAW: raw mode - comma-separad list of array rows
      • RAW2: raw mode - array rows are surrounded by square parenthesis.
      • QRCODE : QR-CODE Low error correction
      • QRCODE,L : QR-CODE Low error correction
      • QRCODE,M : QR-CODE Medium error correction
      • QRCODE,Q : QR-CODE Better error correction
      • QRCODE,H : QR-CODE Best error correction
      • PDF417 : PDF417 (ISO/IEC 15438:2006)
      • PDF417,a,e,t,s,f,o0,o1,o2,o3,o4,o5,o6 : PDF417 with parameters: a = aspect ratio (width/height); e = error correction level (0-8); t = total number of macro segments; s = macro segment index (0-99998); f = file ID; o0 = File Name (text); o1 = Segment Count (numeric); o2 = Time Stamp (numeric); o3 = Sender (text); o4 = Addressee (text); o5 = File Size (numeric); o6 = Checksum (numeric). NOTES: Parameters t, s and f are required for a Macro Control Block, all other parametrs are optional. To use a comma character ',' on text options, replace it with the character 255: "\xff".
      -

      -
      [ Top ]
      -
      -
      - -

      method getBarcodeArray [line 81]

      -
      -
      -
      - array getBarcodeArray( -) -
      -

      - - Return an array representations of barcode.



      -

      Tags:

      -
      - - - - -
      access:  public
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method setBarcode [line 91]

      -
      -
      -
      - array setBarcode( -string -$code, string -$type) -
      -

      - - Set the barcode.



      -

      Tags:

      -
      - - - - -
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $code  code to print
      string  $type  type of barcode:
      • RAW: raw mode - comma-separad list of array rows
      • RAW2: raw mode - array rows are surrounded by square parenthesis.
      • QRCODE : QR-CODE Low error correction
      • QRCODE,L : QR-CODE Low error correction
      • QRCODE,M : QR-CODE Medium error correction
      • QRCODE,Q : QR-CODE Better error correction
      • QRCODE,H : QR-CODE Best error correction
      • PDF417 : PDF417 (ISO/IEC 15438:2006)
      • PDF417,a,e,t,s,f,o0,o1,o2,o3,o4,o5,o6 : PDF417 with parameters: a = aspect ratio (width/height); e = error correction level (0-8); t = total number of macro segments; s = macro segment index (0-99998); f = file ID; o0 = File Name (text); o1 = Segment Count (numeric); o2 = Time Stamp (numeric); o3 = Sender (text); o4 = Addressee (text); o5 = File Size (numeric); o6 = Checksum (numeric). NOTES: Parameters t, s and f are required for a Macro Control Block, all other parametrs are optional. To use a comma character ',' on text options, replace it with the character 255: "\xff".
      -

      -
      [ Top ]
      -
      -

      - - -
      -
      - Documentation generated on Tue, 31 Aug 2010 17:02:48 +0200 by phpDocumentor 1.4.3 -
      -
      -
      - - - \ No newline at end of file diff --git a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/TCPDFBarcode.html b/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/TCPDFBarcode.html deleted file mode 100644 index 7f872397ae6..00000000000 --- a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/TCPDFBarcode.html +++ /dev/null @@ -1,1388 +0,0 @@ - - -Docs For Class TCPDFBarcode - - - - - - - - - - - - - -
      com-tecnick-tcpdf
      - - - [ class tree: com-tecnick-tcpdf ] - [ index: com-tecnick-tcpdf ] - [ all elements ] -
      - - - - - - -
      -
      - -

      Class: TCPDFBarcode

      -Source Location: /barcodes.php

      - - - - - - - - - - -
      - -

      Class Overview

      -

      -
      PHP class to creates array representations for common 1D barcodes to be used with TCPDF (http://www.tcpdf.org).


      -

      Author(s):

      -
        -
      • Nicola Asuni
      • -
      - - - - - - -

      Version:

      -
        -
      • 1.0.011
      • -
      - - -
      -

      Variables

      - -
      -

      Methods

      - -
      -
      - - - - - - - - -
      -
      - - -

      Class Details

      -
      -[line 55]
      -PHP class to creates array representations for common 1D barcodes to be used with TCPDF (http://www.tcpdf.org).




      -

      Tags:

      -
      - - - - - - - - - - - - - - - - -
      author:  Nicola Asuni
      version:  1.0.011
      link:  http://www.tcpdf.org
      name:  TCPDFBarcode
      license:  LGPL
      -
      -


      -
      [ Top ]

      - -
      - -

      Class Variables

      -
      - -

      -

      $barcode_array =

      -

      [line 61]

      -

      -

      Tags:

      -
      - - - - - - - -
      var:  representation of barcode.
      access:  protected
      -
      - -
      -
      - - - - - -
      Type:  array
      -


      -
      [ Top ]

      -

      - -
      - -

      Class Methods

      -
      - -
      - -

      constructor __construct [line 77]

      -
      -
      -
      - TCPDFBarcode __construct( -string -$code, string -$type) -
      -

      - - This is the class constructor.

      Return an array representations for common 1D barcodes:

      • $arrcode['code'] code to be printed on text label
      • $arrcode['maxh'] max bar height
      • $arrcode['maxw'] max bar width
      • $arrcode['bcode'][$k] single bar or space in $k position
      • $arrcode['bcode'][$k]['t'] bar type: true = bar, false = space.
      • $arrcode['bcode'][$k]['w'] bar width in units.
      • $arrcode['bcode'][$k]['h'] bar height in units.
      • $arrcode['bcode'][$k]['p'] bar top position (0 = top, 1 = middle)




      -

      Tags:

      -
      - - - - -
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $code  code to print
      string  $type  type of barcode:
      • C39 : CODE 39 - ANSI MH10.8M-1983 - USD-3 - 3 of 9.
      • C39+ : CODE 39 with checksum
      • C39E : CODE 39 EXTENDED
      • C39E+ : CODE 39 EXTENDED + CHECKSUM
      • C93 : CODE 93 - USS-93
      • S25 : Standard 2 of 5
      • S25+ : Standard 2 of 5 + CHECKSUM
      • I25 : Interleaved 2 of 5
      • I25+ : Interleaved 2 of 5 + CHECKSUM
      • C128A : CODE 128 A
      • C128B : CODE 128 B
      • C128C : CODE 128 C
      • EAN2 : 2-Digits UPC-Based Extention
      • EAN5 : 5-Digits UPC-Based Extention
      • EAN8 : EAN 8
      • EAN13 : EAN 13
      • UPCA : UPC-A
      • UPCE : UPC-E
      • MSI : MSI (Variation of Plessey code)
      • MSI+ : MSI + CHECKSUM (modulo 11)
      • POSTNET : POSTNET
      • PLANET : PLANET
      • RMS4CC : RMS4CC (Royal Mail 4-state Customer Code) - CBC (Customer Bar Code)
      • KIX : KIX (Klant index - Customer index)
      • IMB: Intelligent Mail Barcode - Onecode - USPS-B-3200
      • CODABAR : CODABAR
      • CODE11 : CODE 11
      • PHARMA : PHARMACODE
      • PHARMA2T : PHARMACODE TWO-TRACKS
      -

      -
      [ Top ]
      -
      -
      - -

      method barcode_c128 [line 792]

      -
      -
      -
      - array barcode_c128( -string -$code, [string -$type = 'B']) -
      -

      - - C128 barcodes.

      Very capable code, excellent density, high reliability; in very wide use world-wide




      -

      Tags:

      -
      - - - - - - - -
      return:  barcode representation.
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $code  code to represent.
      string  $type  barcode type: A, B or C
      -

      -
      [ Top ]
      -
      -
      - -

      method barcode_codabar [line 1480]

      -
      -
      -
      - array barcode_codabar( -string -$code) -
      -

      - - CODABAR barcodes.

      Older code often used in library systems, sometimes in blood banks




      -

      Tags:

      -
      - - - - - - - -
      return:  barcode representation.
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $code  code to represent.
      -

      -
      [ Top ]
      -
      -
      - -

      method barcode_code11 [line 1536]

      -
      -
      -
      - array barcode_code11( -string -$code) -
      -

      - - CODE11 barcodes.

      Used primarily for labeling telecommunications equipment




      -

      Tags:

      -
      - - - - - - - -
      return:  barcode representation.
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $code  code to represent.
      -

      -
      [ Top ]
      -
      -
      - -

      method barcode_code39 [line 230]

      -
      -
      -
      - array barcode_code39( -string -$code, [ -$extended = false], [boolean -$checksum = false]) -
      -

      - - CODE 39 - ANSI MH10.8M-1983 - USD-3 - 3 of 9.

      General-purpose code in very wide use world-wide




      -

      Tags:

      -
      - - - - - - - -
      return:  barcode representation.
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - - - - - - -
      string  $code  code to represent.
      boolean  $checksum  if true add a checksum to the code
        $extended  
      -

      -
      [ Top ]
      -
      -
      - -

      method barcode_code93 [line 399]

      -
      -
      -
      - array barcode_code93( -string -$code, boolean -$checksum) -
      -

      - - CODE 93 - USS-93

      Compact code similar to Code 39




      -

      Tags:

      -
      - - - - - - - -
      return:  barcode representation.
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $code  code to represent.
      boolean  $checksum  if true add a checksum to the code
      -

      -
      [ Top ]
      -
      -
      - -

      method barcode_eanext [line 1181]

      -
      -
      -
      - array barcode_eanext( -string -$code, [string -$len = 5]) -
      -

      - - UPC-Based Extentions

      2-Digit Ext.: Used to indicate magazines and newspaper issue numbers 5-Digit Ext.: Used to mark suggested retail price of books




      -

      Tags:

      -
      - - - - - - - -
      return:  barcode representation.
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $code  code to represent.
      string  $len  barcode type: 2 = 2-Digit, 5 = 5-Digit
      -

      -
      [ Top ]
      -
      -
      - -

      method barcode_eanupc [line 988]

      -
      -
      -
      - array barcode_eanupc( -string -$code, [string -$len = 13]) -
      -

      - - EAN13 and UPC-A barcodes.

      EAN13: European Article Numbering international retail product code UPC-A: Universal product code seen on almost all retail products in the USA and Canada UPC-E: Short version of UPC symbol




      -

      Tags:

      -
      - - - - - - - -
      return:  barcode representation.
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $code  code to represent.
      string  $len  barcode type: 6 = UPC-E, 8 = EAN8, 13 = EAN13, 12 = UPC-A
      -

      -
      [ Top ]
      -
      -
      - -

      method barcode_i25 [line 728]

      -
      -
      -
      - array barcode_i25( -string -$code, [boolean -$checksum = false]) -
      -

      - - Interleaved 2 of 5 barcodes.

      Compact numeric code, widely used in industry, air cargo Contains digits (0 to 9) and encodes the data in the width of both bars and spaces.




      -

      Tags:

      -
      - - - - - - - -
      return:  barcode representation.
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $code  code to represent.
      boolean  $checksum  if true add a checksum to the code
      -

      -
      [ Top ]
      -
      -
      - -

      method barcode_imb [line 1717]

      -
      -
      -
      - array barcode_imb( -string -$code) -
      -

      - - IMB - Intelligent Mail Barcode - Onecode - USPS-B-3200 (requires PHP bcmath extension) Intelligent Mail barcode is a 65-bar code for use on mail in the United States.

      The fields are described as follows:

      • The Barcode Identifier shall be assigned by USPS to encode the presort identification that is currently printed in human readable form on the optional endorsement line (OEL) as well as for future USPS use. This shall be two digits, with the second digit in the range of 0–4. The allowable encoding ranges shall be 00–04, 10–14, 20–24, 30–34, 40–44, 50–54, 60–64, 70–74, 80–84, and 90–94.
      • The Service Type Identifier shall be assigned by USPS for any combination of services requested on the mailpiece. The allowable encoding range shall be 000http://it2.php.net/manual/en/function.dechex.php–999. Each 3-digit value shall correspond to a particular mail class with a particular combination of service(s). Each service program, such as OneCode Confirm and OneCode ACS, shall provide the list of Service Type Identifier values.
      • The Mailer or Customer Identifier shall be assigned by USPS as a unique, 6 or 9 digit number that identifies a business entity. The allowable encoding range for the 6 digit Mailer ID shall be 000000- 899999, while the allowable encoding range for the 9 digit Mailer ID shall be 900000000-999999999.
      • The Serial or Sequence Number shall be assigned by the mailer for uniquely identifying and tracking mailpieces. The allowable encoding range shall be 000000000–999999999 when used with a 6 digit Mailer ID and 000000-999999 when used with a 9 digit Mailer ID. e. The Delivery Point ZIP Code shall be assigned by the mailer for routing the mailpiece. This shall replace POSTNET for routing the mailpiece to its final delivery point. The length may be 0, 5, 9, or 11 digits. The allowable encoding ranges shall be no ZIP Code, 00000–99999, 000000000–999999999, and 00000000000–99999999999.




      -

      Tags:

      -
      - - - - - - - -
      return:  barcode representation.
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $code  code to print, separate the ZIP (routing code) from the rest using a minus char '-' (BarcodeID_ServiceTypeID_MailerID_SerialNumber-RoutingCode)
      -

      -
      [ Top ]
      -
      -
      - -

      method barcode_msi [line 598]

      -
      -
      -
      - array barcode_msi( -string -$code, [boolean -$checksum = false]) -
      -

      - - MSI.

      Variation of Plessey code, with similar applications Contains digits (0 to 9) and encodes the data only in the width of bars.




      -

      Tags:

      -
      - - - - - - - -
      return:  barcode representation.
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $code  code to represent.
      boolean  $checksum  if true add a checksum to the code (modulo 11)
      -

      -
      [ Top ]
      -
      -
      - -

      method barcode_pharmacode [line 1628]

      -
      -
      -
      - array barcode_pharmacode( -string -$code) -
      -

      - - Pharmacode

      Contains digits (0 to 9)




      -

      Tags:

      -
      - - - - - - - -
      return:  barcode representation.
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $code  code to represent.
      -

      -
      [ Top ]
      -
      -
      - -

      method barcode_pharmacode2t [line 1654]

      -
      -
      -
      - array barcode_pharmacode2t( -string -$code) -
      -

      - - Pharmacode two-track

      Contains digits (0 to 9)




      -

      Tags:

      -
      - - - - - - - -
      return:  barcode representation.
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $code  code to represent.
      -

      -
      [ Top ]
      -
      -
      - -

      method barcode_postnet [line 1256]

      -
      -
      -
      - array barcode_postnet( -string -$code, [boolean -$planet = false]) -
      -

      - - POSTNET and PLANET barcodes.

      Used by U.S. Postal Service for automated mail sorting




      -

      Tags:

      -
      - - - - - - - -
      return:  barcode representation.
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $code  zip code to represent. Must be a string containing a zip code of the form DDDDD or DDDDD-DDDD.
      boolean  $planet  if true print the PLANET barcode, otherwise print POSTNET
      -

      -
      [ Top ]
      -
      -
      - -

      method barcode_rms4cc [line 1329]

      -
      -
      -
      - array barcode_rms4cc( -string -$code, [boolean -$kix = false]) -
      -

      - - RMS4CC - CBC - KIX RMS4CC (Royal Mail 4-state Customer Code) - CBC (Customer Bar Code) - KIX (Klant index - Customer index) RM4SCC is the name of the barcode symbology used by the Royal Mail for its Cleanmail service.



      -

      Tags:

      -
      - - - - - - - -
      return:  barcode representation.
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $code  code to print
      boolean  $kix  if true prints the KIX variation (doesn't use the start and end symbols, and the checksum) - in this case the house number must be sufficed with an X and placed at the end of the code.
      -

      -
      [ Top ]
      -
      -
      - -

      method barcode_s25 [line 657]

      -
      -
      -
      - array barcode_s25( -string -$code, [boolean -$checksum = false]) -
      -

      - - Standard 2 of 5 barcodes.

      Used in airline ticket marking, photofinishing Contains digits (0 to 9) and encodes the data only in the width of bars.




      -

      Tags:

      -
      - - - - - - - -
      return:  barcode representation.
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $code  code to represent.
      boolean  $checksum  if true add a checksum to the code
      -

      -
      [ Top ]
      -
      -
      - -

      method binseq_to_array [line 698]

      -
      -
      -
      - array binseq_to_array( -string -$seq, -$bararray) -
      -

      - - Convert binary barcode sequence to TCPDF barcode array



      -

      Tags:

      -
      - - - - - - - -
      return:  barcode representation.
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $seq  barcode as binary sequence òparam array $bararray TCPDF barcode array to fill up
        $bararray  
      -

      -
      [ Top ]
      -
      -
      - -

      method checksum_code39 [line 375]

      -
      -
      -
      - char checksum_code39( -string -$code) -
      -

      - - Calculate CODE 39 checksum (modulo 43).



      -

      Tags:

      -
      - - - - - - - -
      return:  checksum.
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $code  code to represent.
      -

      -
      [ Top ]
      -
      -
      - -

      method checksum_code93 [line 527]

      -
      -
      -
      - string checksum_code93( -string -$code) -
      -

      - - Calculate CODE 93 checksum (modulo 47).



      -

      Tags:

      -
      - - - - - - - -
      return:  checksum code.
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $code  code to represent.
      -

      -
      [ Top ]
      -
      -
      - -

      method checksum_s25 [line 572]

      -
      -
      -
      - int checksum_s25( -string -$code) -
      -

      - - Checksum for standard 2 of 5 barcodes.



      -

      Tags:

      -
      - - - - - - - -
      return:  checksum.
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $code  code to process.
      -

      -
      [ Top ]
      -
      -
      - -

      method dec_to_hex [line 1841]

      -
      -
      -
      - string dec_to_hex( -string -$number) -
      -

      - - Convert large integer number to hexadecimal representation.

      (requires PHP bcmath extension)




      -

      Tags:

      -
      - - - - - - - -
      return:  hexadecimal representation
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $number  number to convert specified as a string
      -

      -
      [ Top ]
      -
      -
      - -

      method encode_code39_ext [line 324]

      -
      -
      -
      - encoded encode_code39_ext( -string -$code) -
      -

      - - Encode a string to be used for CODE 39 Extended mode.



      -

      Tags:

      -
      - - - - - - - -
      return:  string.
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $code  code to represent.
      -

      -
      [ Top ]
      -
      -
      - -

      method getBarcodeArray [line 85]

      -
      -
      -
      - array getBarcodeArray( -) -
      -

      - - Return an array representations of barcode.



      -

      Tags:

      -
      - - - - -
      access:  public
      -
      -

      - - -
      [ Top ]
      -
      -
      - -

      method hex_to_dec [line 1865]

      -
      -
      -
      - string hex_to_dec( -string -$hex) -
      -

      - - Convert large hexadecimal number to decimal representation (string).

      (requires PHP bcmath extension)




      -

      Tags:

      -
      - - - - - - - -
      return:  hexadecimal representation
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $hex  hexadecimal number to convert specified as a string
      -

      -
      [ Top ]
      -
      -
      - -

      method imb_crc11fcs [line 1882]

      -
      -
      -
      - int imb_crc11fcs( -string -$code_arr) -
      -

      - - Intelligent Mail Barcode calculation of Frame Check Sequence



      -

      Tags:

      -
      - - - - - - - -
      return:  11 bit Frame Check Sequence as integer (decimal base)
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      string  $code_arr  array of hexadecimal values (13 bytes holding 102 bits right justified).
      -

      -
      [ Top ]
      -
      -
      - -

      method imb_reverse_us [line 1918]

      -
      -
      -
      - int imb_reverse_us( -int -$num) -
      -

      - - Reverse unsigned short value



      -

      Tags:

      -
      - - - - - - - -
      return:  reversed value
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - -
      int  $num  value to reversr
      -

      -
      [ Top ]
      -
      -
      - -

      method imb_tables [line 1935]

      -
      -
      -
      - array imb_tables( -int -$n, int -$size) -
      -

      - - generate Nof13 tables used for Intelligent Mail Barcode



      -

      Tags:

      -
      - - - - - - - -
      return:  requested table
      access:  protected
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      int  $n  is the type of table: 2 for 2of13 table, 5 for 5of13table
      int  $size  size of table (78 for n=2 and 1287 for n=5)
      -

      -
      [ Top ]
      -
      -
      - -

      method setBarcode [line 95]

      -
      -
      -
      - array setBarcode( -string -$code, string -$type) -
      -

      - - Set the barcode.



      -

      Tags:

      -
      - - - - -
      access:  public
      -
      -

      - - -

      Parameters:

      -
      - - - - - - - - - - - -
      string  $code  code to print
      string  $type  type of barcode:
      • C39 : CODE 39 - ANSI MH10.8M-1983 - USD-3 - 3 of 9.
      • C39+ : CODE 39 with checksum
      • C39E : CODE 39 EXTENDED
      • C39E+ : CODE 39 EXTENDED + CHECKSUM
      • C93 : CODE 93 - USS-93
      • S25 : Standard 2 of 5
      • S25+ : Standard 2 of 5 + CHECKSUM
      • I25 : Interleaved 2 of 5
      • I25+ : Interleaved 2 of 5 + CHECKSUM
      • C128A : CODE 128 A
      • C128B : CODE 128 B
      • C128C : CODE 128 C
      • EAN2 : 2-Digits UPC-Based Extention
      • EAN5 : 5-Digits UPC-Based Extention
      • EAN8 : EAN 8
      • EAN13 : EAN 13
      • UPCA : UPC-A
      • UPCE : UPC-E
      • MSI : MSI (Variation of Plessey code)
      • MSI+ : MSI + CHECKSUM (modulo 11)
      • POSTNET : POSTNET
      • PLANET : PLANET
      • RMS4CC : RMS4CC (Royal Mail 4-state Customer Code) - CBC (Customer Bar Code)
      • KIX : KIX (Klant index - Customer index)
      • IMB: Intelligent Mail Barcode - Onecode - USPS-B-3200
      • CODABAR : CODABAR
      • CODE11 : CODE 11
      • PHARMA : PHARMACODE
      • PHARMA2T : PHARMACODE TWO-TRACKS
      -

      -
      [ Top ]
      -
      -

      - - -
      -
      - Documentation generated on Tue, 31 Aug 2010 17:02:48 +0200 by phpDocumentor 1.4.3 -
      -
      -
      - - - \ No newline at end of file diff --git a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/_2dbarcodes.php.html b/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/_2dbarcodes.php.html deleted file mode 100644 index f35949f4f2b..00000000000 --- a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/_2dbarcodes.php.html +++ /dev/null @@ -1,116 +0,0 @@ - - -Docs for page 2dbarcodes.php - - - - - - - - - - - - - -
      com-tecnick-tcpdf
      - - - [ class tree: com-tecnick-tcpdf ] - [ index: com-tecnick-tcpdf ] - [ all elements ] -
      - - - - - - -
      -
      - -

      Procedural File: 2dbarcodes.php

      -Source Location: /2dbarcodes.php

      - -
      -
      - -
      -

      Classes:

      -
      TCPDF2DBarcode
      -
      PHP class to creates array representations for 2D barcodes to be used with TCPDF (http://www.tcpdf.org).
      -


      - -

      Page Details:

      -PHP class to creates array representations for 2D barcodes to be used with TCPDF.



      -

      Tags:

      -
      - - - - - - - - - - - - - - - - - - - -
      author:  Nicola Asuni
      version:  1.0.007
      copyright:  2009-2009 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
      link:  http://www.tcpdf.org
      abstract:  Functions for generating string representation of 2D barcodes.
      license:  LGPL
      -
      -

      -

      -

      -
      - -
      -
      - Documentation generated on Tue, 31 Aug 2010 17:02:48 +0200 by phpDocumentor 1.4.3 -
      -
      -
      - - - \ No newline at end of file diff --git a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/_barcodes.php.html b/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/_barcodes.php.html deleted file mode 100644 index 4fdfb940cba..00000000000 --- a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/_barcodes.php.html +++ /dev/null @@ -1,116 +0,0 @@ - - -Docs for page barcodes.php - - - - - - - - - - - - - -
      com-tecnick-tcpdf
      - - - [ class tree: com-tecnick-tcpdf ] - [ index: com-tecnick-tcpdf ] - [ all elements ] -
      - - - - - - -
      -
      - -

      Procedural File: barcodes.php

      -Source Location: /barcodes.php

      - -
      -
      - -
      -

      Classes:

      -
      TCPDFBarcode
      -
      PHP class to creates array representations for common 1D barcodes to be used with TCPDF (http://www.tcpdf.org).
      -


      - -

      Page Details:

      -PHP class to creates array representations for common 1D barcodes to be used with TCPDF.



      -

      Tags:

      -
      - - - - - - - - - - - - - - - - - - - -
      author:  Nicola Asuni
      version:  1.0.011
      copyright:  2008-2009 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
      link:  http://www.tcpdf.org
      abstract:  Functions for generating string representation of common 1D barcodes.
      license:  LGPL
      -
      -

      -

      -

      -
      - -
      -
      - Documentation generated on Tue, 31 Aug 2010 17:02:48 +0200 by phpDocumentor 1.4.3 -
      -
      -
      - - - \ No newline at end of file diff --git a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html b/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html deleted file mode 100644 index 695d11221ba..00000000000 --- a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/_config---tcpdf_config.php.html +++ /dev/null @@ -1,553 +0,0 @@ - - -Docs for page tcpdf_config.php - - - - - - - - - - - - - -
      com-tecnick-tcpdf
      - - - [ class tree: com-tecnick-tcpdf ] - [ index: com-tecnick-tcpdf ] - [ all elements ] -
      - - - - - - -
      -
      - -

      Procedural File: tcpdf_config.php

      -Source Location: /config/tcpdf_config.php

      - -
      -
      - - -

      Page Details:

      -Configuration file for TCPDF.



      -

      Tags:

      -
      - - - - - - - - - - - - - - - - - - - -
      author:  Nicola Asuni
      version:  4.9.005
      copyright:  2004-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
      link:  http://tcpdf.sourceforge.net
      since:  2004-10-27
      license:  LGPL
      -
      -

      -

      -

      -
      - -

      HEAD_MAGNIFICATION [line 212]

      -
      -
      -
      - HEAD_MAGNIFICATION = 1.1 -
      -
      - - magnification factor for titles


      -
      -
      [ Top ]


      -
      - -

      K_BLANK_IMAGE [line 102]

      -
      -
      -
      - K_BLANK_IMAGE = K_PATH_IMAGES.'_blank.png' -
      -
      - - blank image


      -
      -
      [ Top ]


      -
      - -

      K_CELL_HEIGHT_RATIO [line 217]

      -
      -
      -
      - K_CELL_HEIGHT_RATIO = 1.25 -
      -
      - - height of cell repect font height


      -
      -
      [ Top ]


      -
      - -

      K_PATH_CACHE [line 87]

      -
      -
      -
      - K_PATH_CACHE = K_PATH_MAIN.'cache/' -
      -
      - - cache directory for temporary files (full path)


      -
      -
      [ Top ]


      -
      - -

      K_PATH_FONTS [line 82]

      -
      -
      -
      - K_PATH_FONTS = K_PATH_MAIN.'fonts/' -
      -
      - - path for PDF fonts

      use K_PATH_MAIN.'fonts/old/' for old non-UTF8 fonts



      -
      -
      [ Top ]


      -
      - -

      K_PATH_IMAGES [line 97]

      -
      -
      -
      - K_PATH_IMAGES = K_PATH_MAIN.'images/' -
      -
      - - images directory


      -
      -
      [ Top ]


      -
      - -

      K_PATH_MAIN [line 58]

      -
      -
      -
      - K_PATH_MAIN = $k_path_main -
      -
      - - Installation path (/var/www/tcpdf/).

      By default it is automatically calculated but you can also set it as a fixed string to improve performances.



      -
      -
      [ Top ]


      -
      - -

      K_PATH_URL [line 76]

      -
      -
      -
      - K_PATH_URL = $k_path_url -
      -
      - - URL path to tcpdf installation folder (http://localhost/tcpdf/).

      By default it is automatically calculated but you can also set it as a fixed string to improve performances.



      -
      -
      [ Top ]


      -
      - -

      K_PATH_URL_CACHE [line 92]

      -
      -
      -
      - K_PATH_URL_CACHE = K_PATH_URL.'cache/' -
      -
      - - cache directory for temporary files (url path)


      -
      -
      [ Top ]


      -
      - -

      K_SMALL_RATIO [line 227]

      -
      -
      -
      - K_SMALL_RATIO = 2/3 -
      -
      - - reduction factor for small font


      -
      -
      [ Top ]


      -
      - -

      K_TCPDF_CALLS_IN_HTML [line 238]

      -
      -
      -
      - K_TCPDF_CALLS_IN_HTML = true -
      -
      - - if true allows to call TCPDF methods using HTML syntax IMPORTANT: For security reason, disable this feature if you are printing user HTML content.


      -
      -
      [ Top ]


      -
      - -

      K_THAI_TOPCHARS [line 232]

      -
      -
      -
      - K_THAI_TOPCHARS = true -
      -
      - - set to true to enable the special procedure used to avoid the overlappind of symbols on Thai language


      -
      -
      [ Top ]


      -
      - -

      K_TITLE_MAGNIFICATION [line 222]

      -
      -
      -
      - K_TITLE_MAGNIFICATION = 1.3 -
      -
      - - title magnification respect main font size


      -
      -
      [ Top ]


      -
      - -

      PDF_AUTHOR [line 122]

      -
      -
      -
      - PDF_AUTHOR = 'TCPDF' -
      -
      - - document author


      -
      -
      [ Top ]


      -
      - -

      PDF_CREATOR [line 117]

      -
      -
      -
      - PDF_CREATOR = 'TCPDF' -
      -
      - - document creator


      -
      -
      [ Top ]


      -
      - -

      PDF_FONT_MONOSPACED [line 202]

      -
      -
      -
      - PDF_FONT_MONOSPACED = 'courier' -
      -
      - - default monospaced font name


      -
      -
      [ Top ]


      -
      - -

      PDF_FONT_NAME_DATA [line 192]

      -
      -
      -
      - PDF_FONT_NAME_DATA = 'helvetica' -
      -
      - - default data font name


      -
      -
      [ Top ]


      -
      - -

      PDF_FONT_NAME_MAIN [line 182]

      -
      -
      -
      - PDF_FONT_NAME_MAIN = 'helvetica' -
      -
      - - default main font name


      -
      -
      [ Top ]


      -
      - -

      PDF_FONT_SIZE_DATA [line 197]

      -
      -
      -
      - PDF_FONT_SIZE_DATA = 8 -
      -
      - - default data font size


      -
      -
      [ Top ]


      -
      - -

      PDF_FONT_SIZE_MAIN [line 187]

      -
      -
      -
      - PDF_FONT_SIZE_MAIN = 10 -
      -
      - - default main font size


      -
      -
      [ Top ]


      -
      - -

      PDF_HEADER_LOGO [line 137]

      -
      -
      -
      - PDF_HEADER_LOGO = 'tcpdf_logo.jpg' -
      -
      - - image logo


      -
      -
      [ Top ]


      -
      - -

      PDF_HEADER_LOGO_WIDTH [line 142]

      -
      -
      -
      - PDF_HEADER_LOGO_WIDTH = 30 -
      -
      - - header logo image width [mm]


      -
      -
      [ Top ]


      -
      - -

      PDF_HEADER_STRING [line 132]

      -
      -
      -
      - PDF_HEADER_STRING = "by Nicola Asuni - Tecnick.com\nwww.tcpdf.org" -
      -
      - - header description string


      -
      -
      [ Top ]


      -
      - -

      PDF_HEADER_TITLE [line 127]

      -
      -
      -
      - PDF_HEADER_TITLE = 'TCPDF Example' -
      -
      - - header title


      -
      -
      [ Top ]


      -
      - -

      PDF_IMAGE_SCALE_RATIO [line 207]

      -
      -
      -
      - PDF_IMAGE_SCALE_RATIO = 1.25 -
      -
      - - ratio used to adjust the conversion of pixels to user units


      -
      -
      [ Top ]


      -
      - -

      PDF_MARGIN_BOTTOM [line 167]

      -
      -
      -
      - PDF_MARGIN_BOTTOM = 25 -
      -
      - - bottom margin


      -
      -
      [ Top ]


      -
      - -

      PDF_MARGIN_FOOTER [line 157]

      -
      -
      -
      - PDF_MARGIN_FOOTER = 10 -
      -
      - - footer margin


      -
      -
      [ Top ]


      -
      - -

      PDF_MARGIN_HEADER [line 152]

      -
      -
      -
      - PDF_MARGIN_HEADER = 5 -
      -
      - - header margin


      -
      -
      [ Top ]


      -
      - -

      PDF_MARGIN_LEFT [line 172]

      -
      -
      -
      - PDF_MARGIN_LEFT = 15 -
      -
      - - left margin


      -
      -
      [ Top ]


      -
      - -

      PDF_MARGIN_RIGHT [line 177]

      -
      -
      -
      - PDF_MARGIN_RIGHT = 15 -
      -
      - - right margin


      -
      -
      [ Top ]


      -
      - -

      PDF_MARGIN_TOP [line 162]

      -
      -
      -
      - PDF_MARGIN_TOP = 27 -
      -
      - - top margin


      -
      -
      [ Top ]


      -
      - -

      PDF_PAGE_FORMAT [line 107]

      -
      -
      -
      - PDF_PAGE_FORMAT = 'A4' -
      -
      - - page format


      -
      -
      [ Top ]


      -
      - -

      PDF_PAGE_ORIENTATION [line 112]

      -
      -
      -
      - PDF_PAGE_ORIENTATION = 'P' -
      -
      - - page orientation (P=portrait, L=landscape)


      -
      -
      [ Top ]


      -
      - -

      PDF_UNIT [line 147]

      -
      -
      -
      - PDF_UNIT = 'mm' -
      -
      - - document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch]


      -
      -
      [ Top ]


      -
      - -
      -
      - Documentation generated on Tue, 31 Aug 2010 17:02:54 +0200 by phpDocumentor 1.4.3 -
      -
      -
      - - - \ No newline at end of file diff --git a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/_htmlcolors.php.html b/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/_htmlcolors.php.html deleted file mode 100644 index 846426051b8..00000000000 --- a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/_htmlcolors.php.html +++ /dev/null @@ -1,108 +0,0 @@ - - -Docs for page htmlcolors.php - - - - - - - - - - - - - -
      com-tecnick-tcpdf
      - - - [ class tree: com-tecnick-tcpdf ] - [ index: com-tecnick-tcpdf ] - [ all elements ] -
      - - - - - - -
      -
      - -

      Procedural File: htmlcolors.php

      -Source Location: /htmlcolors.php

      - -
      -
      - - -

      Page Details:

      -Array of WEB safe colors.



      -

      Tags:

      -
      - - - - - - - - - - - - - - - - -
      author:  Nicola Asuni
      copyright:  2002-2009 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
      link:  http://www.tcpdf.org
      since:  2.9.000 (2008-03-26)
      license:  LGPL
      -
      -

      -

      -

      -
      - -
      -
      - Documentation generated on Tue, 31 Aug 2010 17:02:48 +0200 by phpDocumentor 1.4.3 -
      -
      -
      - - - \ No newline at end of file diff --git a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/_pdf417.php.html b/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/_pdf417.php.html deleted file mode 100644 index 12fcb3c1419..00000000000 --- a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/_pdf417.php.html +++ /dev/null @@ -1,168 +0,0 @@ - - -Docs for page pdf417.php - - - - - - - - - - - - - -
      com-tecnick-tcpdf
      - - - [ class tree: com-tecnick-tcpdf ] - [ index: com-tecnick-tcpdf ] - [ all elements ] -
      - - - - - - -
      -
      - -

      Procedural File: pdf417.php

      -Source Location: /pdf417.php

      - -
      -
      - -
      -

      Classes:

      -
      PDF417
      -
      Class to create PDF417 barcode arrays for TCPDF class.
      -


      - -

      Page Details:

      -Class to create PDF417 barcode arrays for TCPDF class.

      PDF417 (ISO/IEC 15438:2006) is a 2-dimensional stacked bar code created by Symbol Technologies in 1991. (requires PHP bcmath extension)




      -

      Tags:

      -
      - - - - - - - - - - - - - - - - - - - -
      author:  Nicola Asuni
      version:  1.0.003
      copyright:  2010-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
      link:  http://www.tcpdf.org
      abstract:  Class to create PDF417 barcode arrays for TCPDF class.
      license:  LGPL
      -
      -

      -

      -

      -
      - -

      PDF417DEFS [line 65]

      -
      -
      -
      - PDF417DEFS = true -
      -
      - - Indicate that definitions for this class are set


      -
      -
      [ Top ]


      -
      - -

      QUIETH [line 77]

      -
      -
      -
      - QUIETH = 2 -
      -
      - - Horizontal quiet zone in modules


      -
      -
      [ Top ]


      -
      - -

      QUIETV [line 82]

      -
      -
      -
      - QUIETV = 2 -
      -
      - - Vertical quiet zone in modules


      -
      -
      [ Top ]


      -
      - -

      ROWHEIGHT [line 72]

      -
      -
      -
      - ROWHEIGHT = 4 -
      -
      - - Row height respect X dimension of single module


      -
      -
      [ Top ]


      -
      - -
      -
      - Documentation generated on Tue, 31 Aug 2010 17:02:48 +0200 by phpDocumentor 1.4.3 -
      -
      -
      - - - \ No newline at end of file diff --git a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/_qrcode.php.html b/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/_qrcode.php.html deleted file mode 100644 index 7d3e91e5344..00000000000 --- a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/_qrcode.php.html +++ /dev/null @@ -1,491 +0,0 @@ - - -Docs for page qrcode.php - - - - - - - - - - - - - -
      com-tecnick-tcpdf
      - - - [ class tree: com-tecnick-tcpdf ] - [ index: com-tecnick-tcpdf ] - [ all elements ] -
      - - - - - - -
      -
      - -

      Procedural File: qrcode.php

      -Source Location: /qrcode.php

      - -
      -
      - -
      -

      Classes:

      -
      QRcode
      -
      Class to create QR-code arrays for TCPDF class.
      -


      - -

      Page Details:

      -Class to create QR-code arrays for TCPDF class.

      QR Code symbol is a 2D barcode that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and has high robustness. This class supports QR Code model 2, described in JIS (Japanese Industrial Standards) X0510:2004 or ISO/IEC 18004. Currently the following features are not supported: ECI and FNC1 mode, Micro QR Code, QR Code model 1, Structured mode.

      This class is derived from "PHP QR Code encoder" by Dominik Dzienia (http://phpqrcode.sourceforge.net/) based on "libqrencode C library 3.1.1." by Kentaro Fukuchi (http://megaui.net/fukuchi/works/qrencode/index.en.html), contains Reed-Solomon code written by Phil Karn, KA9Q. QR Code is registered trademark of DENSO WAVE INCORPORATED (http://www.denso-wave.com/qrcode/index-e.html). Please read comments on this class source file for full copyright and license information.




      -

      Tags:

      -
      - - - - - - - - - - - - - - - - - - - -
      author:  Nicola Asuni
      version:  1.0.006
      copyright:  2010-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
      link:  http://www.tcpdf.org
      abstract:  Class for generating QR-code array for TCPDF.
      license:  LGPL
      -
      -

      -

      -

      -
      - -

      MAX_STRUCTURED_SYMBOLS [line 204]

      -
      -
      -
      - MAX_STRUCTURED_SYMBOLS = 16 -
      -
      - - Max number of symbols for structured mode


      -
      -
      [ Top ]


      -
      - -

      N1 [line 213]

      -
      -
      -
      - N1 = 3 -
      -
      - - Down point base value for case 1 mask pattern (concatenation of same color in a line or a column)


      -
      -
      [ Top ]


      -
      - -

      N2 [line 218]

      -
      -
      -
      - N2 = 3 -
      -
      - - Down point base value for case 2 mask pattern (module block of same color)


      -
      -
      [ Top ]


      -
      - -

      N3 [line 223]

      -
      -
      -
      - N3 = 40 -
      -
      - - Down point base value for case 3 mask pattern (1:1:3:1:1(dark:bright:dark:bright:dark)pattern in a line or a column)


      -
      -
      [ Top ]


      -
      - -

      N4 [line 228]

      -
      -
      -
      - N4 = 10 -
      -
      - - Down point base value for case 4 mask pattern (ration of dark modules in whole)


      -
      -
      [ Top ]


      -
      - -

      QRCAP_EC [line 190]

      -
      -
      -
      - QRCAP_EC = 3 -
      -
      - - Matrix index to get error correction level from $capacity array.


      -
      -
      [ Top ]


      -
      - -

      QRCAP_REMINDER [line 185]

      -
      -
      -
      - QRCAP_REMINDER = 2 -
      -
      - - Matrix index to get remainder from $capacity array.


      -
      -
      [ Top ]


      -
      - -

      QRCAP_WIDTH [line 175]

      -
      -
      -
      - QRCAP_WIDTH = 0 -
      -
      - - Matrix index to get width from $capacity array.


      -
      -
      [ Top ]


      -
      - -

      QRCAP_WORDS [line 180]

      -
      -
      -
      - QRCAP_WORDS = 1 -
      -
      - - Matrix index to get number of words from $capacity array.


      -
      -
      [ Top ]


      -
      - -

      QRCODEDEFS [line 91]

      -
      -
      -
      - QRCODEDEFS = true -
      -
      - - Indicate that definitions for this class are set


      -
      -
      [ Top ]


      -
      - -

      QRSPEC_VERSION_MAX [line 163]

      -
      -
      -
      - QRSPEC_VERSION_MAX = 40 -
      -
      - - Maximum QR Code version.


      -
      -
      [ Top ]


      -
      - -

      QRSPEC_WIDTH_MAX [line 168]

      -
      -
      -
      - QRSPEC_WIDTH_MAX = 177 -
      -
      - - Maximum matrix size for maximum version (version 40 is 177*177 matrix).


      -
      -
      [ Top ]


      -
      - -

      QR_DEFAULT_MASK [line 247]

      -
      -
      -
      - QR_DEFAULT_MASK = 2 -
      -
      - - when QR_FIND_BEST_MASK === false


      -
      -
      [ Top ]


      -
      - -

      QR_ECLEVEL_H [line 151]

      -
      -
      -
      - QR_ECLEVEL_H = 3 -
      -
      - - Error correction level H : About 30% or less errors can be corrected.


      -
      -
      [ Top ]


      -
      - -

      QR_ECLEVEL_L [line 136]

      -
      -
      -
      - QR_ECLEVEL_L = 0 -
      -
      - - Error correction level L : About 7% or less errors can be corrected.


      -
      -
      [ Top ]


      -
      - -

      QR_ECLEVEL_M [line 141]

      -
      -
      -
      - QR_ECLEVEL_M = 1 -
      -
      - - Error correction level M : About 15% or less errors can be corrected.


      -
      -
      [ Top ]


      -
      - -

      QR_ECLEVEL_Q [line 146]

      -
      -
      -
      - QR_ECLEVEL_Q = 2 -
      -
      - - Error correction level Q : About 25% or less errors can be corrected.


      -
      -
      [ Top ]


      -
      - -

      QR_FIND_BEST_MASK [line 237]

      -
      -
      -
      - QR_FIND_BEST_MASK = true -
      -
      - - if true, estimates best mask (spec. default, but extremally slow; set to false to significant performance boost but (propably) worst quality code


      -
      -
      [ Top ]


      -
      - -

      QR_FIND_FROM_RANDOM [line 242]

      -
      -
      -
      - QR_FIND_FROM_RANDOM = 2 -
      -
      - - if false, checks all masks available, otherwise value tells count of masks need to be checked, mask id are got randomly


      -
      -
      [ Top ]


      -
      - -

      QR_MODE_8B [line 115]

      -
      -
      -
      - QR_MODE_8B = 2 -
      -
      - - Encoding mode 8bit byte data. In theory, 2953 characters or less can be stored in a QRcode.


      -
      -
      [ Top ]


      -
      - -

      QR_MODE_AN [line 110]

      -
      -
      -
      - QR_MODE_AN = 1 -
      -
      - - Encoding mode alphanumeric (0-9A-Z $%*+-./:) 45characters. 2 characters are encoded to 11bit length. In theory, 4296 characters or less can be stored in a QRcode.


      -
      -
      [ Top ]


      -
      - -

      QR_MODE_KJ [line 120]

      -
      -
      -
      - QR_MODE_KJ = 3 -
      -
      - - Encoding mode KANJI. A KANJI character (multibyte character) is encoded to 13bit length. In theory, 1817 characters or less can be stored in a QRcode.


      -
      -
      [ Top ]


      -
      - -

      QR_MODE_NL [line 100]

      -
      -
      -
      - QR_MODE_NL = -1 -
      -
      - - Encoding mode


      -
      -
      [ Top ]


      -
      - -

      QR_MODE_NM [line 105]

      -
      -
      -
      - QR_MODE_NM = 0 -
      -
      - - Encoding mode numeric (0-9). 3 characters are encoded to 10bit length. In theory, 7089 characters or less can be stored in a QRcode.


      -
      -
      [ Top ]


      -
      - -

      QR_MODE_ST [line 125]

      -
      -
      -
      - QR_MODE_ST = 4 -
      -
      - - Encoding mode STRUCTURED (currently unsupported)


      -
      -
      [ Top ]


      -
      - -

      STRUCTURE_HEADER_BITS [line 199]

      -
      -
      -
      - STRUCTURE_HEADER_BITS = 20 -
      -
      - - Number of header bits for structured mode


      -
      -
      [ Top ]


      -
      -
      - -

      str_split [line 265]

      -
      -
      -
      - If str_split( -string $string, [int $split_length = 1]) -
      -

      - - Convert a string to an array (needed for PHP4 compatibility)



      -

      Tags:

      -
      - - - - -
      return:  the optional split_length parameter is specified, the returned array will be broken down into chunks with each being split_length in length, otherwise each chunk will be one character in length. FALSE is returned if split_length is less than 1. If the split_length length exceeds the length of string , the entire string is returned as the first (and only) array element.
      -
      -

      - -

      Parameters

      - - - - - - - - - - - -
      string  $string  The input string.
      int  $split_length  Maximum length of the chunk.
      -
      [ Top ]


      -
      - -
      -
      - Documentation generated on Tue, 31 Aug 2010 17:02:48 +0200 by phpDocumentor 1.4.3 -
      -
      -
      - - - \ No newline at end of file diff --git a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/_tcpdf.php.html b/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/_tcpdf.php.html deleted file mode 100644 index ad62ca6317a..00000000000 --- a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/_tcpdf.php.html +++ /dev/null @@ -1,135 +0,0 @@ - - -Docs for page tcpdf.php - - - - - - - - - - - - - -
      com-tecnick-tcpdf
      - - - [ class tree: com-tecnick-tcpdf ] - [ index: com-tecnick-tcpdf ] - [ all elements ] -
      - - - - - - -
      -
      - -

      Procedural File: tcpdf.php

      -Source Location: /tcpdf.php

      - -
      -
      - -
      -

      Classes:

      -
      TCPDF
      -
      This is a PHP class for generating PDF documents without requiring external extensions.
      -


      - -

      Page Details:

      -This is a PHP class for generating PDF documents without requiring external extensions.


      TCPDF project (http://www.tcpdf.org) was originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.
      <h3>TCPDF main features are:</h3>

      • no external libraries are required for the basic functions;
      • all standard page formats, custom page formats, custom margins and units of measure;
      • UTF-8 Unicode and Right-To-Left languages;
      • TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts;
      • font subsetting;
      • methods to publish some XHTML + CSS code, Javascript and Forms;
      • images, graphic (geometric figures) and transformation methods;
      • supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http://www.imagemagick.org/www/formats.html)
      • 1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, QR-Code, PDF417;
      • Grayscale, RGB, CMYK, Spot Colors and Transparencies;
      • automatic page header and footer management;
      • document encryption and digital signature certifications;
      • transactions to UNDO commands;
      • PDF annotations, including links, text and file attachments;
      • text rendering modes (fill, stroke and clipping);
      • multiple columns mode;
      • bookmarks and table of content;
      • text hyphenation;
      • automatic page break, line break and text alignments including justification;
      • automatic page numbering and page groups;
      • move and delete pages;
      • page compression (requires php-zlib extension);
      • XOBject Templates;
      Tools to encode your unicode fonts are on fonts/utils directory.</p>




      -

      Tags:

      -
      - - - - - - - - - - - - - - - - - - - -
      author:  Nicola Asuni
      version:  5.8.023
      copyright:  2002-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
      link:  http://www.tcpdf.org
      abstract:  Class for generating PDF files on-the-fly without requiring external extensions.
      license:  LGPL
      -
      -

      -

      Includes:

      -
      -require_once(dirname(__FILE__).'/config/tcpdf_config.php') [line 137]
      -main configuration file

      require_once(dirname(__FILE__).'/htmlcolors.php') [line 149]
      -html colors table

      require_once(dirname(__FILE__).'/unicode_data.php') [line 144]
      -unicode data

      -

      -

      -
      - -

      PDF_PRODUCER [line 155]

      -
      -
      -
      - PDF_PRODUCER = 'TCPDF 5.8.023 (http://www.tcpdf.org)' -
      -
      - - define default PDF document producer


      -
      -
      [ Top ]


      -
      - -
      -
      - Documentation generated on Tue, 31 Aug 2010 17:02:49 +0200 by phpDocumentor 1.4.3 -
      -
      -
      - - - \ No newline at end of file diff --git a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/_unicode_data.php.html b/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/_unicode_data.php.html deleted file mode 100644 index 1a17569bca2..00000000000 --- a/htdocs/includes/tcpdf/doc/com-tecnick-tcpdf/_unicode_data.php.html +++ /dev/null @@ -1,257 +0,0 @@ - - -Docs for page unicode_data.php - - - - - - - - - - - - - -
      com-tecnick-tcpdf
      - - - [ class tree: com-tecnick-tcpdf ] - [ index: com-tecnick-tcpdf ] - [ all elements ] -
      - - - - - - -
      -
      - -

      Procedural File: unicode_data.php

      -Source Location: /unicode_data.php

      - -
      -
      - - -

      Page Details:

      -Unicode data for TCPDF library.



      -

      Tags:

      -
      - - - - - - - - - - - - - - - - -
      author:  Nicola Asuni
      copyright:  2008-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
      link:  http://www.tcpdf.org
      since:  2.1.000 (2008-01-08)
      license:  LGPL
      -
      -

      -

      -

      -
      - -

      K_LRE [line 58]

      -
      -
      -
      - K_LRE = 8234 -
      -
      - - Left-to-Right Embedding


      -
      -
      [ Top ]


      -
      - -

      K_LRM [line 50]

      -
      -
      -
      - K_LRM = 8206 -
      -
      - - Left-to-Right Mark


      -
      -
      [ Top ]


      -
      - -

      K_LRO [line 70]

      -
      -
      -
      - K_LRO = 8237 -
      -
      - - Left-to-Right Override


      -
      -
      [ Top ]


      -
      - -

      K_PDF [line 66]

      -
      -
      -
      - K_PDF = 8236 -
      -
      - - Pop Directional Format


      -
      -
      [ Top ]


      -
      - -

      K_RE_PATTERN_ARABIC [line 97]

      -
      -
      -
      - K_RE_PATTERN_ARABIC = "/( - \xD8[\x80-\x83\x8B\x8D\x9B\x9E\x9F\xA1-\xBA] # AL - | \xD9[\x80-\x8A\xAD-\xAF\xB1-\xBF] # AL - | \xDA[\x80-\xBF] # AL - | \xDB[\x80-\x95\x9D\xA5\xA6\xAE\xAF\xBA-\xBF] # AL - | \xDC[\x80-\x8D\x90\x92-\xAF] # AL - | \xDD[\x8D-\xAD] # AL - | \xDE[\x80-\xA5\xB1] # AL - | \xEF\xAD[\x90-\xBF] # AL - | \xEF\xAE[\x80-\xB1] # AL - | \xEF\xAF[\x93-\xBF] # AL - | \xEF[\xB0-\xB3][\x80-\xBF] # AL - | \xEF\xB4[\x80-\xBD] # AL - | \xEF\xB5[\x90-\xBF] # AL - | \xEF\xB6[\x80-\x8F\x92-\xBF] # AL - | \xEF\xB7[\x80-\x87\xB0-\xBC] # AL - | \xEF\xB9[\xB0-\xB4\xB6-\xBF] # AL - | \xEF\xBA[\x80-\xBF] # AL - | \xEF\xBB[\x80-\xBC] # AL - | \xD9[\xA0-\xA9\xAB\xAC] # AN - )/x" -
      -
      - -
      -
      -
      [ Top ]


      -
      - -

      K_RE_PATTERN_RTL [line 79]

      -
      -
      -
      - K_RE_PATTERN_RTL = "/( - \xD6\xBE # R - | \xD7[\x80\x83\x86\x90-\xAA\xB0-\xB4] # R - | \xDF[\x80-\xAA\xB4\xB5\xBA] # R - | \xE2\x80\x8F # R - | \xEF\xAC[\x9D\x9F\xA0-\xA8\xAA-\xB6\xB8-\xBC\xBE] # R - | \xEF\xAD[\x80\x81\x83\x84\x86-\x8F] # R - | \xF0\x90\xA0[\x80-\x85\x88\x8A-\xB5\xB7\xB8\xBC\xBF] # R - | \xF0\x90\xA4[\x80-\x99] # R - | \xF0\x90\xA8[\x80\x90-\x93\x95-\x97\x99-\xB3] # R - | \xF0\x90\xA9[\x80-\x87\x90-\x98] # R - | \xE2\x80[\xAB\xAE] # RLE & RLO - )/x" -
      -
      - -
      -
      -
      [ Top ]


      -
      - -

      K_RLE [line 62]

      -
      -
      -
      - K_RLE = 8235 -
      -
      - - Right-to-Left Embedding


      -
      -
      [ Top ]


      -
      - -

      K_RLM [line 54]

      -
      -
      -
      - K_RLM = 8207 -
      -
      - - Right-to-Left Mark


      -
      -
      [ Top ]


      -
      - -

      K_RLO [line 74]

      -
      -
      -
      - K_RLO = 8238 -
      -
      - - Right-to-Left Override


      -
      -
      [ Top ]


      -
      - -
      -
      - Documentation generated on Tue, 31 Aug 2010 17:02:54 +0200 by phpDocumentor 1.4.3 -
      -
      -
      - - - \ No newline at end of file diff --git a/htdocs/includes/tcpdf/doc/elementindex.html b/htdocs/includes/tcpdf/doc/elementindex.html deleted file mode 100644 index 7cd23c737da..00000000000 --- a/htdocs/includes/tcpdf/doc/elementindex.html +++ /dev/null @@ -1,2069 +0,0 @@ - - -Element Index - - - - - - - - - - - - - -
      - - [ all elements ] -
      - - - - - - -
      -
      - - -

      Index of all elements

      - [ 2 ] - [ a ] - [ b ] - [ c ] - [ d ] - [ e ] - [ f ] - [ g ] - [ h ] - [ i ] - [ j ] - [ k ] - [ l ] - [ m ] - [ n ] - [ o ] - [ p ] - [ q ] - [ r ] - [ s ] - [ t ] - [ u ] - [ v ] - [ w ] - [ x ] - [ y ] - [ z ] - [ _ ] - -
      - -
      -

      2

      -
      -
      2dbarcodes.php
      -
      procedural page 2dbarcodes.php
      -
      -
      - top
      -
      - -
      -

      a

      -
      -
      $AliasNbPages
      -
      in file tcpdf.php, variable TCPDF::$AliasNbPages
      -
      $AliasNumPage
      -
      in file tcpdf.php, variable TCPDF::$AliasNumPage
      -
      $alignmentPattern
      -
      in file qrcode.php, variable QRcode::$alignmentPattern
      -
      $annotation_fonts
      -
      in file tcpdf.php, variable TCPDF::$annotation_fonts
          List of fonts used on form fields (fontname => fontkey).
      -
      $anTable
      -
      in file qrcode.php, variable QRcode::$anTable
      -
      $author
      -
      in file tcpdf.php, variable TCPDF::$author
      -
      $AutoPageBreak
      -
      in file tcpdf.php, variable TCPDF::$AutoPageBreak
      -
      AcceptPageBreak
      -
      in file tcpdf.php, method TCPDF::AcceptPageBreak()
          Whenever a page break condition is met, the method is called, and the break is issued or not depending on the returned value.
      -
      addExtGState
      -
      in file tcpdf.php, method TCPDF::addExtGState()
          Add transparency parameters to the current extgstate
      -
      AddFont
      -
      in file tcpdf.php, method TCPDF::AddFont()
          Imports a TrueType, Type1, core, or CID0 font and makes it available.
      -
      addHtmlLink
      -
      in file tcpdf.php, method TCPDF::addHtmlLink()
          Output anchor link.
      -
      addHTMLTOC
      -
      in file tcpdf.php, method TCPDF::addHTMLTOC()
          Output a Table Of Content Index (TOC) using HTML templates.
      -
      addHTMLVertSpace
      -
      in file tcpdf.php, method TCPDF::addHTMLVertSpace()
          Add vertical spaces if needed.
      -
      addJavascriptObject
      -
      in file tcpdf.php, method TCPDF::addJavascriptObject()
          Adds a javascript object and return object ID
      -
      AddLink
      -
      in file tcpdf.php, method TCPDF::AddLink()
          Creates a new internal link and returns its identifier. An internal link is a clickable area which directs to another place within the document.
      The identifier can then be passed to Cell(), Write(), Image() or Link(). The destination is defined with SetLink().
      -
      AddPage
      -
      in file tcpdf.php, method TCPDF::AddPage()
          Adds a new page to the document. If a page is already present, the Footer() method is called first to output the footer (if enabled). Then the page is added, the current position set to the top-left corner according to the left and top margins (or top-right if in RTL mode), and Header() is called to display the header (if enabled).
      -
      AddSpotColor
      -
      in file tcpdf.php, method TCPDF::AddSpotColor()
          Defines a new spot color.
      -
      addTOC
      -
      in file tcpdf.php, method TCPDF::addTOC()
          Output a Table of Content Index (TOC).
      -
      addTOCPage
      -
      in file tcpdf.php, method TCPDF::addTOCPage()
          Adds a new TOC (Table Of Content) page to the document.
      -
      AliasNbPages
      -
      in file tcpdf.php, method TCPDF::AliasNbPages()
          Defines an alias for the total number of pages.
      -
      AliasNumPage
      -
      in file tcpdf.php, method TCPDF::AliasNumPage()
          Defines an alias for the page number.
      -
      allocate
      -
      in file qrcode.php, method QRcode::allocate()
          Return an array with zeros
      -
      Annotation
      -
      in file tcpdf.php, method TCPDF::Annotation()
          Puts a markup annotation on a rectangular area of the page.
      -
      appendBitstream
      -
      in file qrcode.php, method QRcode::appendBitstream()
          Append one bitstream to another
      -
      appendBytes
      -
      in file qrcode.php, method QRcode::appendBytes()
          Append one bitstream created from bytes to another
      -
      appendNewInputItem
      -
      in file qrcode.php, method QRcode::appendNewInputItem()
          Append data to an input object.
      -
      appendNum
      -
      in file qrcode.php, method QRcode::appendNum()
          Append one bitstream created from number to another
      -
      appendPaddingBit
      -
      in file qrcode.php, method QRcode::appendPaddingBit()
          Append Padding Bit to bitstream
      -
      Arrow
      -
      in file tcpdf.php, method TCPDF::Arrow()
          Draws a grahic arrow.
      -
      arrUTF8ToUTF16BE
      -
      in file tcpdf.php, method TCPDF::arrUTF8ToUTF16BE()
          Converts array of UTF-8 characters to UTF16-BE string.
      -
      -
      - top
      -
      - -
      -

      b

      -
      -
      $b1
      -
      in file qrcode.php, variable QRcode::$b1
      -
      $barcode
      -
      in file tcpdf.php, variable TCPDF::$barcode
      -
      $barcode_array
      -
      in file 2dbarcodes.php, variable TCPDF2DBarcode::$barcode_array
      -
      $barcode_array
      -
      in file pdf417.php, variable PDF417::$barcode_array
      -
      $barcode_array
      -
      in file qrcode.php, variable QRcode::$barcode_array
      -
      $barcode_array
      -
      in file barcodes.php, variable TCPDFBarcode::$barcode_array
      -
      $bgcolor
      -
      in file tcpdf.php, variable TCPDF::$bgcolor
      -
      $bit
      -
      in file qrcode.php, variable QRcode::$bit
      -
      $blocks
      -
      in file qrcode.php, variable QRcode::$blocks
      -
      $bMargin
      -
      in file tcpdf.php, variable TCPDF::$bMargin
      -
      $booklet
      -
      in file tcpdf.php, variable TCPDF::$booklet
          Booklet mode for double-sided pages
      -
      $bordermrk
      -
      in file tcpdf.php, variable TCPDF::$bordermrk
          Array used to store positions inside the pages buffer.
      -
      $buffer
      -
      in file tcpdf.php, variable TCPDF::$buffer
      -
      $bufferlen
      -
      in file tcpdf.php, variable TCPDF::$bufferlen
          Length of the buffer in bytes.
      -
      $byterange_string
      -
      in file tcpdf.php, variable TCPDF::$byterange_string
          ByteRange placemark used during signature process.
      -
      barcodes.php
      -
      procedural page barcodes.php
      -
      barcode_c128
      -
      in file barcodes.php, method TCPDFBarcode::barcode_c128()
          C128 barcodes.
      -
      barcode_codabar
      -
      in file barcodes.php, method TCPDFBarcode::barcode_codabar()
          CODABAR barcodes.
      -
      barcode_code11
      -
      in file barcodes.php, method TCPDFBarcode::barcode_code11()
          CODE11 barcodes.
      -
      barcode_code39
      -
      in file barcodes.php, method TCPDFBarcode::barcode_code39()
          CODE 39 - ANSI MH10.8M-1983 - USD-3 - 3 of 9.
      -
      barcode_code93
      -
      in file barcodes.php, method TCPDFBarcode::barcode_code93()
          CODE 93 - USS-93
      -
      barcode_eanext
      -
      in file barcodes.php, method TCPDFBarcode::barcode_eanext()
          UPC-Based Extentions
      -
      barcode_eanupc
      -
      in file barcodes.php, method TCPDFBarcode::barcode_eanupc()
          EAN13 and UPC-A barcodes.
      -
      barcode_i25
      -
      in file barcodes.php, method TCPDFBarcode::barcode_i25()
          Interleaved 2 of 5 barcodes.
      -
      barcode_imb
      -
      in file barcodes.php, method TCPDFBarcode::barcode_imb()
          IMB - Intelligent Mail Barcode - Onecode - USPS-B-3200 (requires PHP bcmath extension) Intelligent Mail barcode is a 65-bar code for use on mail in the United States.
      -
      barcode_msi
      -
      in file barcodes.php, method TCPDFBarcode::barcode_msi()
          MSI.
      -
      barcode_pharmacode
      -
      in file barcodes.php, method TCPDFBarcode::barcode_pharmacode()
          Pharmacode
      -
      barcode_pharmacode2t
      -
      in file barcodes.php, method TCPDFBarcode::barcode_pharmacode2t()
          Pharmacode two-track
      -
      barcode_postnet
      -
      in file barcodes.php, method TCPDFBarcode::barcode_postnet()
          POSTNET and PLANET barcodes.
      -
      barcode_rms4cc
      -
      in file barcodes.php, method TCPDFBarcode::barcode_rms4cc()
          RMS4CC - CBC - KIX RMS4CC (Royal Mail 4-state Customer Code) - CBC (Customer Bar Code) - KIX (Klant index - Customer index) RM4SCC is the name of the barcode symbology used by the Royal Mail for its Cleanmail service.
      -
      barcode_s25
      -
      in file barcodes.php, method TCPDFBarcode::barcode_s25()
          Standard 2 of 5 barcodes.
      -
      binarize
      -
      in file qrcode.php, method QRcode::binarize()
          Convert the frame in binary form
      -
      binseq_to_array
      -
      in file barcodes.php, method TCPDFBarcode::binseq_to_array()
          Convert binary barcode sequence to TCPDF barcode array
      -
      bitstreamToByte
      -
      in file qrcode.php, method QRcode::bitstreamToByte()
          Convert bitstream to bytes
      -
      Bookmark
      -
      in file tcpdf.php, method TCPDF::Bookmark()
          Adds a bookmark.
      -
      Button
      -
      in file tcpdf.php, method TCPDF::Button()
          Creates a button field
      -
      -
      - top
      -
      - -
      -

      c

      -
      -
      $cache_file_length
      -
      in file tcpdf.php, variable TCPDF::$cache_file_length
          Array used to store the lengths of cache files
      -
      $cache_maxsize_UTF8StringToArray
      -
      in file tcpdf.php, variable TCPDF::$cache_maxsize_UTF8StringToArray
          Maximum size of cache array used for UTF8StringToArray() method.
      -
      $cache_size_UTF8StringToArray
      -
      in file tcpdf.php, variable TCPDF::$cache_size_UTF8StringToArray
          Current size of cache array used for UTF8StringToArray() method.
      -
      $cache_UTF8StringToArray
      -
      in file tcpdf.php, variable TCPDF::$cache_UTF8StringToArray
          Cache array for UTF8StringToArray() method.
      -
      $capacity
      -
      in file qrcode.php, variable QRcode::$capacity
      -
      $casesensitive
      -
      in file qrcode.php, variable QRcode::$casesensitive
      -
      $cell_height_ratio
      -
      in file tcpdf.php, variable TCPDF::$cell_height_ratio
          Default cell height ratio.
      -
      $clusters
      -
      in file pdf417.php, variable PDF417::$clusters
      -
      $cMargin
      -
      in file tcpdf.php, variable TCPDF::$cMargin
      -
      $cntmrk
      -
      in file tcpdf.php, variable TCPDF::$cntmrk
          Array used to store content positions inside the pages buffer.
      -
      $ColorFlag
      -
      in file tcpdf.php, variable TCPDF::$ColorFlag
      -
      $columns
      -
      in file tcpdf.php, variable TCPDF::$columns
          Array of column measures (width, space, starting Y position)
      -
      $column_start_page
      -
      in file tcpdf.php, variable TCPDF::$column_start_page
          Starting page for columns
      -
      $colxshift
      -
      in file tcpdf.php, variable TCPDF::$colxshift
          Array of: X difference between table cell x start and starting page margin, cellspacing, cellpadding
      -
      $compress
      -
      in file tcpdf.php, variable TCPDF::$compress
      -
      $CoreFonts
      -
      in file tcpdf.php, variable TCPDF::$CoreFonts
      -
      $count
      -
      in file qrcode.php, variable QRcode::$count
      -
      $creator
      -
      in file tcpdf.php, variable TCPDF::$creator
      -
      $CurOrientation
      -
      in file tcpdf.php, variable TCPDF::$CurOrientation
      -
      $CurrentFont
      -
      in file tcpdf.php, variable TCPDF::$CurrentFont
      -
      $current_column
      -
      in file tcpdf.php, variable TCPDF::$current_column
          Current column number
      -
      $currpagegroup
      -
      in file tcpdf.php, variable TCPDF::$currpagegroup
          Contains the alias of the current page group
      -
      $customlistindent
      -
      in file tcpdf.php, variable TCPDF::$customlistindent
      -
      calcN1N3
      -
      in file qrcode.php, method QRcode::calcN1N3()
          calcN1N3
      -
      calcParity
      -
      in file qrcode.php, method QRcode::calcParity()
          calcParity
      -
      Cell
      -
      in file tcpdf.php, method TCPDF::Cell()
          Prints a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text.
      If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
      -
      check
      -
      in file qrcode.php, method QRcode::check()
          Validate the input data.
      -
      CheckBox
      -
      in file tcpdf.php, method TCPDF::CheckBox()
          Creates a CheckBox field
      -
      checkModeAn
      -
      in file qrcode.php, method QRcode::checkModeAn()
          checkModeAn
      -
      checkModeKanji
      -
      in file qrcode.php, method QRcode::checkModeKanji()
          checkModeKanji
      -
      checkModeNum
      -
      in file qrcode.php, method QRcode::checkModeNum()
          checkModeNum
      -
      checkPageBreak
      -
      in file tcpdf.php, method TCPDF::checkPageBreak()
          Add page if needed.
      -
      checksum_code39
      -
      in file barcodes.php, method TCPDFBarcode::checksum_code39()
          Calculate CODE 39 checksum (modulo 43).
      -
      checksum_code93
      -
      in file barcodes.php, method TCPDFBarcode::checksum_code93()
          Calculate CODE 93 checksum (modulo 47).
      -
      checksum_s25
      -
      in file barcodes.php, method TCPDFBarcode::checksum_s25()
          Checksum for standard 2 of 5 barcodes.
      -
      Circle
      -
      in file tcpdf.php, method TCPDF::Circle()
          Draws a circle.
      -
      Clip
      -
      in file tcpdf.php, method TCPDF::Clip()
          Set a rectangular clipping area.
      -
      Close
      -
      in file tcpdf.php, method TCPDF::Close()
          Terminates the PDF document.
      -
      closeHTMLTagHandler
      -
      in file tcpdf.php, method TCPDF::closeHTMLTagHandler()
          Process closing tags.
      -
      colorRegistrationBar
      -
      in file tcpdf.php, method TCPDF::colorRegistrationBar()
          Paints color transition registration bars
      -
      ComboBox
      -
      in file tcpdf.php, method TCPDF::ComboBox()
          Creates a Combo-box field
      -
      commitTransaction
      -
      in file tcpdf.php, method TCPDF::commitTransaction()
          Delete the copy of the current TCPDF object used for undo operation.
      -
      convertData
      -
      in file qrcode.php, method QRcode::convertData()
          convertData
      -
      convertHexStringToString
      -
      in file tcpdf.php, method TCPDF::convertHexStringToString()
          Convert hexadecimal string to string
      -
      convertHTMLColorToDec
      -
      in file tcpdf.php, method TCPDF::convertHTMLColorToDec()
          Returns an associative array (keys: R,G,B) from an html color name or a six-digit or three-digit hexadecimal color representation (i.e. #3FE5AA or #7FF).
      -
      convertStringToHexString
      -
      in file tcpdf.php, method TCPDF::convertStringToHexString()
          Convert string to hexadecimal string (byte string)
      -
      convertSVGtMatrix
      -
      in file tcpdf.php, method TCPDF::convertSVGtMatrix()
          Convert SVG transformation matrix to PDF.
      -
      CoonsPatchMesh
      -
      in file tcpdf.php, method TCPDF::CoonsPatchMesh()
          Paints a coons patch mesh.
      -
      copyPage
      -
      in file tcpdf.php, method TCPDF::copyPage()
          Clone the specified page to a new page.
      -
      createBitStream
      -
      in file qrcode.php, method QRcode::createBitStream()
          createBitStream
      -
      createFrame
      -
      in file qrcode.php, method QRcode::createFrame()
          Return a copy of initialized frame.
      -
      cropMark
      -
      in file tcpdf.php, method TCPDF::cropMark()
          Paints crop mark
      -
      Curve
      -
      in file tcpdf.php, method TCPDF::Curve()
          Draws a Bezier curve.
      -
      -
      - top
      -
      - -
      -

      d

      -
      -
      $data
      -
      in file qrcode.php, variable QRcode::$data
      -
      $datacode
      -
      in file qrcode.php, variable QRcode::$datacode
      -
      $dataLength
      -
      in file qrcode.php, variable QRcode::$dataLength
      -
      $dataStr
      -
      in file qrcode.php, variable QRcode::$dataStr
      -
      $default_form_prop
      -
      in file tcpdf.php, variable TCPDF::$default_form_prop
          Deafult Javascript field properties. Possible values are described on official Javascript for Acrobat API reference. Annotation options can be directly specified using the 'aopt' entry.
      -
      $default_graphic_vars
      -
      in file tcpdf.php, variable TCPDF::$default_graphic_vars
      -
      $default_monospaced_font
      -
      in file tcpdf.php, variable TCPDF::$default_monospaced_font
          Default monospaced font
      -
      $default_table_columns
      -
      in file tcpdf.php, variable TCPDF::$default_table_columns
      -
      $diffs
      -
      in file tcpdf.php, variable TCPDF::$diffs
      -
      $dir
      -
      in file qrcode.php, variable QRcode::$dir
      -
      $diskcache
      -
      in file tcpdf.php, variable TCPDF::$diskcache
          If true enables disk caching.
      -
      $dpi
      -
      in file tcpdf.php, variable TCPDF::$dpi
          Dot Per Inch Document Resolution (do not change)
      -
      $DrawColor
      -
      in file tcpdf.php, variable TCPDF::$DrawColor
      -
      dec_to_hex
      -
      in file barcodes.php, method TCPDFBarcode::dec_to_hex()
          Convert large integer number to hexadecimal representation.
      -
      deletePage
      -
      in file tcpdf.php, method TCPDF::deletePage()
          Remove the specified page.
      -
      drawHTMLTagBorder
      -
      in file tcpdf.php, method TCPDF::drawHTMLTagBorder()
          Draw an HTML block border and fill
      -
      -
      - top
      -
      - -
      -

      e

      -
      -
      $ecccode
      -
      in file qrcode.php, variable QRcode::$ecccode
      -
      $eccLength
      -
      in file qrcode.php, variable QRcode::$eccLength
      -
      $eccTable
      -
      in file qrcode.php, variable QRcode::$eccTable
      -
      $embeddedfiles
      -
      in file tcpdf.php, variable TCPDF::$embeddedfiles
      -
      $emptypagemrk
      -
      in file tcpdf.php, variable TCPDF::$emptypagemrk
          Array used to store page positions to track empty pages.
      -
      $encoding
      -
      in file tcpdf.php, variable TCPDF::$encoding
      -
      $encryptdata
      -
      in file tcpdf.php, variable TCPDF::$encryptdata
          Array containing encryption settings
      -
      $encrypted
      -
      in file tcpdf.php, variable TCPDF::$encrypted
          Indicates whether document is protected
      -
      $enc_padding
      -
      in file tcpdf.php, variable TCPDF::$enc_padding
          Encryption padding
      -
      $endlinex
      -
      in file tcpdf.php, variable TCPDF::$endlinex
          End position of the latest inserted line
      -
      $epsmarker
      -
      in file tcpdf.php, variable TCPDF::$epsmarker
          String used to mark the beginning and end of EPS image blocks
      -
      $extgstates
      -
      in file tcpdf.php, variable TCPDF::$extgstates
          Array of transparency objects and parameters.
      -
      eat8
      -
      in file qrcode.php, method QRcode::eat8()
          eat8
      -
      eatAn
      -
      in file qrcode.php, method QRcode::eatAn()
          eatAn
      -
      eatKanji
      -
      in file qrcode.php, method QRcode::eatKanji()
          eatKanji
      -
      eatNum
      -
      in file qrcode.php, method QRcode::eatNum()
          eatNum
      -
      Ellipse
      -
      in file tcpdf.php, method TCPDF::Ellipse()
          Draws an ellipse.
      -
      empty_string
      -
      in file tcpdf.php, method TCPDF::empty_string()
          Determine whether a string is empty.
      -
      encodeBitStream
      -
      in file qrcode.php, method QRcode::encodeBitStream()
          encodeBitStream
      -
      encodeMask
      -
      in file qrcode.php, method QRcode::encodeMask()
          Encode mask
      -
      encodeMode8
      -
      in file qrcode.php, method QRcode::encodeMode8()
          encodeMode8
      -
      encodeModeAn
      -
      in file qrcode.php, method QRcode::encodeModeAn()
          encodeModeAn
      -
      encodeModeKanji
      -
      in file qrcode.php, method QRcode::encodeModeKanji()
          encodeModeKanji
      -
      encodeModeNum
      -
      in file qrcode.php, method QRcode::encodeModeNum()
          encodeModeNum
      -
      encodeModeStructure
      -
      in file qrcode.php, method QRcode::encodeModeStructure()
          encodeModeStructure
      -
      encodeString
      -
      in file qrcode.php, method QRcode::encodeString()
          Encode the input string to QR code
      -
      encode_code39_ext
      -
      in file barcodes.php, method TCPDFBarcode::encode_code39_ext()
          Encode a string to be used for CODE 39 Extended mode.
      -
      encode_rs_char
      -
      in file qrcode.php, method QRcode::encode_rs_char()
          Encode a Reed-Solomon codec and returns the parity array
      -
      endPage
      -
      in file tcpdf.php, method TCPDF::endPage()
          Terminate the current page
      -
      endSVGElementHandler
      -
      in file tcpdf.php, method TCPDF::endSVGElementHandler()
          Sets the closing SVG element handler function for the XML parser.
      -
      endTemplate
      -
      in file tcpdf.php, method TCPDF::endTemplate()
          End the current XObject Template started with startTemplate() and restore the previous graphic state.
      -
      endTOCPage
      -
      in file tcpdf.php, method TCPDF::endTOCPage()
          Terminate the current TOC (Table Of Content) page
      -
      Error
      -
      in file tcpdf.php, method TCPDF::Error()
          This method is automatically called in case of fatal error; it simply outputs the message and halts the execution. An inherited class may override it to customize the error handling but should always halt the script, or the resulting document would probably be invalid.
      -
      estimateBitsMode8
      -
      in file qrcode.php, method QRcode::estimateBitsMode8()
          estimateBitsMode8
      -
      estimateBitsModeAn
      -
      in file qrcode.php, method QRcode::estimateBitsModeAn()
          estimateBitsModeAn
      -
      estimateBitsModeKanji
      -
      in file qrcode.php, method QRcode::estimateBitsModeKanji()
          estimateBitsModeKanji
      -
      estimateBitsModeNum
      -
      in file qrcode.php, method QRcode::estimateBitsModeNum()
          estimateBitsModeNum
      -
      estimateBitStreamSize
      -
      in file qrcode.php, method QRcode::estimateBitStreamSize()
          estimateBitStreamSize
      -
      estimateVersion
      -
      in file qrcode.php, method QRcode::estimateVersion()
          estimateVersion
      -
      evaluateSymbol
      -
      in file qrcode.php, method QRcode::evaluateSymbol()
          evaluateSymbol
      -
      extractCSSproperties
      -
      in file tcpdf.php, method TCPDF::extractCSSproperties()
          Extracts the CSS properties from a CSS string.
      -
      -
      - top
      -
      - -
      -

      f

      -
      -
      $feps
      -
      in file tcpdf.php, variable TCPDF::$feps
          Epsilon value used for float calculations
      -
      $fgcolor
      -
      in file tcpdf.php, variable TCPDF::$fgcolor
      -
      $fhPt
      -
      in file tcpdf.php, variable TCPDF::$fhPt
      -
      $file_id
      -
      in file tcpdf.php, variable TCPDF::$file_id
          File ID (used on trailer)
      -
      $FillColor
      -
      in file tcpdf.php, variable TCPDF::$FillColor
      -
      $FontAscent
      -
      in file tcpdf.php, variable TCPDF::$FontAscent
      -
      $FontDescent
      -
      in file tcpdf.php, variable TCPDF::$FontDescent
      -
      $FontFamily
      -
      in file tcpdf.php, variable TCPDF::$FontFamily
      -
      $FontFiles
      -
      in file tcpdf.php, variable TCPDF::$FontFiles
      -
      $fontkeys
      -
      in file tcpdf.php, variable TCPDF::$fontkeys
          Store the font keys.
      -
      $fontlist
      -
      in file tcpdf.php, variable TCPDF::$fontlist
      -
      $fonts
      -
      in file tcpdf.php, variable TCPDF::$fonts
      -
      $FontSize
      -
      in file tcpdf.php, variable TCPDF::$FontSize
      -
      $FontSizePt
      -
      in file tcpdf.php, variable TCPDF::$FontSizePt
      -
      $FontStyle
      -
      in file tcpdf.php, variable TCPDF::$FontStyle
      -
      $font_obj_ids
      -
      in file tcpdf.php, variable TCPDF::$font_obj_ids
          Store the font object IDs.
      -
      $font_subsetting
      -
      in file tcpdf.php, variable TCPDF::$font_subsetting
      -
      $footerlen
      -
      in file tcpdf.php, variable TCPDF::$footerlen
          Array used to store footer length of each page.
      -
      $footerpos
      -
      in file tcpdf.php, variable TCPDF::$footerpos
          Array used to store footer positions of each page.
      -
      $footer_font
      -
      in file tcpdf.php, variable TCPDF::$footer_font
      -
      $footer_margin
      -
      in file tcpdf.php, variable TCPDF::$footer_margin
      -
      $formatInfo
      -
      in file qrcode.php, variable QRcode::$formatInfo
      -
      $form_action
      -
      in file tcpdf.php, variable TCPDF::$form_action
          Current form action (used during XHTML rendering)
      -
      $form_enctype
      -
      in file tcpdf.php, variable TCPDF::$form_enctype
          Current form encryption type (used during XHTML rendering)
      -
      $form_mode
      -
      in file tcpdf.php, variable TCPDF::$form_mode
          Current method to submit forms.
      -
      $form_obj_id
      -
      in file tcpdf.php, variable TCPDF::$form_obj_id
          List of form annotations IDs
      -
      $frame
      -
      in file qrcode.php, variable QRcode::$frame
      -
      $frames
      -
      in file qrcode.php, variable QRcode::$frames
      -
      $fwPt
      -
      in file tcpdf.php, variable TCPDF::$fwPt
      -
      fitBlock
      -
      in file tcpdf.php, method TCPDF::fitBlock()
          Set the block dimensions accounting for page breaks and page/column fitting
      -
      Footer
      -
      in file tcpdf.php, method TCPDF::Footer()
          This method is used to render the page footer.
      -
      formatPageNumber
      -
      in file tcpdf.php, method TCPDF::formatPageNumber()
          Format the page numbers.
      -
      formatTOCPageNumber
      -
      in file tcpdf.php, method TCPDF::formatTOCPageNumber()
          Format the page numbers on the Table Of Content.
      -
      -
      - top
      -
      - -
      -

      g

      -
      -
      $gradients
      -
      in file tcpdf.php, variable TCPDF::$gradients
          Array for storing gradient information.
      -
      generateMaskNo
      -
      in file qrcode.php, method QRcode::generateMaskNo()
          Return bitmask
      -
      GetAbsX
      -
      in file tcpdf.php, method TCPDF::GetAbsX()
          Returns the absolute X value of current position.
      -
      getAliasNbPages
      -
      in file tcpdf.php, method TCPDF::getAliasNbPages()
          Returns the string alias used for the total number of pages.
      -
      getAliasNumPage
      -
      in file tcpdf.php, method TCPDF::getAliasNumPage()
          Returns the string alias used for the page number.
      -
      getAnnotOptFromJSProp
      -
      in file tcpdf.php, method TCPDF::getAnnotOptFromJSProp()
          Convert JavaScript form fields properties array to Annotation Properties array.
      -
      GetArrStringWidth
      -
      in file tcpdf.php, method TCPDF::GetArrStringWidth()
          Returns the string length of an array of chars in user unit or an array of characters widths. A font must be selected.
      -
      getBarcode
      -
      in file tcpdf.php, method TCPDF::getBarcode()
          Get current barcode.
      -
      getBarcodeArray
      -
      in file barcodes.php, method TCPDFBarcode::getBarcodeArray()
          Return an array representations of barcode.
      -
      getBarcodeArray
      -
      in file qrcode.php, method QRcode::getBarcodeArray()
          Returns a barcode array which is readable by TCPDF
      -
      getBarcodeArray
      -
      in file 2dbarcodes.php, method TCPDF2DBarcode::getBarcodeArray()
          Return an array representations of barcode.
      -
      getBarcodeArray
      -
      in file pdf417.php, method PDF417::getBarcodeArray()
          Returns a barcode array which is readable by TCPDF
      -
      getBitStream
      -
      in file qrcode.php, method QRcode::getBitStream()
          Returns a stream of bits.
      -
      getBorderMode
      -
      in file tcpdf.php, method TCPDF::getBorderMode()
          Get the border mode accounting for multicell position (opens bottom side of multicell crossing pages)
      -
      getBorderStartPosition
      -
      in file tcpdf.php, method TCPDF::getBorderStartPosition()
          Return the starting coordinates to draw an html border
      -
      getBreakMargin
      -
      in file tcpdf.php, method TCPDF::getBreakMargin()
          Returns the page break margin.
      -
      getBuffer
      -
      in file tcpdf.php, method TCPDF::getBuffer()
          Get buffer content.
      -
      getByteStream
      -
      in file qrcode.php, method QRcode::getByteStream()
          Pack all bit streams padding bits into a byte array.
      -
      getCellBorder
      -
      in file tcpdf.php, method TCPDF::getCellBorder()
          Returns the code to draw the cell border
      -
      getCellCode
      -
      in file tcpdf.php, method TCPDF::getCellCode()
          Returns the PDF string code to print a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text.
      If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
      -
      getCellHeightRatio
      -
      in file tcpdf.php, method TCPDF::getCellHeightRatio()
          return the height of cell repect font height.
      -
      GetCharWidth
      -
      in file tcpdf.php, method TCPDF::GetCharWidth()
          Returns the length of the char in user unit for the current font.
      -
      getCode
      -
      in file qrcode.php, method QRcode::getCode()
          Return Reed-Solomon block code.
      -
      getColumn
      -
      in file tcpdf.php, method TCPDF::getColumn()
          Return the current column number
      -
      getCompaction
      -
      in file pdf417.php, method PDF417::getCompaction()
          Compact data by mode.
      -
      getCSSBorderDashStyle
      -
      in file tcpdf.php, method TCPDF::getCSSBorderDashStyle()
          Returns the border dash style from CSS property
      -
      getCSSBorderStyle
      -
      in file tcpdf.php, method TCPDF::getCSSBorderStyle()
          Returns the border style array from CSS border properties
      -
      getCSSBorderWidth
      -
      in file tcpdf.php, method TCPDF::getCSSBorderWidth()
          Returns the border width from CSS property
      -
      getDataLength
      -
      in file qrcode.php, method QRcode::getDataLength()
          Return maximum data code length (bytes) for the version.
      -
      getECCLength
      -
      in file qrcode.php, method QRcode::getECCLength()
          Return maximum error correction code length (bytes) for the version.
      -
      getEccSpec
      -
      in file qrcode.php, method QRcode::getEccSpec()
          Return an array of ECC specification.
      -
      getEncPermissionsString
      -
      in file tcpdf.php, method TCPDF::getEncPermissionsString()
          Convert encryption P value to a string of bytes, low-order byte first.
      -
      getErrorCorrection
      -
      in file pdf417.php, method PDF417::getErrorCorrection()
          Returns the error correction codewords
      -
      getErrorCorrectionLevel
      -
      in file pdf417.php, method PDF417::getErrorCorrectionLevel()
          Returns the error correction level (0-8) to be used
      -
      getFontAscent
      -
      in file tcpdf.php, method TCPDF::getFontAscent()
          Return the font ascent value
      -
      getFontBuffer
      -
      in file tcpdf.php, method TCPDF::getFontBuffer()
          Get font buffer content.
      -
      getFontDescent
      -
      in file tcpdf.php, method TCPDF::getFontDescent()
          Return the font descent value
      -
      getFontFamily
      -
      in file tcpdf.php, method TCPDF::getFontFamily()
          Returns the current font family name.
      -
      getFontFamilyName
      -
      in file tcpdf.php, method TCPDF::getFontFamilyName()
          Return normalized font name
      -
      getFontSize
      -
      in file tcpdf.php, method TCPDF::getFontSize()
          Returns the current font size.
      -
      getFontSizePt
      -
      in file tcpdf.php, method TCPDF::getFontSizePt()
          Returns the current font size in points unit.
      -
      getFontsList
      -
      in file tcpdf.php, method TCPDF::getFontsList()
          Fill the list of available fonts ($this->fontlist).
      -
      getFontStyle
      -
      in file tcpdf.php, method TCPDF::getFontStyle()
          Returns the current font style.
      -
      getFontSubsetting
      -
      in file tcpdf.php, method TCPDF::getFontSubsetting()
          Return the default option for font subsetting.
      -
      getFooterFont
      -
      in file tcpdf.php, method TCPDF::getFooterFont()
          Get Footer font.
      -
      getFooterMargin
      -
      in file tcpdf.php, method TCPDF::getFooterMargin()
          Returns footer margin in user units.
      -
      getFormatInfo
      -
      in file qrcode.php, method QRcode::getFormatInfo()
          Return BCH encoded format information pattern.
      -
      getFormDefaultProp
      -
      in file tcpdf.php, method TCPDF::getFormDefaultProp()
          Return the default properties for form fields.
      -
      getFrameAt
      -
      in file qrcode.php, method QRcode::getFrameAt()
          Get frame value at specified position
      -
      getGDgamma
      -
      in file tcpdf.php, method TCPDF::getGDgamma()
          Correct the gamma value to be used with GD library
      -
      getGraphicVars
      -
      in file tcpdf.php, method TCPDF::getGraphicVars()
          Returns current graphic variables as array.
      -
      getGroupPageNo
      -
      in file tcpdf.php, method TCPDF::getGroupPageNo()
          Return the current page in the group.
      -
      getGroupPageNoFormatted
      -
      in file tcpdf.php, method TCPDF::getGroupPageNoFormatted()
          Returns the current group page number formatted as a string.
      -
      getHeaderData
      -
      in file tcpdf.php, method TCPDF::getHeaderData()
          Returns header data:
      -
      getHeaderFont
      -
      in file tcpdf.php, method TCPDF::getHeaderFont()
          Get header font.
      -
      getHeaderMargin
      -
      in file tcpdf.php, method TCPDF::getHeaderMargin()
          Returns header margin in user units.
      -
      getHtmlDomArray
      -
      in file tcpdf.php, method TCPDF::getHtmlDomArray()
          Returns the HTML DOM array.
      -
      getHTMLUnitToUnits
      -
      in file tcpdf.php, method TCPDF::getHTMLUnitToUnits()
          Convert HTML string containing value and unit of measure to user's units or points.
      -
      getHyphenPatternsFromTEX
      -
      in file tcpdf.php, method TCPDF::getHyphenPatternsFromTEX()
          Returns an array of hyphenation patterns.
      -
      getImageBuffer
      -
      in file tcpdf.php, method TCPDF::getImageBuffer()
          Get image buffer content.
      -
      getImageFileType
      -
      in file tcpdf.php, method TCPDF::getImageFileType()
          Return the image type given the file name or array returned by getimagesize() function.
      -
      getImageRBX
      -
      in file tcpdf.php, method TCPDF::getImageRBX()
          Return the right-bottom (or left-bottom for RTL) corner X coordinate of last inserted image
      -
      getImageRBY
      -
      in file tcpdf.php, method TCPDF::getImageRBY()
          Return the right-bottom (or left-bottom for RTL) corner Y coordinate of last inserted image
      -
      getImageScale
      -
      in file tcpdf.php, method TCPDF::getImageScale()
          Returns the adjusting factor to convert pixels to user units.
      -
      getInputSequences
      -
      in file pdf417.php, method PDF417::getInputSequences()
          Create array of sequences from input
      -
      getLastH
      -
      in file tcpdf.php, method TCPDF::getLastH()
          Get the last cell height.
      -
      GetLineWidth
      -
      in file tcpdf.php, method TCPDF::GetLineWidth()
          Returns the current the line width.
      -
      getMargins
      -
      in file tcpdf.php, method TCPDF::getMargins()
          Returns an array containing current margins:
      -
      getMinimumVersion
      -
      in file qrcode.php, method QRcode::getMinimumVersion()
          Return a version number that satisfies the input code length.
      -
      getNextPosition
      -
      in file qrcode.php, method QRcode::getNextPosition()
          Return the next frame position
      -
      getNumberOfColumns
      -
      in file tcpdf.php, method TCPDF::getNumberOfColumns()
          Return the current number of columns.
      -
      GetNumChars
      -
      in file tcpdf.php, method TCPDF::GetNumChars()
          Returns the numbero of characters in a string.
      -
      getNumLines
      -
      in file tcpdf.php, method TCPDF::getNumLines()
          This method return the estimated number of lines for print a simple text string in Multicell() method.
      -
      getNumPages
      -
      in file tcpdf.php, method TCPDF::getNumPages()
          Get the total number of insered pages.
      -
      getObjFilename
      -
      in file tcpdf.php, method TCPDF::getObjFilename()
          Returns a temporary filename for caching object on filesystem.
      -
      getOriginalMargins
      -
      in file tcpdf.php, method TCPDF::getOriginalMargins()
          Returns an array containing original margins:
      -
      getPage
      -
      in file tcpdf.php, method TCPDF::getPage()
          Get current document page number.
      -
      getPageBuffer
      -
      in file tcpdf.php, method TCPDF::getPageBuffer()
          Get page buffer content.
      -
      getPageDimensions
      -
      in file tcpdf.php, method TCPDF::getPageDimensions()
          Returns an array of page dimensions:
      -
      getPageGroupAlias
      -
      in file tcpdf.php, method TCPDF::getPageGroupAlias()
          Return the alias of the current page group If the current font is unicode type, the returned string is surrounded by additional curly braces.
      -
      getPageHeight
      -
      in file tcpdf.php, method TCPDF::getPageHeight()
          Returns the page height in units.
      -
      getPageNumGroupAlias
      -
      in file tcpdf.php, method TCPDF::getPageNumGroupAlias()
          Return the alias for the page number on the current page group If the current font is unicode type, the returned string is surrounded by additional curly braces.
      -
      getPageSizeFromFormat
      -
      in file tcpdf.php, method TCPDF::getPageSizeFromFormat()
          Get page dimensions from format name.
      -
      getPageWidth
      -
      in file tcpdf.php, method TCPDF::getPageWidth()
          Returns the page width in units.
      -
      getPathPaintOperator
      -
      in file tcpdf.php, method TCPDF::getPathPaintOperator()
          Get the Path-Painting Operators.
      -
      getPDFData
      -
      in file tcpdf.php, method TCPDF::getPDFData()
          Returns the PDF data.
      -
      getRemainder
      -
      in file qrcode.php, method QRcode::getRemainder()
          Return the numer of remainder bits.
      -
      getRemainingWidth
      -
      in file tcpdf.php, method TCPDF::getRemainingWidth()
          Returns the remaining width between the current position and margins.
      -
      getRTL
      -
      in file tcpdf.php, method TCPDF::getRTL()
          Return the RTL status
      -
      getScaleFactor
      -
      in file tcpdf.php, method TCPDF::getScaleFactor()
          Returns the scale factor (number of points in user unit).
      -
      getSpaceString
      -
      in file tcpdf.php, method TCPDF::getSpaceString()
          Returns the string used to find spaces
      -
      getStringHeight
      -
      in file tcpdf.php, method TCPDF::getStringHeight()
          This method return the estimated needed height for print a simple text string in Multicell() method.
      -
      GetStringWidth
      -
      in file tcpdf.php, method TCPDF::GetStringWidth()
          Returns the length of a string in user unit. A font must be selected.
      -
      getSVGTransformMatrix
      -
      in file tcpdf.php, method TCPDF::getSVGTransformMatrix()
          Get the tranformation matrix from SVG transform attribute
      -
      getTagStyleFromCSS
      -
      in file tcpdf.php, method TCPDF::getTagStyleFromCSS()
          Returns the styles that apply for the selected HTML tag.
      -
      getTransformationMatrixProduct
      -
      in file tcpdf.php, method TCPDF::getTransformationMatrixProduct()
          Get the product of two SVG tranformation matrices
      -
      getUserPermissionCode
      -
      in file tcpdf.php, method TCPDF::getUserPermissionCode()
          Return the premission code used on encryption (P value).
      -
      getVectorsAngle
      -
      in file tcpdf.php, method TCPDF::getVectorsAngle()
          Returns the angle in radiants between two vectors
      -
      getVersionPattern
      -
      in file qrcode.php, method QRcode::getVersionPattern()
          Return BCH encoded version information pattern that is used for the symbol of version 7 or greater. Use lower 18 bits.
      -
      getWidth
      -
      in file qrcode.php, method QRcode::getWidth()
          Return the width of the symbol for the version.
      -
      GetX
      -
      in file tcpdf.php, method TCPDF::GetX()
          Returns the relative X value of current position.
      -
      GetY
      -
      in file tcpdf.php, method TCPDF::GetY()
          Returns the ordinate of the current position.
      -
      get_mqr
      -
      in file tcpdf.php, method TCPDF::get_mqr()
          Gets the current active configuration setting of magic_quotes_runtime (if the get_magic_quotes_runtime function exist)
      -
      Gradient
      -
      in file tcpdf.php, method TCPDF::Gradient()
          Output gradient.
      -
      -
      - top
      -
      - -
      -

      h

      -
      -
      $h
      -
      in file tcpdf.php, variable TCPDF::$h
      -
      $header_font
      -
      in file tcpdf.php, variable TCPDF::$header_font
      -
      $header_logo
      -
      in file tcpdf.php, variable TCPDF::$header_logo
      -
      $header_logo_width
      -
      in file tcpdf.php, variable TCPDF::$header_logo_width
      -
      $header_margin
      -
      in file tcpdf.php, variable TCPDF::$header_margin
      -
      $header_string
      -
      in file tcpdf.php, variable TCPDF::$header_string
      -
      $header_title
      -
      in file tcpdf.php, variable TCPDF::$header_title
      -
      $hint
      -
      in file qrcode.php, variable QRcode::$hint
      -
      $hPt
      -
      in file tcpdf.php, variable TCPDF::$hPt
      -
      $HREF
      -
      in file tcpdf.php, variable TCPDF::$HREF
      -
      $htmlLinkColorArray
      -
      in file tcpdf.php, variable TCPDF::$htmlLinkColorArray
          Default color for html links
      -
      $htmlLinkFontStyle
      -
      in file tcpdf.php, variable TCPDF::$htmlLinkFontStyle
          Default font style to add to html links
      -
      $htmlvspace
      -
      in file tcpdf.php, variable TCPDF::$htmlvspace
          Count the latest inserted vertical spaces on HTML
      -
      Header
      -
      in file tcpdf.php, method TCPDF::Header()
          This method is used to render the page header.
      -
      HEAD_MAGNIFICATION
      -
      in file tcpdf_config.php, constant HEAD_MAGNIFICATION
          magnification factor for titles
      -
      hex_to_dec
      -
      in file barcodes.php, method TCPDFBarcode::hex_to_dec()
          Convert large hexadecimal number to decimal representation (string).
      -
      htmlcolors.php
      -
      procedural page htmlcolors.php
      -
      hyphenateText
      -
      in file tcpdf.php, method TCPDF::hyphenateText()
          Returns text with soft hyphens.
      -
      hyphenateWord
      -
      in file tcpdf.php, method TCPDF::hyphenateWord()
          Returns an array of chars containing soft hyphens.
      -
      -
      - top
      -
      - -
      -

      i

      -
      -
      $imagekeys
      -
      in file tcpdf.php, variable TCPDF::$imagekeys
          Store the image keys.
      -
      $images
      -
      in file tcpdf.php, variable TCPDF::$images
      -
      $imgscale
      -
      in file tcpdf.php, variable TCPDF::$imgscale
      -
      $img_rb_x
      -
      in file tcpdf.php, variable TCPDF::$img_rb_x
      -
      $img_rb_y
      -
      in file tcpdf.php, variable TCPDF::$img_rb_y
      -
      $InFooter
      -
      in file tcpdf.php, variable TCPDF::$InFooter
      -
      $internal_encoding
      -
      in file tcpdf.php, variable TCPDF::$internal_encoding
      -
      $inthead
      -
      in file tcpdf.php, variable TCPDF::$inthead
          True when we are printing the thead section on a new page
      -
      $intmrk
      -
      in file tcpdf.php, variable TCPDF::$intmrk
          Array used to store positions inside the pages buffer.
      -
      $inxobj
      -
      in file tcpdf.php, variable TCPDF::$inxobj
      -
      $isunicode
      -
      in file tcpdf.php, variable TCPDF::$isunicode
      -
      $items
      -
      in file qrcode.php, variable QRcode::$items
      -
      identifyMode
      -
      in file qrcode.php, method QRcode::identifyMode()
          identifyMode
      -
      Image
      -
      in file tcpdf.php, method TCPDF::Image()
          Puts an image in the page.
      -
      ImageEps
      -
      in file tcpdf.php, method TCPDF::ImageEps()
          Embed vector-based Adobe Illustrator (AI) or AI-compatible EPS files.
      -
      ImagePngAlpha
      -
      in file tcpdf.php, method TCPDF::ImagePngAlpha()
          Extract info from a PNG image with alpha channel using the GD library.
      -
      ImageSVG
      -
      in file tcpdf.php, method TCPDF::ImageSVG()
          Embedd a Scalable Vector Graphics (SVG) image.
      -
      imb_crc11fcs
      -
      in file barcodes.php, method TCPDFBarcode::imb_crc11fcs()
          Intelligent Mail Barcode calculation of Frame Check Sequence
      -
      imb_reverse_us
      -
      in file barcodes.php, method TCPDFBarcode::imb_reverse_us()
          Reverse unsigned short value
      -
      imb_tables
      -
      in file barcodes.php, method TCPDFBarcode::imb_tables()
          generate Nof13 tables used for Intelligent Mail Barcode
      -
      IncludeJS
      -
      in file tcpdf.php, method TCPDF::IncludeJS()
          Adds a javascript
      -
      init
      -
      in file qrcode.php, method QRcode::init()
          Initialize code.
      -
      init_rs
      -
      in file qrcode.php, method QRcode::init_rs()
          Initialize a Reed-Solomon codec and add it to existing rsitems
      -
      init_rs_char
      -
      in file qrcode.php, method QRcode::init_rs_char()
          Initialize a Reed-Solomon codec and returns an array of values.
      -
      insertStructuredAppendHeader
      -
      in file qrcode.php, method QRcode::insertStructuredAppendHeader()
          insertStructuredAppendHeader
      -
      intToRoman
      -
      in file tcpdf.php, method TCPDF::intToRoman()
          Returns the Roman representation of an integer number
      -
      isalnumat
      -
      in file qrcode.php, method QRcode::isalnumat()
          Return true if the character at specified position is an alphanumeric character
      -
      isdigitat
      -
      in file qrcode.php, method QRcode::isdigitat()
          Return true if the character at specified position is a number
      -
      isRTLTextDir
      -
      in file tcpdf.php, method TCPDF::isRTLTextDir()
          Return the current temporary RTL status
      -
      isUnicodeFont
      -
      in file tcpdf.php, method TCPDF::isUnicodeFont()
          Return true if the current font is unicode type.
      -
      isValidCSSSelectorForTag
      -
      in file tcpdf.php, method TCPDF::isValidCSSSelectorForTag()
          Returns true if the CSS selector is valid for the selected HTML tag
      -
      -
      - top
      -
      - -
      -

      j

      -
      -
      $javascript
      -
      in file tcpdf.php, variable TCPDF::$javascript
          javascript code
      -
      $jpeg_quality
      -
      in file tcpdf.php, variable TCPDF::$jpeg_quality
          Set the default JPEG compression quality (1-100)
      -
      $js_objects
      -
      in file tcpdf.php, variable TCPDF::$js_objects
          Javascript objects array
      -
      -
      - top
      -
      - -
      -

      k

      -
      -
      $k
      -
      in file tcpdf.php, variable TCPDF::$k
      -
      $keywords
      -
      in file tcpdf.php, variable TCPDF::$keywords
      -
      K_BLANK_IMAGE
      -
      in file tcpdf_config.php, constant K_BLANK_IMAGE
          blank image
      -
      K_CELL_HEIGHT_RATIO
      -
      in file tcpdf_config.php, constant K_CELL_HEIGHT_RATIO
          height of cell repect font height
      -
      K_LRE
      -
      in file unicode_data.php, constant K_LRE
          Left-to-Right Embedding
      -
      K_LRM
      -
      in file unicode_data.php, constant K_LRM
          Left-to-Right Mark
      -
      K_LRO
      -
      in file unicode_data.php, constant K_LRO
          Left-to-Right Override
      -
      K_PATH_CACHE
      -
      in file tcpdf_config.php, constant K_PATH_CACHE
          cache directory for temporary files (full path)
      -
      K_PATH_FONTS
      -
      in file tcpdf_config.php, constant K_PATH_FONTS
          path for PDF fonts
      -
      K_PATH_IMAGES
      -
      in file tcpdf_config.php, constant K_PATH_IMAGES
          images directory
      -
      K_PATH_MAIN
      -
      in file tcpdf_config.php, constant K_PATH_MAIN
          Installation path (/var/www/tcpdf/).
      -
      K_PATH_URL
      -
      in file tcpdf_config.php, constant K_PATH_URL
          URL path to tcpdf installation folder (http://localhost/tcpdf/).
      -
      K_PATH_URL_CACHE
      -
      in file tcpdf_config.php, constant K_PATH_URL_CACHE
          cache directory for temporary files (url path)
      -
      K_PDF
      -
      in file unicode_data.php, constant K_PDF
          Pop Directional Format
      -
      K_RE_PATTERN_ARABIC
      -
      in file unicode_data.php, constant K_RE_PATTERN_ARABIC
      -
      K_RE_PATTERN_RTL
      -
      in file unicode_data.php, constant K_RE_PATTERN_RTL
      -
      K_RLE
      -
      in file unicode_data.php, constant K_RLE
          Right-to-Left Embedding
      -
      K_RLM
      -
      in file unicode_data.php, constant K_RLM
          Right-to-Left Mark
      -
      K_RLO
      -
      in file unicode_data.php, constant K_RLO
          Right-to-Left Override
      -
      K_SMALL_RATIO
      -
      in file tcpdf_config.php, constant K_SMALL_RATIO
          reduction factor for small font
      -
      K_TCPDF_CALLS_IN_HTML
      -
      in file tcpdf_config.php, constant K_TCPDF_CALLS_IN_HTML
          if true allows to call TCPDF methods using HTML syntax IMPORTANT: For security reason, disable this feature if you are printing user HTML content.
      -
      K_THAI_TOPCHARS
      -
      in file tcpdf_config.php, constant K_THAI_TOPCHARS
          set to true to enable the special procedure used to avoid the overlappind of symbols on Thai language
      -
      K_TITLE_MAGNIFICATION
      -
      in file tcpdf_config.php, constant K_TITLE_MAGNIFICATION
          title magnification respect main font size
      -
      -
      - top
      -
      - -
      -

      l

      -
      -
      $l
      -
      in file tcpdf.php, variable TCPDF::$l
      -
      $lasth
      -
      in file tcpdf.php, variable TCPDF::$lasth
      -
      $last_enc_key
      -
      in file tcpdf.php, variable TCPDF::$last_enc_key
          last RC4 key encrypted (cached for optimisation)
      -
      $last_enc_key_c
      -
      in file tcpdf.php, variable TCPDF::$last_enc_key_c
          last RC4 computed key
      -
      $LayoutMode
      -
      in file tcpdf.php, variable TCPDF::$LayoutMode
      -
      $lengthTableBits
      -
      in file qrcode.php, variable QRcode::$lengthTableBits
      -
      $level
      -
      in file qrcode.php, variable QRcode::$level
      -
      $linestyleCap
      -
      in file tcpdf.php, variable TCPDF::$linestyleCap
          PDF string for last line width
      -
      $linestyleDash
      -
      in file tcpdf.php, variable TCPDF::$linestyleDash
          PDF string for last line width
      -
      $linestyleJoin
      -
      in file tcpdf.php, variable TCPDF::$linestyleJoin
          PDF string for last line width
      -
      $linestyleWidth
      -
      in file tcpdf.php, variable TCPDF::$linestyleWidth
          PDF string for last line width
      -
      $linethrough
      -
      in file tcpdf.php, variable TCPDF::$linethrough
          line trough state
      -
      $LineWidth
      -
      in file tcpdf.php, variable TCPDF::$LineWidth
      -
      $links
      -
      in file tcpdf.php, variable TCPDF::$links
      -
      $lispacer
      -
      in file tcpdf.php, variable TCPDF::$lispacer
      -
      $listcount
      -
      in file tcpdf.php, variable TCPDF::$listcount
      -
      $listindent
      -
      in file tcpdf.php, variable TCPDF::$listindent
      -
      $listindentlevel
      -
      in file tcpdf.php, variable TCPDF::$listindentlevel
      -
      $listnum
      -
      in file tcpdf.php, variable TCPDF::$listnum
      -
      $listordered
      -
      in file tcpdf.php, variable TCPDF::$listordered
      -
      $lisymbol
      -
      in file tcpdf.php, variable TCPDF::$lisymbol
          Symbol used for HTML unordered list items
      -
      $lMargin
      -
      in file tcpdf.php, variable TCPDF::$lMargin
      -
      lastPage
      -
      in file tcpdf.php, method TCPDF::lastPage()
          Reset pointer to the last document page.
      -
      lengthIndicator
      -
      in file qrcode.php, method QRcode::lengthIndicator()
          Return the size of length indicator for the mode and version.
      -
      lengthOfCode
      -
      in file qrcode.php, method QRcode::lengthOfCode()
          lengthOfCode
      -
      Line
      -
      in file tcpdf.php, method TCPDF::Line()
          Draws a line between two points.
      -
      LinearGradient
      -
      in file tcpdf.php, method TCPDF::LinearGradient()
          Paints a linear colour gradient.
      -
      Link
      -
      in file tcpdf.php, method TCPDF::Link()
          Puts a link on a rectangular area of the page.
      -
      ListBox
      -
      in file tcpdf.php, method TCPDF::ListBox()
          Creates a List-box field
      -
      Ln
      -
      in file tcpdf.php, method TCPDF::Ln()
          Performs a line break.
      -
      lookAnTable
      -
      in file qrcode.php, method QRcode::lookAnTable()
          Look up the alphabet-numeric convesion table (see JIS X0510:2004, pp.19).
      -
      -
      - top
      -
      - -
      -

      m

      -
      -
      $maxselcol
      -
      in file tcpdf.php, variable TCPDF::$maxselcol
          Maximum page and column selected
      -
      makeMask
      -
      in file qrcode.php, method QRcode::makeMask()
          makeMask
      -
      makeMaskNo
      -
      in file qrcode.php, method QRcode::makeMaskNo()
          makeMaskNo
      -
      mask
      -
      in file qrcode.php, method QRcode::mask()
          mask
      -
      mask0
      -
      in file qrcode.php, method QRcode::mask0()
          mask0
      -
      mask1
      -
      in file qrcode.php, method QRcode::mask1()
          mask1
      -
      mask2
      -
      in file qrcode.php, method QRcode::mask2()
          mask2
      -
      mask3
      -
      in file qrcode.php, method QRcode::mask3()
          mask3
      -
      mask4
      -
      in file qrcode.php, method QRcode::mask4()
          mask4
      -
      mask5
      -
      in file qrcode.php, method QRcode::mask5()
          mask5
      -
      mask6
      -
      in file qrcode.php, method QRcode::mask6()
          mask6
      -
      mask7
      -
      in file qrcode.php, method QRcode::mask7()
          mask7
      -
      maximumWords
      -
      in file qrcode.php, method QRcode::maximumWords()
          Return the maximum length for the mode and version.
      -
      MAX_STRUCTURED_SYMBOLS
      -
      in file qrcode.php, constant MAX_STRUCTURED_SYMBOLS
          Max number of symbols for structured mode
      -
      mergeBitStream
      -
      in file qrcode.php, method QRcode::mergeBitStream()
          mergeBitStream
      -
      MirrorH
      -
      in file tcpdf.php, method TCPDF::MirrorH()
          Horizontal Mirroring.
      -
      MirrorL
      -
      in file tcpdf.php, method TCPDF::MirrorL()
          Reflection against a straight line through point (x, y) with the gradient angle (angle).
      -
      MirrorP
      -
      in file tcpdf.php, method TCPDF::MirrorP()
          Point reflection mirroring.
      -
      MirrorV
      -
      in file tcpdf.php, method TCPDF::MirrorV()
          Verical Mirroring.
      -
      modnn
      -
      in file qrcode.php, method QRcode::modnn()
          modnn
      -
      movePage
      -
      in file tcpdf.php, method TCPDF::movePage()
          Move a page to a previous position.
      -
      MultiCell
      -
      in file tcpdf.php, method TCPDF::MultiCell()
          This method allows printing text with line breaks.
      -
      -
      - top
      -
      - -
      -

      n

      -
      -
      $n
      -
      in file tcpdf.php, variable TCPDF::$n
      -
      $newline
      -
      in file tcpdf.php, variable TCPDF::$newline
          True if a newline is created.
      -
      $newpagegroup
      -
      in file tcpdf.php, variable TCPDF::$newpagegroup
          Array of page numbers were a new page group was started
      -
      $numfonts
      -
      in file tcpdf.php, variable TCPDF::$numfonts
          Counts the number of fonts.
      -
      $numimages
      -
      in file tcpdf.php, variable TCPDF::$numimages
          Counts the number of pages.
      -
      $numpages
      -
      in file tcpdf.php, variable TCPDF::$numpages
          Counts the number of pages.
      -
      $num_columns
      -
      in file tcpdf.php, variable TCPDF::$num_columns
          Number of colums
      -
      $n_js
      -
      in file tcpdf.php, variable TCPDF::$n_js
          javascript counter
      -
      $n_ocg_print
      -
      in file tcpdf.php, variable TCPDF::$n_ocg_print
          Print visibility.
      -
      $n_ocg_view
      -
      in file tcpdf.php, variable TCPDF::$n_ocg_view
          View visibility.
      -
      N1
      -
      in file qrcode.php, constant N1
          Down point base value for case 1 mask pattern (concatenation of same color in a line or a column)
      -
      N2
      -
      in file qrcode.php, constant N2
          Down point base value for case 2 mask pattern (module block of same color)
      -
      N3
      -
      in file qrcode.php, constant N3
          Down point base value for case 3 mask pattern (1:1:3:1:1(dark:bright:dark:bright:dark)pattern in a line or a column)
      -
      N4
      -
      in file qrcode.php, constant N4
          Down point base value for case 4 mask pattern (ration of dark modules in whole)
      -
      newFrame
      -
      in file qrcode.php, method QRcode::newFrame()
          Set new frame for the specified version.
      -
      newFromBytes
      -
      in file qrcode.php, method QRcode::newFromBytes()
          Return new bitstream from bytes
      -
      newFromNum
      -
      in file qrcode.php, method QRcode::newFromNum()
          Return new bitstream from number
      -
      newInputItem
      -
      in file qrcode.php, method QRcode::newInputItem()
          newInputItem
      -
      -
      - top
      -
      - -
      -

      o

      -
      -
      $objcopy
      -
      in file tcpdf.php, variable TCPDF::$objcopy
          Used to store a cloned copy of the current class object
      -
      $offsets
      -
      in file tcpdf.php, variable TCPDF::$offsets
      -
      $opencell
      -
      in file tcpdf.php, variable TCPDF::$opencell
      -
      $openMarkedContent
      -
      in file tcpdf.php, variable TCPDF::$openMarkedContent
          True if marked-content sequence is open
      -
      $original_lMargin
      -
      in file tcpdf.php, variable TCPDF::$original_lMargin
      -
      $original_rMargin
      -
      in file tcpdf.php, variable TCPDF::$original_rMargin
      -
      $OutlineRoot
      -
      in file tcpdf.php, variable TCPDF::$OutlineRoot
          Outline root for bookmark
      -
      $outlines
      -
      in file tcpdf.php, variable TCPDF::$outlines
          Outlines for bookmark
      -
      $overline
      -
      in file tcpdf.php, variable TCPDF::$overline
      -
      objclone
      -
      in file tcpdf.php, method TCPDF::objclone()
          Creates a copy of a class object
      -
      Open
      -
      in file tcpdf.php, method TCPDF::Open()
          This method begins the generation of the PDF document.
      -
      openHTMLTagHandler
      -
      in file tcpdf.php, method TCPDF::openHTMLTagHandler()
          Process opening tags.
      -
      Output
      -
      in file tcpdf.php, method TCPDF::Output()
          Send the document to a given destination: string, local file or browser.
      -
      -
      - top
      -
      - -
      -

      p

      -
      -
      $page
      -
      in file tcpdf.php, variable TCPDF::$page
      -
      $PageAnnots
      -
      in file tcpdf.php, variable TCPDF::$PageAnnots
      -
      $PageBreakTrigger
      -
      in file tcpdf.php, variable TCPDF::$PageBreakTrigger
      -
      $pagedim
      -
      in file tcpdf.php, variable TCPDF::$pagedim
      -
      $pagegroups
      -
      in file tcpdf.php, variable TCPDF::$pagegroups
          Contains the number of pages of the groups
      -
      $pagelen
      -
      in file tcpdf.php, variable TCPDF::$pagelen
          Array containing page lengths in bytes.
      -
      $PageMode
      -
      in file tcpdf.php, variable TCPDF::$PageMode
          A name object specifying how the document should be displayed when opened.
      -
      $pageopen
      -
      in file tcpdf.php, variable TCPDF::$pageopen
          Store the fage status (true when opened, false when closed).
      -
      $pages
      -
      in file tcpdf.php, variable TCPDF::$pages
      -
      $page_obj_id
      -
      in file tcpdf.php, variable TCPDF::$page_obj_id
          ID of page objects
      -
      $pdfunit
      -
      in file tcpdf.php, variable TCPDF::$pdfunit
      -
      $PDFVersion
      -
      in file tcpdf.php, variable TCPDF::$PDFVersion
      -
      $premode
      -
      in file tcpdf.php, variable TCPDF::$premode
      -
      $print_footer
      -
      in file tcpdf.php, variable TCPDF::$print_footer
      -
      $print_header
      -
      in file tcpdf.php, variable TCPDF::$print_header
      -
      PageNo
      -
      in file tcpdf.php, method TCPDF::PageNo()
          Returns the current page number.
      -
      PageNoFormatted
      -
      in file tcpdf.php, method TCPDF::PageNoFormatted()
          Returns the current page number formatted as a string.
      -
      PDF417
      -
      in file pdf417.php, class PDF417
          Class to create PDF417 barcode arrays for TCPDF class.
      -
      pdf417.php
      -
      procedural page pdf417.php
      -
      PDF417DEFS
      -
      in file pdf417.php, constant PDF417DEFS
          Indicate that definitions for this class are set
      -
      PDF_AUTHOR
      -
      in file tcpdf_config.php, constant PDF_AUTHOR
          document author
      -
      PDF_CREATOR
      -
      in file tcpdf_config.php, constant PDF_CREATOR
          document creator
      -
      PDF_FONT_MONOSPACED
      -
      in file tcpdf_config.php, constant PDF_FONT_MONOSPACED
          default monospaced font name
      -
      PDF_FONT_NAME_DATA
      -
      in file tcpdf_config.php, constant PDF_FONT_NAME_DATA
          default data font name
      -
      PDF_FONT_NAME_MAIN
      -
      in file tcpdf_config.php, constant PDF_FONT_NAME_MAIN
          default main font name
      -
      PDF_FONT_SIZE_DATA
      -
      in file tcpdf_config.php, constant PDF_FONT_SIZE_DATA
          default data font size
      -
      PDF_FONT_SIZE_MAIN
      -
      in file tcpdf_config.php, constant PDF_FONT_SIZE_MAIN
          default main font size
      -
      PDF_HEADER_LOGO
      -
      in file tcpdf_config.php, constant PDF_HEADER_LOGO
          image logo
      -
      PDF_HEADER_LOGO_WIDTH
      -
      in file tcpdf_config.php, constant PDF_HEADER_LOGO_WIDTH
          header logo image width [mm]
      -
      PDF_HEADER_STRING
      -
      in file tcpdf_config.php, constant PDF_HEADER_STRING
          header description string
      -
      PDF_HEADER_TITLE
      -
      in file tcpdf_config.php, constant PDF_HEADER_TITLE
          header title
      -
      PDF_IMAGE_SCALE_RATIO
      -
      in file tcpdf_config.php, constant PDF_IMAGE_SCALE_RATIO
          ratio used to adjust the conversion of pixels to user units
      -
      PDF_MARGIN_BOTTOM
      -
      in file tcpdf_config.php, constant PDF_MARGIN_BOTTOM
          bottom margin
      -
      PDF_MARGIN_FOOTER
      -
      in file tcpdf_config.php, constant PDF_MARGIN_FOOTER
          footer margin
      -
      PDF_MARGIN_HEADER
      -
      in file tcpdf_config.php, constant PDF_MARGIN_HEADER
          header margin
      -
      PDF_MARGIN_LEFT
      -
      in file tcpdf_config.php, constant PDF_MARGIN_LEFT
          left margin
      -
      PDF_MARGIN_RIGHT
      -
      in file tcpdf_config.php, constant PDF_MARGIN_RIGHT
          right margin
      -
      PDF_MARGIN_TOP
      -
      in file tcpdf_config.php, constant PDF_MARGIN_TOP
          top margin
      -
      PDF_PAGE_FORMAT
      -
      in file tcpdf_config.php, constant PDF_PAGE_FORMAT
          page format
      -
      PDF_PAGE_ORIENTATION
      -
      in file tcpdf_config.php, constant PDF_PAGE_ORIENTATION
          page orientation (P=portrait, L=landscape)
      -
      PDF_PRODUCER
      -
      in file tcpdf.php, constant PDF_PRODUCER
          define default PDF document producer
      -
      PDF_UNIT
      -
      in file tcpdf_config.php, constant PDF_UNIT
          document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch]
      -
      PieSector
      -
      in file tcpdf.php, method TCPDF::PieSector()
          Draw the sector of a circle.
      -
      PieSectorXY
      -
      in file tcpdf.php, method TCPDF::PieSectorXY()
          Draw the sector of an ellipse.
      -
      pixelsToUnits
      -
      in file tcpdf.php, method TCPDF::pixelsToUnits()
          Converts pixels to User's Units.
      -
      Polycurve
      -
      in file tcpdf.php, method TCPDF::Polycurve()
          Draws a poly-Bezier curve.
      -
      Polygon
      -
      in file tcpdf.php, method TCPDF::Polygon()
          Draws a polygon.
      -
      PolyLine
      -
      in file tcpdf.php, method TCPDF::PolyLine()
          Draws a polygonal line
      -
      printTemplate
      -
      in file tcpdf.php, method TCPDF::printTemplate()
          Print an XObject Template.
      -
      putAlignmentMarker
      -
      in file qrcode.php, method QRcode::putAlignmentMarker()
          Put an alignment marker.
      -
      putAlignmentPattern
      -
      in file qrcode.php, method QRcode::putAlignmentPattern()
          Put an alignment pattern.
      -
      putFinderPattern
      -
      in file qrcode.php, method QRcode::putFinderPattern()
          Put a finder pattern.
      -
      putHtmlListBullet
      -
      in file tcpdf.php, method TCPDF::putHtmlListBullet()
          Output an HTML list bullet or ordered item symbol
      -
      -
      - top
      -
      - -
      -

      q

      -
      -
      QRCAP_EC
      -
      in file qrcode.php, constant QRCAP_EC
          Matrix index to get error correction level from $capacity array.
      -
      QRCAP_REMINDER
      -
      in file qrcode.php, constant QRCAP_REMINDER
          Matrix index to get remainder from $capacity array.
      -
      QRCAP_WIDTH
      -
      in file qrcode.php, constant QRCAP_WIDTH
          Matrix index to get width from $capacity array.
      -
      QRCAP_WORDS
      -
      in file qrcode.php, constant QRCAP_WORDS
          Matrix index to get number of words from $capacity array.
      -
      QRcode
      -
      in file qrcode.php, class QRcode
          Class to create QR-code arrays for TCPDF class.
      -
      qrcode.php
      -
      procedural page qrcode.php
      -
      QRCODEDEFS
      -
      in file qrcode.php, constant QRCODEDEFS
          Indicate that definitions for this class are set
      -
      QRSPEC_VERSION_MAX
      -
      in file qrcode.php, constant QRSPEC_VERSION_MAX
          Maximum QR Code version.
      -
      QRSPEC_WIDTH_MAX
      -
      in file qrcode.php, constant QRSPEC_WIDTH_MAX
          Maximum matrix size for maximum version (version 40 is 177*177 matrix).
      -
      qrstrset
      -
      in file qrcode.php, method QRcode::qrstrset()
          Replace a value on the array at the specified position
      -
      QR_DEFAULT_MASK
      -
      in file qrcode.php, constant QR_DEFAULT_MASK
          when QR_FIND_BEST_MASK === false
      -
      QR_ECLEVEL_H
      -
      in file qrcode.php, constant QR_ECLEVEL_H
          Error correction level H : About 30% or less errors can be corrected.
      -
      QR_ECLEVEL_L
      -
      in file qrcode.php, constant QR_ECLEVEL_L
          Error correction level L : About 7% or less errors can be corrected.
      -
      QR_ECLEVEL_M
      -
      in file qrcode.php, constant QR_ECLEVEL_M
          Error correction level M : About 15% or less errors can be corrected.
      -
      QR_ECLEVEL_Q
      -
      in file qrcode.php, constant QR_ECLEVEL_Q
          Error correction level Q : About 25% or less errors can be corrected.
      -
      QR_FIND_BEST_MASK
      -
      in file qrcode.php, constant QR_FIND_BEST_MASK
          if true, estimates best mask (spec. default, but extremally slow; set to false to significant performance boost but (propably) worst quality code
      -
      QR_FIND_FROM_RANDOM
      -
      in file qrcode.php, constant QR_FIND_FROM_RANDOM
          if false, checks all masks available, otherwise value tells count of masks need to be checked, mask id are got randomly
      -
      QR_MODE_8B
      -
      in file qrcode.php, constant QR_MODE_8B
          Encoding mode 8bit byte data. In theory, 2953 characters or less can be stored in a QRcode.
      -
      QR_MODE_AN
      -
      in file qrcode.php, constant QR_MODE_AN
          Encoding mode alphanumeric (0-9A-Z $%*+-./:) 45characters. 2 characters are encoded to 11bit length. In theory, 4296 characters or less can be stored in a QRcode.
      -
      QR_MODE_KJ
      -
      in file qrcode.php, constant QR_MODE_KJ
          Encoding mode KANJI. A KANJI character (multibyte character) is encoded to 13bit length. In theory, 1817 characters or less can be stored in a QRcode.
      -
      QR_MODE_NL
      -
      in file qrcode.php, constant QR_MODE_NL
          Encoding mode
      -
      QR_MODE_NM
      -
      in file qrcode.php, constant QR_MODE_NM
          Encoding mode numeric (0-9). 3 characters are encoded to 10bit length. In theory, 7089 characters or less can be stored in a QRcode.
      -
      QR_MODE_ST
      -
      in file qrcode.php, constant QR_MODE_ST
          Encoding mode STRUCTURED (currently unsupported)
      -
      QUIETH
      -
      in file pdf417.php, constant QUIETH
          Horizontal quiet zone in modules
      -
      QUIETV
      -
      in file pdf417.php, constant QUIETV
          Vertical quiet zone in modules
      -
      -
      - top
      -
      - -
      -

      r

      -
      -
      $radiobutton_groups
      -
      in file tcpdf.php, variable TCPDF::$radiobutton_groups
          List of radio buttons parent objects.
      -
      $radio_groups
      -
      in file tcpdf.php, variable TCPDF::$radio_groups
          List of radio group objects IDs
      -
      $rasterize_vector_images
      -
      in file tcpdf.php, variable TCPDF::$rasterize_vector_images
      -
      $re_space
      -
      in file tcpdf.php, variable TCPDF::$re_space
          Array of parts $re_spaces
      -
      $re_spaces
      -
      in file tcpdf.php, variable TCPDF::$re_spaces
          Regular expression used to find blank characters used for word-wrapping.
      -
      $rMargin
      -
      in file tcpdf.php, variable TCPDF::$rMargin
      -
      $rsblocks
      -
      in file qrcode.php, variable QRcode::$rsblocks
      -
      $rsfactors
      -
      in file pdf417.php, variable PDF417::$rsfactors
      -
      $rsitems
      -
      in file qrcode.php, variable QRcode::$rsitems
      -
      $rtl
      -
      in file tcpdf.php, variable TCPDF::$rtl
      -
      $runLength
      -
      in file qrcode.php, variable QRcode::$runLength
      -
      RadialGradient
      -
      in file tcpdf.php, method TCPDF::RadialGradient()
          Paints a radial colour gradient.
      -
      RadioButton
      -
      in file tcpdf.php, method TCPDF::RadioButton()
          Creates a RadioButton field
      -
      readDiskCache
      -
      in file tcpdf.php, method TCPDF::readDiskCache()
          Read data from a temporary file on filesystem.
      -
      Rect
      -
      in file tcpdf.php, method TCPDF::Rect()
          Draws a rectangle.
      -
      registrationMark
      -
      in file tcpdf.php, method TCPDF::registrationMark()
          Paints a registration mark
      -
      RegularPolygon
      -
      in file tcpdf.php, method TCPDF::RegularPolygon()
          Draws a regular polygon.
      -
      removeSHY
      -
      in file tcpdf.php, method TCPDF::removeSHY()
          Removes SHY characters from text.
      -
      replaceBuffer
      -
      in file tcpdf.php, method TCPDF::replaceBuffer()
          Replace the buffer content
      -
      revstrpos
      -
      in file tcpdf.php, method TCPDF::revstrpos()
          Find position of last occurrence of a substring in a string
      -
      rfread
      -
      in file tcpdf.php, method TCPDF::rfread()
          Binary-safe and URL-safe file read.
      -
      rollbackTransaction
      -
      in file tcpdf.php, method TCPDF::rollbackTransaction()
          This method allows to undo the latest transaction by returning the latest saved TCPDF object with startTransaction().
      -
      Rotate
      -
      in file tcpdf.php, method TCPDF::Rotate()
          Rotate object.
      -
      RoundedRect
      -
      in file tcpdf.php, method TCPDF::RoundedRect()
          Draws a rounded rectangle.
      -
      RoundedRectXY
      -
      in file tcpdf.php, method TCPDF::RoundedRectXY()
          Draws a rounded rectangle.
      -
      ROWHEIGHT
      -
      in file pdf417.php, constant ROWHEIGHT
          Row height respect X dimension of single module
      -
      rsBlockNum
      -
      in file qrcode.php, method QRcode::rsBlockNum()
          Return block number 0
      -
      rsBlockNum1
      -
      in file qrcode.php, method QRcode::rsBlockNum1()
          Return block number 1
      -
      rsBlockNum2
      -
      in file qrcode.php, method QRcode::rsBlockNum2()
          Return block number 2
      -
      rsDataCodes1
      -
      in file qrcode.php, method QRcode::rsDataCodes1()
          Return data codes 1
      -
      rsDataCodes2
      -
      in file qrcode.php, method QRcode::rsDataCodes2()
          Return data codes 2
      -
      rsDataLength
      -
      in file qrcode.php, method QRcode::rsDataLength()
          Return data length
      -
      rsEccCodes1
      -
      in file qrcode.php, method QRcode::rsEccCodes1()
          Return ecc codes 1
      -
      rsEccCodes2
      -
      in file qrcode.php, method QRcode::rsEccCodes2()
          Return ecc codes 2
      -
      rsEccLength
      -
      in file qrcode.php, method QRcode::rsEccLength()
          Return ecc length
      -
      -
      - top
      -
      - -
      -

      s

      -
      -
      $sign
      -
      in file tcpdf.php, variable TCPDF::$sign
          If true enables document signing
      -
      $signature_appearance
      -
      in file tcpdf.php, variable TCPDF::$signature_appearance
          data for signature appearance
      -
      $signature_data
      -
      in file tcpdf.php, variable TCPDF::$signature_data
          Signature data
      -
      $signature_max_length
      -
      in file tcpdf.php, variable TCPDF::$signature_max_length
          Signature max length
      -
      $sig_annot_ref
      -
      in file tcpdf.php, variable TCPDF::$sig_annot_ref
          Placemark used during signature process.
      -
      $sig_obj_id
      -
      in file tcpdf.php, variable TCPDF::$sig_obj_id
          Signature object ID
      -
      $spot_colors
      -
      in file tcpdf.php, variable TCPDF::$spot_colors
          Array of Spot colors
      -
      $start_pattern
      -
      in file pdf417.php, variable PDF417::$start_pattern
      -
      $start_transaction_page
      -
      in file tcpdf.php, variable TCPDF::$start_transaction_page
          Store page number when startTransaction() is called.
      -
      $start_transaction_y
      -
      in file tcpdf.php, variable TCPDF::$start_transaction_y
          Store Y position when startTransaction() is called.
      -
      $state
      -
      in file tcpdf.php, variable TCPDF::$state
      -
      $stop_pattern
      -
      in file pdf417.php, variable PDF417::$stop_pattern
      -
      $strokecolor
      -
      in file tcpdf.php, variable TCPDF::$strokecolor
      -
      $structured
      -
      in file qrcode.php, variable QRcode::$structured
      -
      $subject
      -
      in file tcpdf.php, variable TCPDF::$subject
      -
      $svgclipid
      -
      in file tcpdf.php, variable TCPDF::$svgclipid
      -
      $svgclipmode
      -
      in file tcpdf.php, variable TCPDF::$svgclipmode
      -
      $svgclippaths
      -
      in file tcpdf.php, variable TCPDF::$svgclippaths
      -
      $svgcliptm
      -
      in file tcpdf.php, variable TCPDF::$svgcliptm
      -
      $svgdefs
      -
      in file tcpdf.php, variable TCPDF::$svgdefs
      -
      $svgdefsmode
      -
      in file tcpdf.php, variable TCPDF::$svgdefsmode
      -
      $svgdir
      -
      in file tcpdf.php, variable TCPDF::$svgdir
      -
      $svggradientid
      -
      in file tcpdf.php, variable TCPDF::$svggradientid
      -
      $svggradients
      -
      in file tcpdf.php, variable TCPDF::$svggradients
      -
      $svginheritprop
      -
      in file tcpdf.php, variable TCPDF::$svginheritprop
      -
      $svgstyles
      -
      in file tcpdf.php, variable TCPDF::$svgstyles
      -
      $svgtext
      -
      in file tcpdf.php, variable TCPDF::$svgtext
      -
      $svgtextmode
      -
      in file tcpdf.php, variable TCPDF::$svgtextmode
      -
      $svgunit
      -
      in file tcpdf.php, variable TCPDF::$svgunit
      -
      Scale
      -
      in file tcpdf.php, method TCPDF::Scale()
          Vertical and horizontal non-proportional Scaling.
      -
      ScaleX
      -
      in file tcpdf.php, method TCPDF::ScaleX()
          Horizontal Scaling.
      -
      ScaleXY
      -
      in file tcpdf.php, method TCPDF::ScaleXY()
          Vertical and horizontal proportional Scaling.
      -
      ScaleY
      -
      in file tcpdf.php, method TCPDF::ScaleY()
          Vertical Scaling.
      -
      segSVGContentHandler
      -
      in file tcpdf.php, method TCPDF::segSVGContentHandler()
          Sets the character data handler function for the XML parser.
      -
      selectColumn
      -
      in file tcpdf.php, method TCPDF::selectColumn()
          Set position at a given column
      -
      serializeTCPDFtagParameters
      -
      in file tcpdf.php, method TCPDF::serializeTCPDFtagParameters()
          Serialize an array of parameters to be used with TCPDF tag in HTML code.
      -
      setAlpha
      -
      in file tcpdf.php, method TCPDF::setAlpha()
          Set alpha for stroking (CA) and non-stroking (ca) operations.
      -
      SetAuthor
      -
      in file tcpdf.php, method TCPDF::SetAuthor()
          Defines the author of the document.
      -
      SetAutoPageBreak
      -
      in file tcpdf.php, method TCPDF::SetAutoPageBreak()
          Enables or disables the automatic page breaking mode. When enabling, the second parameter is the distance from the bottom of the page that defines the triggering limit. By default, the mode is on and the margin is 2 cm.
      -
      setBarcode
      -
      in file barcodes.php, method TCPDFBarcode::setBarcode()
          Set the barcode.
      -
      setBarcode
      -
      in file tcpdf.php, method TCPDF::setBarcode()
          Set document barcode.
      -
      setBarcode
      -
      in file 2dbarcodes.php, method TCPDF2DBarcode::setBarcode()
          Set the barcode.
      -
      SetBooklet
      -
      in file tcpdf.php, method TCPDF::SetBooklet()
          Set the booklet mode for double-sided pages.
      -
      setBuffer
      -
      in file tcpdf.php, method TCPDF::setBuffer()
          Set buffer content (always append data).
      -
      setCellHeightRatio
      -
      in file tcpdf.php, method TCPDF::setCellHeightRatio()
          Set the height of the cell (line height) respect the font height.
      -
      SetCellPadding
      -
      in file tcpdf.php, method TCPDF::SetCellPadding()
          Set the internal Cell padding.
      -
      setColumnsArray
      -
      in file tcpdf.php, method TCPDF::setColumnsArray()
          Set columns array.
      -
      SetCompression
      -
      in file tcpdf.php, method TCPDF::SetCompression()
          Activates or deactivates page compression. When activated, the internal representation of each page is compressed, which leads to a compression ratio of about 2 for the resulting document. Compression is on by default.
      -
      setContentMark
      -
      in file tcpdf.php, method TCPDF::setContentMark()
          Set start-writing mark on selected page.
      -
      SetCreator
      -
      in file tcpdf.php, method TCPDF::SetCreator()
          Defines the creator of the document. This is typically the name of the application that generates the PDF.
      -
      SetDefaultMonospacedFont
      -
      in file tcpdf.php, method TCPDF::SetDefaultMonospacedFont()
          Defines the default monospaced font.
      -
      setDefaultTableColumns
      -
      in file tcpdf.php, method TCPDF::setDefaultTableColumns()
          Set the default number of columns in a row for HTML tables.
      -
      SetDisplayMode
      -
      in file tcpdf.php, method TCPDF::SetDisplayMode()
          Defines the way the document is to be displayed by the viewer.
      -
      SetDrawColor
      -
      in file tcpdf.php, method TCPDF::SetDrawColor()
          Defines the color used for all drawing operations (lines, rectangles and cell borders). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
      -
      SetDrawColorArray
      -
      in file tcpdf.php, method TCPDF::SetDrawColorArray()
          Defines the color used for all drawing operations (lines, rectangles and cell borders).
      -
      SetDrawSpotColor
      -
      in file tcpdf.php, method TCPDF::SetDrawSpotColor()
          Defines the spot color used for all drawing operations (lines, rectangles and cell borders).
      -
      setEqualColumns
      -
      in file tcpdf.php, method TCPDF::setEqualColumns()
          Set multiple columns of the same size
      -
      setExtGState
      -
      in file tcpdf.php, method TCPDF::setExtGState()
          Add an extgstate
      -
      SetFillColor
      -
      in file tcpdf.php, method TCPDF::SetFillColor()
          Defines the color used for all filling operations (filled rectangles and cell backgrounds). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
      -
      SetFillColorArray
      -
      in file tcpdf.php, method TCPDF::SetFillColorArray()
          Defines the color used for all filling operations (filled rectangles and cell backgrounds).
      -
      SetFillSpotColor
      -
      in file tcpdf.php, method TCPDF::SetFillSpotColor()
          Defines the spot color used for all filling operations (filled rectangles and cell backgrounds).
      -
      SetFont
      -
      in file tcpdf.php, method TCPDF::SetFont()
          Sets the font used to print character strings.
      -
      setFontBuffer
      -
      in file tcpdf.php, method TCPDF::setFontBuffer()
          Set font buffer content.
      -
      SetFontSize
      -
      in file tcpdf.php, method TCPDF::SetFontSize()
          Defines the size of the current font.
      -
      setFontSubBuffer
      -
      in file tcpdf.php, method TCPDF::setFontSubBuffer()
          Set font buffer content.
      -
      setFontSubsetting
      -
      in file tcpdf.php, method TCPDF::setFontSubsetting()
          Enable or disable default option for font subsetting.
      -
      setFooter
      -
      in file tcpdf.php, method TCPDF::setFooter()
          This method is used to render the page footer.
      -
      setFooterFont
      -
      in file tcpdf.php, method TCPDF::setFooterFont()
          Set footer font.
      -
      setFooterMargin
      -
      in file tcpdf.php, method TCPDF::setFooterMargin()
          Set footer margin.
      -
      setFormDefaultProp
      -
      in file tcpdf.php, method TCPDF::setFormDefaultProp()
          Set default properties for form fields.
      -
      setFrameAt
      -
      in file qrcode.php, method QRcode::setFrameAt()
          Set frame value at specified position
      -
      setGraphicVars
      -
      in file tcpdf.php, method TCPDF::setGraphicVars()
          Set graphic variables.
      -
      setHeader
      -
      in file tcpdf.php, method TCPDF::setHeader()
          This method is used to render the page header.
      -
      setHeaderData
      -
      in file tcpdf.php, method TCPDF::setHeaderData()
          Set header data.
      -
      setHeaderFont
      -
      in file tcpdf.php, method TCPDF::setHeaderFont()
          Set header font.
      -
      setHeaderMargin
      -
      in file tcpdf.php, method TCPDF::setHeaderMargin()
          Set header margin.
      -
      setHtmlLinksStyle
      -
      in file tcpdf.php, method TCPDF::setHtmlLinksStyle()
          Set the color and font style for HTML links.
      -
      setHtmlVSpace
      -
      in file tcpdf.php, method TCPDF::setHtmlVSpace()
          Set the vertical spaces for HTML tags.
      -
      setImageBuffer
      -
      in file tcpdf.php, method TCPDF::setImageBuffer()
          Set image buffer content.
      -
      setImageScale
      -
      in file tcpdf.php, method TCPDF::setImageScale()
          Set the adjusting factor to convert pixels to user units.
      -
      setImageSubBuffer
      -
      in file tcpdf.php, method TCPDF::setImageSubBuffer()
          Set image buffer content for a specified sub-key.
      -
      setJPEGQuality
      -
      in file tcpdf.php, method TCPDF::setJPEGQuality()
          Set the default JPEG compression quality (1-100)
      -
      SetKeywords
      -
      in file tcpdf.php, method TCPDF::SetKeywords()
          Associates keywords with the document, generally in the form 'keyword1 keyword2 ...'.
      -
      setLanguageArray
      -
      in file tcpdf.php, method TCPDF::setLanguageArray()
          Set language array.
      -
      setLastH
      -
      in file tcpdf.php, method TCPDF::setLastH()
          Set the last cell height.
      -
      SetLeftMargin
      -
      in file tcpdf.php, method TCPDF::SetLeftMargin()
          Defines the left margin. The method can be called before creating the first page. If the current abscissa gets out of page, it is brought back to the margin.
      -
      SetLineStyle
      -
      in file tcpdf.php, method TCPDF::SetLineStyle()
          Set line style.
      -
      SetLineWidth
      -
      in file tcpdf.php, method TCPDF::SetLineWidth()
          Defines the line width. By default, the value equals 0.2 mm. The method can be called before the first page is created and the value is retained from page to page.
      -
      SetLink
      -
      in file tcpdf.php, method TCPDF::SetLink()
          Defines the page and position a link points to.
      -
      setListIndentWidth
      -
      in file tcpdf.php, method TCPDF::setListIndentWidth()
          Set custom width for list indentation.
      -
      setLIsymbol
      -
      in file tcpdf.php, method TCPDF::setLIsymbol()
          Set the default bullet to be used as LI bullet symbol
      -
      SetMargins
      -
      in file tcpdf.php, method TCPDF::SetMargins()
          Defines the left, top and right margins.
      -
      setOpenCell
      -
      in file tcpdf.php, method TCPDF::setOpenCell()
          Set the top/bottom cell sides to be open or closed when the cell cross the page.
      -
      setPage
      -
      in file tcpdf.php, method TCPDF::setPage()
          Move pointer at the specified document page and update page dimensions.
      -
      setPageBoxes
      -
      in file tcpdf.php, method TCPDF::setPageBoxes()
          Set page boundaries.
      -
      setPageBuffer
      -
      in file tcpdf.php, method TCPDF::setPageBuffer()
          Set page buffer content.
      -
      setPageFormat
      -
      in file tcpdf.php, method TCPDF::setPageFormat()
          Change the format of the current page
      -
      setPageMark
      -
      in file tcpdf.php, method TCPDF::setPageMark()
          Set start-writing mark on current page stream used to put borders and fills.
      -
      setPageOrientation
      -
      in file tcpdf.php, method TCPDF::setPageOrientation()
          Set page orientation.
      -
      setPageUnit
      -
      in file tcpdf.php, method TCPDF::setPageUnit()
          Set the units of measure for the document.
      -
      setPDFVersion
      -
      in file tcpdf.php, method TCPDF::setPDFVersion()
          Set the PDF version (check PDF reference for valid values).
      -
      setPrintFooter
      -
      in file tcpdf.php, method TCPDF::setPrintFooter()
          Set a flag to print page footer.
      -
      setPrintHeader
      -
      in file tcpdf.php, method TCPDF::setPrintHeader()
          Set a flag to print page header.
      -
      SetProtection
      -
      in file tcpdf.php, method TCPDF::SetProtection()
          Set document protection Remark: the protection against modification is for people who have the full Acrobat product.
      -
      setRasterizeVectorImages
      -
      in file tcpdf.php, method TCPDF::setRasterizeVectorImages()
          Enable/disable rasterization of vector images using ImageMagick library.
      -
      SetRightMargin
      -
      in file tcpdf.php, method TCPDF::SetRightMargin()
          Defines the right margin. The method can be called before creating the first page.
      -
      setRTL
      -
      in file tcpdf.php, method TCPDF::setRTL()
          Enable or disable Right-To-Left language mode
      -
      setSignature
      -
      in file tcpdf.php, method TCPDF::setSignature()
          Enable document signature (requires the OpenSSL Library).
      -
      setSignatureAppearance
      -
      in file tcpdf.php, method TCPDF::setSignatureAppearance()
          Set the digital signature appearance (a cliccable rectangle area to get signature properties)
      -
      setSpacesRE
      -
      in file tcpdf.php, method TCPDF::setSpacesRE()
          Set regular expression to detect withespaces or word separators.
      -
      SetSubject
      -
      in file tcpdf.php, method TCPDF::SetSubject()
          Defines the subject of the document.
      -
      setSVGStyles
      -
      in file tcpdf.php, method TCPDF::setSVGStyles()
          Apply the requested SVG styles (*** TO BE COMPLETED ***)
      -
      setTableHeader
      -
      in file tcpdf.php, method TCPDF::setTableHeader()
          This method is used to render the table header on new page (if any).
      -
      setTempRTL
      -
      in file tcpdf.php, method TCPDF::setTempRTL()
          Force temporary RTL language direction
      -
      SetTextColor
      -
      in file tcpdf.php, method TCPDF::SetTextColor()
          Defines the color used for text. It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
      -
      SetTextColorArray
      -
      in file tcpdf.php, method TCPDF::SetTextColorArray()
          Defines the color used for text. It can be expressed in RGB components or gray scale.
      -
      setTextRenderingMode
      -
      in file tcpdf.php, method TCPDF::setTextRenderingMode()
          Set Text rendering mode.
      -
      SetTextSpotColor
      -
      in file tcpdf.php, method TCPDF::SetTextSpotColor()
          Defines the spot color used for text.
      -
      SetTitle
      -
      in file tcpdf.php, method TCPDF::SetTitle()
          Defines the title of the document.
      -
      SetTopMargin
      -
      in file tcpdf.php, method TCPDF::SetTopMargin()
          Defines the top margin. The method can be called before creating the first page.
      -
      setUserRights
      -
      in file tcpdf.php, method TCPDF::setUserRights()
          Set User's Rights for PDF Reader WARNING: This is experimental and currently do not work.
      -
      setViewerPreferences
      -
      in file tcpdf.php, method TCPDF::setViewerPreferences()
          Set the viewer preferences dictionary controlling the way the document is to be presented on the screen or in print.
      -
      setVisibility
      -
      in file tcpdf.php, method TCPDF::setVisibility()
          Set the visibility of the successive elements.
      -
      SetX
      -
      in file tcpdf.php, method TCPDF::SetX()
          Defines the abscissa of the current position.
      -
      SetXY
      -
      in file tcpdf.php, method TCPDF::SetXY()
          Defines the abscissa and ordinate of the current position.
      -
      SetY
      -
      in file tcpdf.php, method TCPDF::SetY()
          Moves the current abscissa back to the left margin and sets the ordinate.
      -
      set_mqr
      -
      in file tcpdf.php, method TCPDF::set_mqr()
          Sets the current active configuration setting of magic_quotes_runtime (if the set_magic_quotes_runtime function exist)
      -
      Skew
      -
      in file tcpdf.php, method TCPDF::Skew()
          Skew.
      -
      SkewX
      -
      in file tcpdf.php, method TCPDF::SkewX()
          Skew horizontally.
      -
      SkewY
      -
      in file tcpdf.php, method TCPDF::SkewY()
          Skew vertically.
      -
      splitString
      -
      in file qrcode.php, method QRcode::splitString()
          splitString
      -
      StarPolygon
      -
      in file tcpdf.php, method TCPDF::StarPolygon()
          Draws a star polygon
      -
      startPage
      -
      in file tcpdf.php, method TCPDF::startPage()
          Starts a new page to the document. The page must be closed using the endPage() function.
      -
      startPageGroup
      -
      in file tcpdf.php, method TCPDF::startPageGroup()
          Create a new page group.
      -
      startSVGElementHandler
      -
      in file tcpdf.php, method TCPDF::startSVGElementHandler()
          Sets the opening SVG element handler function for the XML parser. (*** TO BE COMPLETED ***)
      -
      startTemplate
      -
      in file tcpdf.php, method TCPDF::startTemplate()
          Start a new XObject Template.
      -
      startTransaction
      -
      in file tcpdf.php, method TCPDF::startTransaction()
          Stores a copy of the current TCPDF object used for undo operation.
      -
      StartTransform
      -
      in file tcpdf.php, method TCPDF::StartTransform()
          Starts a 2D tranformation saving current graphic state.
      -
      StopTransform
      -
      in file tcpdf.php, method TCPDF::StopTransform()
          Stops a 2D tranformation restoring previous graphic state.
      -
      stringLeftTrim
      -
      in file tcpdf.php, method TCPDF::stringLeftTrim()
          Left trim the input string
      -
      stringRightTrim
      -
      in file tcpdf.php, method TCPDF::stringRightTrim()
          Right trim the input string
      -
      stringTrim
      -
      in file tcpdf.php, method TCPDF::stringTrim()
          Trim the input string
      -
      STRUCTURE_HEADER_BITS
      -
      in file qrcode.php, constant STRUCTURE_HEADER_BITS
          Number of header bits for structured mode
      -
      str_split
      -
      in file qrcode.php, function str_split()
          Convert a string to an array (needed for PHP4 compatibility)
      -
      SVGPath
      -
      in file tcpdf.php, method TCPDF::SVGPath()
          Draws an SVG path
      -
      SVGTransform
      -
      in file tcpdf.php, method TCPDF::SVGTransform()
          Apply SVG graphic transformation matrix.
      -
      swapMargins
      -
      in file tcpdf.php, method TCPDF::swapMargins()
          Swap the left and right margins.
      -
      swapPageBoxCoordinates
      -
      in file tcpdf.php, method TCPDF::swapPageBoxCoordinates()
          Swap X and Y coordinates of page boxes (change page boxes orientation).
      -
      -
      - top
      -
      - -
      -

      t

      -
      -
      $tagvspaces
      -
      in file tcpdf.php, variable TCPDF::$tagvspaces
          Array used for custom vertical spaces for HTML tags
      -
      $tempfontsize
      -
      in file tcpdf.php, variable TCPDF::$tempfontsize
      -
      $TextColor
      -
      in file tcpdf.php, variable TCPDF::$TextColor
      -
      $textindent
      -
      in file tcpdf.php, variable TCPDF::$textindent
          Text indentation value (used for text-indent CSS attribute)
      -
      $textlatch
      -
      in file pdf417.php, variable PDF417::$textlatch
      -
      $textrendermode
      -
      in file tcpdf.php, variable TCPDF::$textrendermode
          Text rendering mode: 0 = Fill text; 1 = Stroke text; 2 = Fill, then stroke text; 3 = Neither fill nor stroke text (invisible); 4 = Fill text and add to path for clipping; 5 = Stroke text and add to path for clipping; 6 = Fill, then stroke text and add to path for clipping; 7 = Add text to path for clipping.
      -
      $textstrokewidth
      -
      in file tcpdf.php, variable TCPDF::$textstrokewidth
          Text stroke width in doc units
      -
      $textsubmodes
      -
      in file pdf417.php, variable PDF417::$textsubmodes
      -
      $thead
      -
      in file tcpdf.php, variable TCPDF::$thead
          Table header content to be repeated on each new page
      -
      $theadMargins
      -
      in file tcpdf.php, variable TCPDF::$theadMargins
          Margins used for table header.
      -
      $title
      -
      in file tcpdf.php, variable TCPDF::$title
      -
      $tMargin
      -
      in file tcpdf.php, variable TCPDF::$tMargin
      -
      $tmprtl
      -
      in file tcpdf.php, variable TCPDF::$tmprtl
      -
      $tocpage
      -
      in file tcpdf.php, variable TCPDF::$tocpage
      -
      $transfmatrix
      -
      in file tcpdf.php, variable TCPDF::$transfmatrix
          Array of transformation matrix
      -
      $transfmatrix_key
      -
      in file tcpdf.php, variable TCPDF::$transfmatrix_key
          Current key for transformation matrix
      -
      $transfmrk
      -
      in file tcpdf.php, variable TCPDF::$transfmrk
          Array used to store positions of graphics transformation blocks inside the page buffer.
      -
      tcpdf_config.php
      -
      procedural page tcpdf_config.php
      -
      TCPDF
      -
      in file tcpdf.php, class TCPDF
          This is a PHP class for generating PDF documents without requiring external extensions.
      -
      tcpdf.php
      -
      procedural page tcpdf.php
      -
      TCPDF2DBarcode
      -
      in file 2dbarcodes.php, class TCPDF2DBarcode
          PHP class to creates array representations for 2D barcodes to be used with TCPDF (http://www.tcpdf.org).
      -
      TCPDFBarcode
      -
      in file barcodes.php, class TCPDFBarcode
          PHP class to creates array representations for common 1D barcodes to be used with TCPDF (http://www.tcpdf.org).
      -
      Text
      -
      in file tcpdf.php, method TCPDF::Text()
          Prints a text cell at the specified position.
      -
      TextField
      -
      in file tcpdf.php, method TCPDF::TextField()
          Creates a text field
      -
      toUpper
      -
      in file qrcode.php, method QRcode::toUpper()
          toUpper
      -
      Transform
      -
      in file tcpdf.php, method TCPDF::Transform()
          Apply graphic transformations.
      -
      Translate
      -
      in file tcpdf.php, method TCPDF::Translate()
          Translate graphic object horizontally and vertically.
      -
      TranslateX
      -
      in file tcpdf.php, method TCPDF::TranslateX()
          Translate graphic object horizontally.
      -
      TranslateY
      -
      in file tcpdf.php, method TCPDF::TranslateY()
          Translate graphic object vertically.
      -
      -
      - top
      -
      - -
      -

      u

      -
      -
      $underline
      -
      in file tcpdf.php, variable TCPDF::$underline
      -
      $ur
      -
      in file tcpdf.php, variable TCPDF::$ur
          Array with additional document-wide usage rights for the document.
      -
      unhtmlentities
      -
      in file tcpdf.php, method TCPDF::unhtmlentities()
          Reverse function for htmlentities.
      -
      UniArrSubString
      -
      in file tcpdf.php, method TCPDF::UniArrSubString()
          Extract a slice of the $uniarr array and return it as string.
      -
      unichr
      -
      in file tcpdf.php, method TCPDF::unichr()
          Returns the unicode caracter specified by UTF-8 value
      -
      unicode_data.php
      -
      procedural page unicode_data.php
      -
      UTF8ArrayToUniArray
      -
      in file tcpdf.php, method TCPDF::UTF8ArrayToUniArray()
          Convert an array of UTF8 values to array of unicode characters
      -
      UTF8ArrSubString
      -
      in file tcpdf.php, method TCPDF::UTF8ArrSubString()
          Extract a slice of the $strarr array and return it as string.
      -
      UTF8ArrToLatin1
      -
      in file tcpdf.php, method TCPDF::UTF8ArrToLatin1()
          Converts UTF-8 characters array to array of Latin1 characters
      -
      utf8Bidi
      -
      in file tcpdf.php, method TCPDF::utf8Bidi()
          Reverse the RLT substrings using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).
      -
      utf8StrArrRev
      -
      in file tcpdf.php, method TCPDF::utf8StrArrRev()
          Reverse the RLT substrings array using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).
      -
      UTF8StringToArray
      -
      in file tcpdf.php, method TCPDF::UTF8StringToArray()
          Converts UTF-8 strings to codepoints array.
      -
      utf8StrRev
      -
      in file tcpdf.php, method TCPDF::utf8StrRev()
          Reverse the RLT substrings using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).
      -
      UTF8ToLatin1
      -
      in file tcpdf.php, method TCPDF::UTF8ToLatin1()
          Converts UTF-8 strings to Latin1 when using the standard 14 core fonts.
      -
      UTF8ToUTF16BE
      -
      in file tcpdf.php, method TCPDF::UTF8ToUTF16BE()
          Converts UTF-8 strings to UTF16-BE.
      -
      -
      - top
      -
      - -
      -

      v

      -
      -
      $version
      -
      in file qrcode.php, variable QRcode::$version
      -
      $versionPattern
      -
      in file qrcode.php, variable QRcode::$versionPattern
      -
      $viewer_preferences
      -
      in file tcpdf.php, variable TCPDF::$viewer_preferences
          PDF viewer preferences.
      -
      $visibility
      -
      in file tcpdf.php, variable TCPDF::$visibility
          Restrict the rendering of some elements to screen or printout.
      -
      -
      - top
      -
      - -
      -

      w

      -
      -
      $w
      -
      in file tcpdf.php, variable TCPDF::$w
      -
      $width
      -
      in file qrcode.php, variable QRcode::$width
      -
      $wPt
      -
      in file tcpdf.php, variable TCPDF::$wPt
      -
      Write
      -
      in file tcpdf.php, method TCPDF::Write()
          This method prints text from the current position.
      -
      write1DBarcode
      -
      in file tcpdf.php, method TCPDF::write1DBarcode()
          Print a Linear Barcode.
      -
      write2DBarcode
      -
      in file tcpdf.php, method TCPDF::write2DBarcode()
          Print 2D Barcode.
      -
      writeBarcode
      -
      in file tcpdf.php, method TCPDF::writeBarcode()
          This function is DEPRECATED, please use the new write1DBarcode() function.
      -
      writeDiskCache
      -
      in file tcpdf.php, method TCPDF::writeDiskCache()
          Writes data to a temporary file on filesystem.
      -
      writeFormatInformation
      -
      in file qrcode.php, method QRcode::writeFormatInformation()
          Write Format Information on frame and returns the number of black bits
      -
      writeHTML
      -
      in file tcpdf.php, method TCPDF::writeHTML()
          Allows to preserve some HTML formatting (limited support).
      IMPORTANT: The HTML must be well formatted - try to clean-up it using an application like HTML-Tidy before submitting.
      -
      writeHTMLCell
      -
      in file tcpdf.php, method TCPDF::writeHTMLCell()
          Prints a cell (rectangular area) with optional borders, background color and html text string.
      -
      -
      - top
      -
      - -
      -

      x

      -
      -
      $x
      -
      in file qrcode.php, variable QRcode::$x
      -
      $x
      -
      in file tcpdf.php, variable TCPDF::$x
      -
      $xobjects
      -
      in file tcpdf.php, variable TCPDF::$xobjects
      -
      $xobjid
      -
      in file tcpdf.php, variable TCPDF::$xobjid
      -
      -
      - top
      -
      - -
      -

      y

      -
      -
      $y
      -
      in file tcpdf.php, variable TCPDF::$y
      -
      $y
      -
      in file qrcode.php, variable QRcode::$y
      -
      -
      - top
      -
      - -
      -

      z

      -
      -
      $ZoomMode
      -
      in file tcpdf.php, variable TCPDF::$ZoomMode
      -
      -
      - top
      -
      - -
      -

      _

      -
      -
      _addfield
      -
      in file tcpdf.php, method TCPDF::_addfield()
          Adds a javascript form field.
      -
      _AES
      -
      in file tcpdf.php, method TCPDF::_AES()
          Returns the input text exrypted using AES algorithm and the specified key.
      -
      _beginpage
      -
      in file tcpdf.php, method TCPDF::_beginpage()
          Initialize a new page.
      -
      _datastring
      -
      in file tcpdf.php, method TCPDF::_datastring()
          Format a data string for meta information
      -
      _datestring
      -
      in file tcpdf.php, method TCPDF::_datestring()
          Returns a formatted date for meta information
      -
      _destroy
      -
      in file tcpdf.php, method TCPDF::_destroy()
          Unset all class variables except the following critical variables: internal_encoding, state, bufferlen, buffer and diskcache.
      -
      _dochecks
      -
      in file tcpdf.php, method TCPDF::_dochecks()
          Check for locale-related bug
      -
      _dolinethrough
      -
      in file tcpdf.php, method TCPDF::_dolinethrough()
          Line through text.
      -
      _dolinethroughw
      -
      in file tcpdf.php, method TCPDF::_dolinethroughw()
          Line through for rectangular text area.
      -
      _dooverline
      -
      in file tcpdf.php, method TCPDF::_dooverline()
          Overline text.
      -
      _dooverlinew
      -
      in file tcpdf.php, method TCPDF::_dooverlinew()
          Overline for rectangular text area.
      -
      _dounderline
      -
      in file tcpdf.php, method TCPDF::_dounderline()
          Underline text.
      -
      _dounderlinew
      -
      in file tcpdf.php, method TCPDF::_dounderlinew()
          Underline for rectangular text area.
      -
      _encrypt_data
      -
      in file tcpdf.php, method TCPDF::_encrypt_data()
          Encrypt the input string.
      -
      _enddoc
      -
      in file tcpdf.php, method TCPDF::_enddoc()
          Output end of document (EOF).
      -
      _endpage
      -
      in file tcpdf.php, method TCPDF::_endpage()
          Mark end of page.
      -
      _escape
      -
      in file tcpdf.php, method TCPDF::_escape()
          Add "\" before "\", "(" and ")"
      -
      _escapetext
      -
      in file tcpdf.php, method TCPDF::_escapetext()
          THIS METHOD IS DEPRECATED
      -
      _freadint
      -
      in file tcpdf.php, method TCPDF::_freadint()
          Read a 4-byte (32 bit) integer from file.
      -
      _generateencryptionkey
      -
      in file tcpdf.php, method TCPDF::_generateencryptionkey()
          Compute encryption key
      -
      _getannotsrefs
      -
      in file tcpdf.php, method TCPDF::_getannotsrefs()
          Get references to page annotations.
      -
      _getBYTE
      -
      in file tcpdf.php, method TCPDF::_getBYTE()
          Get BYTE from string (8-bit unsigned integer).
      -
      _getfontpath
      -
      in file tcpdf.php, method TCPDF::_getfontpath()
          Return fonts path
      -
      _getobj
      -
      in file tcpdf.php, method TCPDF::_getobj()
          Return the starting object string for the selected object ID.
      -
      _getrawstream
      -
      in file tcpdf.php, method TCPDF::_getrawstream()
          get raw output stream.
      -
      _getSHORT
      -
      in file tcpdf.php, method TCPDF::_getSHORT()
          Get SHORT from string (Big Endian 16-bit signed integer).
      -
      _getstream
      -
      in file tcpdf.php, method TCPDF::_getstream()
          Format output stream (DEPRECATED).
      -
      _getTrueTypeFontSubset
      -
      in file tcpdf.php, method TCPDF::_getTrueTypeFontSubset()
          Returns a subset of the TrueType font data without the unused glyphs.
      -
      _getTTFtableChecksum
      -
      in file tcpdf.php, method TCPDF::_getTTFtableChecksum()
          Returs the checksum of a TTF table.
      -
      _getULONG
      -
      in file tcpdf.php, method TCPDF::_getULONG()
          Get ULONG from string (Big Endian 32-bit unsigned integer).
      -
      _getUSHORT
      -
      in file tcpdf.php, method TCPDF::_getUSHORT()
          Get USHORT from string (Big Endian 16-bit unsigned integer).
      -
      _getxobjectdict
      -
      in file tcpdf.php, method TCPDF::_getxobjectdict()
          Return XObjects Dictionary.
      -
      _JScolor
      -
      in file tcpdf.php, method TCPDF::_JScolor()
          Convert color to javascript color.
      -
      _md5_16
      -
      in file tcpdf.php, method TCPDF::_md5_16()
          Encrypts a string using MD5 and returns it's value as a binary string.
      -
      _newobj
      -
      in file tcpdf.php, method TCPDF::_newobj()
          Begin a new object and return the object number.
      -
      _objectkey
      -
      in file tcpdf.php, method TCPDF::_objectkey()
          Compute encryption key depending on object number where the encrypted data is stored.
      -
      _out
      -
      in file tcpdf.php, method TCPDF::_out()
          Output a string to the document.
      -
      _outCurve
      -
      in file tcpdf.php, method TCPDF::_outCurve()
          Append a cubic Bzier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using (x1, y1) and (x2, y2) as the Bzier control points.
      -
      _outCurveV
      -
      in file tcpdf.php, method TCPDF::_outCurveV()
          Append a cubic Bzier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using the current point and (x2, y2) as the Bzier control points.
      -
      _outCurveY
      -
      in file tcpdf.php, method TCPDF::_outCurveY()
          Append a cubic Bzier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using (x1, y1) and (x3, y3) as the Bzier control points.
      -
      _outellipticalarc
      -
      in file tcpdf.php, method TCPDF::_outellipticalarc()
          Append an elliptical arc to the current path.
      -
      _outLine
      -
      in file tcpdf.php, method TCPDF::_outLine()
          Append a straight line segment from the current point to the point (x, y).
      -
      _outPoint
      -
      in file tcpdf.php, method TCPDF::_outPoint()
          Begin a new subpath by moving the current point to coordinates (x, y), omitting any connecting line segment.
      -
      _outRect
      -
      in file tcpdf.php, method TCPDF::_outRect()
          Append a rectangle to the current path as a complete subpath, with lower-left corner (x, y) and dimensions widthand height in user space.
      -
      _Ovalue
      -
      in file tcpdf.php, method TCPDF::_Ovalue()
          Compute O value (used for encryption)
      -
      _parsejpeg
      -
      in file tcpdf.php, method TCPDF::_parsejpeg()
          Extract info from a JPEG file without using the GD library.
      -
      _parsepng
      -
      in file tcpdf.php, method TCPDF::_parsepng()
          Extract info from a PNG file without using the GD library.
      -
      _putannotsobjs
      -
      in file tcpdf.php, method TCPDF::_putannotsobjs()
          Output annotations objects for all pages.
      -
      _putannotsrefs
      -
      in file tcpdf.php, method TCPDF::_putannotsrefs()
          Output references to page annotations
      -
      _putAPXObject
      -
      in file tcpdf.php, method TCPDF::_putAPXObject()
          Put appearance streams XObject used to define annotation's appearance states
      -
      _putbookmarks
      -
      in file tcpdf.php, method TCPDF::_putbookmarks()
          Create a bookmark PDF string.
      -
      _putcatalog
      -
      in file tcpdf.php, method TCPDF::_putcatalog()
          Output Catalog.
      -
      _putcidfont0
      -
      in file tcpdf.php, method TCPDF::_putcidfont0()
          Output CID-0 fonts.
      -
      _putEmbeddedFiles
      -
      in file tcpdf.php, method TCPDF::_putEmbeddedFiles()
          Embedd the attached files.
      -
      _putencryption
      -
      in file tcpdf.php, method TCPDF::_putencryption()
          Put encryption on PDF document.
      -
      _putextgstates
      -
      in file tcpdf.php, method TCPDF::_putextgstates()
          Put extgstates for object transparency
      -
      _putfonts
      -
      in file tcpdf.php, method TCPDF::_putfonts()
          Output fonts.
      -
      _putfontwidths
      -
      in file tcpdf.php, method TCPDF::_putfontwidths()
          Outputs font widths
      -
      _putheader
      -
      in file tcpdf.php, method TCPDF::_putheader()
          Output PDF header.
      -
      _putimages
      -
      in file tcpdf.php, method TCPDF::_putimages()
          Output images.
      -
      _putinfo
      -
      in file tcpdf.php, method TCPDF::_putinfo()
          Adds some Metadata information (Document Information Dictionary)
      -
      _putjavascript
      -
      in file tcpdf.php, method TCPDF::_putjavascript()
          Create a javascript PDF string.
      -
      _putocg
      -
      in file tcpdf.php, method TCPDF::_putocg()
          Put visibility settings.
      -
      _putpages
      -
      in file tcpdf.php, method TCPDF::_putpages()
          Output pages.
      -
      _putresourcedict
      -
      in file tcpdf.php, method TCPDF::_putresourcedict()
          Output Resources Dictionary.
      -
      _putresources
      -
      in file tcpdf.php, method TCPDF::_putresources()
          Output Resources.
      -
      _putshaders
      -
      in file tcpdf.php, method TCPDF::_putshaders()
          Output gradient shaders.
      -
      _putsignature
      -
      in file tcpdf.php, method TCPDF::_putsignature()
          Add certification signature (DocMDP or UR3)
      -
      _putspotcolors
      -
      in file tcpdf.php, method TCPDF::_putspotcolors()
          Output Spot Colors Resources.
      -
      _putstream
      -
      in file tcpdf.php, method TCPDF::_putstream()
          Output a stream (DEPRECATED).
      -
      _puttruetypeunicode
      -
      in file tcpdf.php, method TCPDF::_puttruetypeunicode()
          Adds unicode fonts.
      -
      _putviewerpreferences
      -
      in file tcpdf.php, method TCPDF::_putviewerpreferences()
          Output viewer preferences.
      -
      _putxobjects
      -
      in file tcpdf.php, method TCPDF::_putxobjects()
          Output Form XObjects Templates.
      -
      _RC4
      -
      in file tcpdf.php, method TCPDF::_RC4()
          Returns the input text exrypted using RC4 algorithm and the specified key.
      -
      _setGDImageTransparency
      -
      in file tcpdf.php, method TCPDF::_setGDImageTransparency()
          Set the transparency for the given GD image.
      -
      _textstring
      -
      in file tcpdf.php, method TCPDF::_textstring()
          Format a text string for meta information
      -
      _toJPEG
      -
      in file tcpdf.php, method TCPDF::_toJPEG()
          Convert the loaded image to a JPEG and then return a structure for the PDF creator.
      -
      _toPNG
      -
      in file tcpdf.php, method TCPDF::_toPNG()
          Convert the loaded image to a PNG and then return a structure for the PDF creator.
      -
      _Uvalue
      -
      in file tcpdf.php, method TCPDF::_Uvalue()
          Compute U value (used for encryption)
      -
      __construct
      -
      in file qrcode.php, method QRcode::__construct()
          This is the class constructor.
      -
      __construct
      -
      in file barcodes.php, method TCPDFBarcode::__construct()
          This is the class constructor.
      -
      __construct
      -
      in file tcpdf.php, method TCPDF::__construct()
          This is the class constructor.
      -
      __construct
      -
      in file 2dbarcodes.php, method TCPDF2DBarcode::__construct()
          This is the class constructor.
      -
      __construct
      -
      in file pdf417.php, method PDF417::__construct()
          This is the class constructor.
      -
      __destruct
      -
      in file tcpdf.php, method TCPDF::__destruct()
          Default destructor.
      -
      -
      - top
      -
      -
      - Documentation generated on Tue, 31 Aug 2010 17:02:48 +0200 by phpDocumentor 1.4.3 -
      -
      -
      - - - \ No newline at end of file diff --git a/htdocs/includes/tcpdf/doc/elementindex_com-tecnick-tcpdf.html b/htdocs/includes/tcpdf/doc/elementindex_com-tecnick-tcpdf.html deleted file mode 100644 index 7cbd017ec97..00000000000 --- a/htdocs/includes/tcpdf/doc/elementindex_com-tecnick-tcpdf.html +++ /dev/null @@ -1,2101 +0,0 @@ - - -Package com-tecnick-tcpdf Element Index - - - - - - - - - - - - - -
      com-tecnick-tcpdf
      - - - [ class tree: com-tecnick-tcpdf ] - [ index: com-tecnick-tcpdf ] - [ all elements ] -
      - - - - - - -
      -
      - - -

      Element index for package com-tecnick-tcpdf

      - [ 2 ] - [ a ] - [ b ] - [ c ] - [ d ] - [ e ] - [ f ] - [ g ] - [ h ] - [ i ] - [ j ] - [ k ] - [ l ] - [ m ] - [ n ] - [ o ] - [ p ] - [ q ] - [ r ] - [ s ] - [ t ] - [ u ] - [ v ] - [ w ] - [ x ] - [ y ] - [ z ] - [ _ ] - -
      - -
      -

      _

      -
      -
      _addfield
      -
      in file tcpdf.php, method TCPDF::_addfield()
          Adds a javascript form field.
      -
      _AES
      -
      in file tcpdf.php, method TCPDF::_AES()
          Returns the input text exrypted using AES algorithm and the specified key.
      -
      _beginpage
      -
      in file tcpdf.php, method TCPDF::_beginpage()
          Initialize a new page.
      -
      _datastring
      -
      in file tcpdf.php, method TCPDF::_datastring()
          Format a data string for meta information
      -
      _datestring
      -
      in file tcpdf.php, method TCPDF::_datestring()
          Returns a formatted date for meta information
      -
      _destroy
      -
      in file tcpdf.php, method TCPDF::_destroy()
          Unset all class variables except the following critical variables: internal_encoding, state, bufferlen, buffer and diskcache.
      -
      _dochecks
      -
      in file tcpdf.php, method TCPDF::_dochecks()
          Check for locale-related bug
      -
      _dolinethrough
      -
      in file tcpdf.php, method TCPDF::_dolinethrough()
          Line through text.
      -
      _dolinethroughw
      -
      in file tcpdf.php, method TCPDF::_dolinethroughw()
          Line through for rectangular text area.
      -
      _dooverline
      -
      in file tcpdf.php, method TCPDF::_dooverline()
          Overline text.
      -
      _dooverlinew
      -
      in file tcpdf.php, method TCPDF::_dooverlinew()
          Overline for rectangular text area.
      -
      _dounderline
      -
      in file tcpdf.php, method TCPDF::_dounderline()
          Underline text.
      -
      _dounderlinew
      -
      in file tcpdf.php, method TCPDF::_dounderlinew()
          Underline for rectangular text area.
      -
      _encrypt_data
      -
      in file tcpdf.php, method TCPDF::_encrypt_data()
          Encrypt the input string.
      -
      _enddoc
      -
      in file tcpdf.php, method TCPDF::_enddoc()
          Output end of document (EOF).
      -
      _endpage
      -
      in file tcpdf.php, method TCPDF::_endpage()
          Mark end of page.
      -
      _escape
      -
      in file tcpdf.php, method TCPDF::_escape()
          Add "\" before "\", "(" and ")"
      -
      _escapetext
      -
      in file tcpdf.php, method TCPDF::_escapetext()
          THIS METHOD IS DEPRECATED
      -
      _freadint
      -
      in file tcpdf.php, method TCPDF::_freadint()
          Read a 4-byte (32 bit) integer from file.
      -
      _generateencryptionkey
      -
      in file tcpdf.php, method TCPDF::_generateencryptionkey()
          Compute encryption key
      -
      _getannotsrefs
      -
      in file tcpdf.php, method TCPDF::_getannotsrefs()
          Get references to page annotations.
      -
      _getBYTE
      -
      in file tcpdf.php, method TCPDF::_getBYTE()
          Get BYTE from string (8-bit unsigned integer).
      -
      _getfontpath
      -
      in file tcpdf.php, method TCPDF::_getfontpath()
          Return fonts path
      -
      _getobj
      -
      in file tcpdf.php, method TCPDF::_getobj()
          Return the starting object string for the selected object ID.
      -
      _getrawstream
      -
      in file tcpdf.php, method TCPDF::_getrawstream()
          get raw output stream.
      -
      _getSHORT
      -
      in file tcpdf.php, method TCPDF::_getSHORT()
          Get SHORT from string (Big Endian 16-bit signed integer).
      -
      _getstream
      -
      in file tcpdf.php, method TCPDF::_getstream()
          Format output stream (DEPRECATED).
      -
      _getTrueTypeFontSubset
      -
      in file tcpdf.php, method TCPDF::_getTrueTypeFontSubset()
          Returns a subset of the TrueType font data without the unused glyphs.
      -
      _getTTFtableChecksum
      -
      in file tcpdf.php, method TCPDF::_getTTFtableChecksum()
          Returs the checksum of a TTF table.
      -
      _getULONG
      -
      in file tcpdf.php, method TCPDF::_getULONG()
          Get ULONG from string (Big Endian 32-bit unsigned integer).
      -
      _getUSHORT
      -
      in file tcpdf.php, method TCPDF::_getUSHORT()
          Get USHORT from string (Big Endian 16-bit unsigned integer).
      -
      _getxobjectdict
      -
      in file tcpdf.php, method TCPDF::_getxobjectdict()
          Return XObjects Dictionary.
      -
      _JScolor
      -
      in file tcpdf.php, method TCPDF::_JScolor()
          Convert color to javascript color.
      -
      _md5_16
      -
      in file tcpdf.php, method TCPDF::_md5_16()
          Encrypts a string using MD5 and returns it's value as a binary string.
      -
      _newobj
      -
      in file tcpdf.php, method TCPDF::_newobj()
          Begin a new object and return the object number.
      -
      _objectkey
      -
      in file tcpdf.php, method TCPDF::_objectkey()
          Compute encryption key depending on object number where the encrypted data is stored.
      -
      _out
      -
      in file tcpdf.php, method TCPDF::_out()
          Output a string to the document.
      -
      _outCurve
      -
      in file tcpdf.php, method TCPDF::_outCurve()
          Append a cubic Bzier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using (x1, y1) and (x2, y2) as the Bzier control points.
      -
      _outCurveV
      -
      in file tcpdf.php, method TCPDF::_outCurveV()
          Append a cubic Bzier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using the current point and (x2, y2) as the Bzier control points.
      -
      _outCurveY
      -
      in file tcpdf.php, method TCPDF::_outCurveY()
          Append a cubic Bzier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using (x1, y1) and (x3, y3) as the Bzier control points.
      -
      _outellipticalarc
      -
      in file tcpdf.php, method TCPDF::_outellipticalarc()
          Append an elliptical arc to the current path.
      -
      _outLine
      -
      in file tcpdf.php, method TCPDF::_outLine()
          Append a straight line segment from the current point to the point (x, y).
      -
      _outPoint
      -
      in file tcpdf.php, method TCPDF::_outPoint()
          Begin a new subpath by moving the current point to coordinates (x, y), omitting any connecting line segment.
      -
      _outRect
      -
      in file tcpdf.php, method TCPDF::_outRect()
          Append a rectangle to the current path as a complete subpath, with lower-left corner (x, y) and dimensions widthand height in user space.
      -
      _Ovalue
      -
      in file tcpdf.php, method TCPDF::_Ovalue()
          Compute O value (used for encryption)
      -
      _parsejpeg
      -
      in file tcpdf.php, method TCPDF::_parsejpeg()
          Extract info from a JPEG file without using the GD library.
      -
      _parsepng
      -
      in file tcpdf.php, method TCPDF::_parsepng()
          Extract info from a PNG file without using the GD library.
      -
      _putannotsobjs
      -
      in file tcpdf.php, method TCPDF::_putannotsobjs()
          Output annotations objects for all pages.
      -
      _putannotsrefs
      -
      in file tcpdf.php, method TCPDF::_putannotsrefs()
          Output references to page annotations
      -
      _putAPXObject
      -
      in file tcpdf.php, method TCPDF::_putAPXObject()
          Put appearance streams XObject used to define annotation's appearance states
      -
      _putbookmarks
      -
      in file tcpdf.php, method TCPDF::_putbookmarks()
          Create a bookmark PDF string.
      -
      _putcatalog
      -
      in file tcpdf.php, method TCPDF::_putcatalog()
          Output Catalog.
      -
      _putcidfont0
      -
      in file tcpdf.php, method TCPDF::_putcidfont0()
          Output CID-0 fonts.
      -
      _putEmbeddedFiles
      -
      in file tcpdf.php, method TCPDF::_putEmbeddedFiles()
          Embedd the attached files.
      -
      _putencryption
      -
      in file tcpdf.php, method TCPDF::_putencryption()
          Put encryption on PDF document.
      -
      _putextgstates
      -
      in file tcpdf.php, method TCPDF::_putextgstates()
          Put extgstates for object transparency
      -
      _putfonts
      -
      in file tcpdf.php, method TCPDF::_putfonts()
          Output fonts.
      -
      _putfontwidths
      -
      in file tcpdf.php, method TCPDF::_putfontwidths()
          Outputs font widths
      -
      _putheader
      -
      in file tcpdf.php, method TCPDF::_putheader()
          Output PDF header.
      -
      _putimages
      -
      in file tcpdf.php, method TCPDF::_putimages()
          Output images.
      -
      _putinfo
      -
      in file tcpdf.php, method TCPDF::_putinfo()
          Adds some Metadata information (Document Information Dictionary)
      -
      _putjavascript
      -
      in file tcpdf.php, method TCPDF::_putjavascript()
          Create a javascript PDF string.
      -
      _putocg
      -
      in file tcpdf.php, method TCPDF::_putocg()
          Put visibility settings.
      -
      _putpages
      -
      in file tcpdf.php, method TCPDF::_putpages()
          Output pages.
      -
      _putresourcedict
      -
      in file tcpdf.php, method TCPDF::_putresourcedict()
          Output Resources Dictionary.
      -
      _putresources
      -
      in file tcpdf.php, method TCPDF::_putresources()
          Output Resources.
      -
      _putshaders
      -
      in file tcpdf.php, method TCPDF::_putshaders()
          Output gradient shaders.
      -
      _putsignature
      -
      in file tcpdf.php, method TCPDF::_putsignature()
          Add certification signature (DocMDP or UR3)
      -
      _putspotcolors
      -
      in file tcpdf.php, method TCPDF::_putspotcolors()
          Output Spot Colors Resources.
      -
      _putstream
      -
      in file tcpdf.php, method TCPDF::_putstream()
          Output a stream (DEPRECATED).
      -
      _puttruetypeunicode
      -
      in file tcpdf.php, method TCPDF::_puttruetypeunicode()
          Adds unicode fonts.
      -
      _putviewerpreferences
      -
      in file tcpdf.php, method TCPDF::_putviewerpreferences()
          Output viewer preferences.
      -
      _putxobjects
      -
      in file tcpdf.php, method TCPDF::_putxobjects()
          Output Form XObjects Templates.
      -
      _RC4
      -
      in file tcpdf.php, method TCPDF::_RC4()
          Returns the input text exrypted using RC4 algorithm and the specified key.
      -
      _setGDImageTransparency
      -
      in file tcpdf.php, method TCPDF::_setGDImageTransparency()
          Set the transparency for the given GD image.
      -
      _textstring
      -
      in file tcpdf.php, method TCPDF::_textstring()
          Format a text string for meta information
      -
      _toJPEG
      -
      in file tcpdf.php, method TCPDF::_toJPEG()
          Convert the loaded image to a JPEG and then return a structure for the PDF creator.
      -
      _toPNG
      -
      in file tcpdf.php, method TCPDF::_toPNG()
          Convert the loaded image to a PNG and then return a structure for the PDF creator.
      -
      _Uvalue
      -
      in file tcpdf.php, method TCPDF::_Uvalue()
          Compute U value (used for encryption)
      -
      __construct
      -
      in file qrcode.php, method QRcode::__construct()
          This is the class constructor.
      -
      __construct
      -
      in file barcodes.php, method TCPDFBarcode::__construct()
          This is the class constructor.
      -
      __construct
      -
      in file tcpdf.php, method TCPDF::__construct()
          This is the class constructor.
      -
      __construct
      -
      in file 2dbarcodes.php, method TCPDF2DBarcode::__construct()
          This is the class constructor.
      -
      __construct
      -
      in file pdf417.php, method PDF417::__construct()
          This is the class constructor.
      -
      __destruct
      -
      in file tcpdf.php, method TCPDF::__destruct()
          Default destructor.
      -
      -
      - top
      -
      - -
      -

      a

      -
      -
      $AliasNbPages
      -
      in file tcpdf.php, variable TCPDF::$AliasNbPages
      -
      $AliasNumPage
      -
      in file tcpdf.php, variable TCPDF::$AliasNumPage
      -
      $alignmentPattern
      -
      in file qrcode.php, variable QRcode::$alignmentPattern
      -
      $annotation_fonts
      -
      in file tcpdf.php, variable TCPDF::$annotation_fonts
          List of fonts used on form fields (fontname => fontkey).
      -
      $anTable
      -
      in file qrcode.php, variable QRcode::$anTable
      -
      $author
      -
      in file tcpdf.php, variable TCPDF::$author
      -
      $AutoPageBreak
      -
      in file tcpdf.php, variable TCPDF::$AutoPageBreak
      -
      AcceptPageBreak
      -
      in file tcpdf.php, method TCPDF::AcceptPageBreak()
          Whenever a page break condition is met, the method is called, and the break is issued or not depending on the returned value.
      -
      addExtGState
      -
      in file tcpdf.php, method TCPDF::addExtGState()
          Add transparency parameters to the current extgstate
      -
      AddFont
      -
      in file tcpdf.php, method TCPDF::AddFont()
          Imports a TrueType, Type1, core, or CID0 font and makes it available.
      -
      addHtmlLink
      -
      in file tcpdf.php, method TCPDF::addHtmlLink()
          Output anchor link.
      -
      addHTMLTOC
      -
      in file tcpdf.php, method TCPDF::addHTMLTOC()
          Output a Table Of Content Index (TOC) using HTML templates.
      -
      addHTMLVertSpace
      -
      in file tcpdf.php, method TCPDF::addHTMLVertSpace()
          Add vertical spaces if needed.
      -
      addJavascriptObject
      -
      in file tcpdf.php, method TCPDF::addJavascriptObject()
          Adds a javascript object and return object ID
      -
      AddLink
      -
      in file tcpdf.php, method TCPDF::AddLink()
          Creates a new internal link and returns its identifier. An internal link is a clickable area which directs to another place within the document.
      The identifier can then be passed to Cell(), Write(), Image() or Link(). The destination is defined with SetLink().
      -
      AddPage
      -
      in file tcpdf.php, method TCPDF::AddPage()
          Adds a new page to the document. If a page is already present, the Footer() method is called first to output the footer (if enabled). Then the page is added, the current position set to the top-left corner according to the left and top margins (or top-right if in RTL mode), and Header() is called to display the header (if enabled).
      -
      AddSpotColor
      -
      in file tcpdf.php, method TCPDF::AddSpotColor()
          Defines a new spot color.
      -
      addTOC
      -
      in file tcpdf.php, method TCPDF::addTOC()
          Output a Table of Content Index (TOC).
      -
      addTOCPage
      -
      in file tcpdf.php, method TCPDF::addTOCPage()
          Adds a new TOC (Table Of Content) page to the document.
      -
      AliasNbPages
      -
      in file tcpdf.php, method TCPDF::AliasNbPages()
          Defines an alias for the total number of pages.
      -
      AliasNumPage
      -
      in file tcpdf.php, method TCPDF::AliasNumPage()
          Defines an alias for the page number.
      -
      allocate
      -
      in file qrcode.php, method QRcode::allocate()
          Return an array with zeros
      -
      Annotation
      -
      in file tcpdf.php, method TCPDF::Annotation()
          Puts a markup annotation on a rectangular area of the page.
      -
      appendBitstream
      -
      in file qrcode.php, method QRcode::appendBitstream()
          Append one bitstream to another
      -
      appendBytes
      -
      in file qrcode.php, method QRcode::appendBytes()
          Append one bitstream created from bytes to another
      -
      appendNewInputItem
      -
      in file qrcode.php, method QRcode::appendNewInputItem()
          Append data to an input object.
      -
      appendNum
      -
      in file qrcode.php, method QRcode::appendNum()
          Append one bitstream created from number to another
      -
      appendPaddingBit
      -
      in file qrcode.php, method QRcode::appendPaddingBit()
          Append Padding Bit to bitstream
      -
      Arrow
      -
      in file tcpdf.php, method TCPDF::Arrow()
          Draws a grahic arrow.
      -
      arrUTF8ToUTF16BE
      -
      in file tcpdf.php, method TCPDF::arrUTF8ToUTF16BE()
          Converts array of UTF-8 characters to UTF16-BE string.
      -
      -
      - top
      -
      - -
      -

      b

      -
      -
      $b1
      -
      in file qrcode.php, variable QRcode::$b1
      -
      $barcode
      -
      in file tcpdf.php, variable TCPDF::$barcode
      -
      $barcode_array
      -
      in file 2dbarcodes.php, variable TCPDF2DBarcode::$barcode_array
      -
      $barcode_array
      -
      in file pdf417.php, variable PDF417::$barcode_array
      -
      $barcode_array
      -
      in file qrcode.php, variable QRcode::$barcode_array
      -
      $barcode_array
      -
      in file barcodes.php, variable TCPDFBarcode::$barcode_array
      -
      $bgcolor
      -
      in file tcpdf.php, variable TCPDF::$bgcolor
      -
      $bit
      -
      in file qrcode.php, variable QRcode::$bit
      -
      $blocks
      -
      in file qrcode.php, variable QRcode::$blocks
      -
      $bMargin
      -
      in file tcpdf.php, variable TCPDF::$bMargin
      -
      $booklet
      -
      in file tcpdf.php, variable TCPDF::$booklet
          Booklet mode for double-sided pages
      -
      $bordermrk
      -
      in file tcpdf.php, variable TCPDF::$bordermrk
          Array used to store positions inside the pages buffer.
      -
      $buffer
      -
      in file tcpdf.php, variable TCPDF::$buffer
      -
      $bufferlen
      -
      in file tcpdf.php, variable TCPDF::$bufferlen
          Length of the buffer in bytes.
      -
      $byterange_string
      -
      in file tcpdf.php, variable TCPDF::$byterange_string
          ByteRange placemark used during signature process.
      -
      barcodes.php
      -
      procedural page barcodes.php
      -
      barcode_c128
      -
      in file barcodes.php, method TCPDFBarcode::barcode_c128()
          C128 barcodes.
      -
      barcode_codabar
      -
      in file barcodes.php, method TCPDFBarcode::barcode_codabar()
          CODABAR barcodes.
      -
      barcode_code11
      -
      in file barcodes.php, method TCPDFBarcode::barcode_code11()
          CODE11 barcodes.
      -
      barcode_code39
      -
      in file barcodes.php, method TCPDFBarcode::barcode_code39()
          CODE 39 - ANSI MH10.8M-1983 - USD-3 - 3 of 9.
      -
      barcode_code93
      -
      in file barcodes.php, method TCPDFBarcode::barcode_code93()
          CODE 93 - USS-93
      -
      barcode_eanext
      -
      in file barcodes.php, method TCPDFBarcode::barcode_eanext()
          UPC-Based Extentions
      -
      barcode_eanupc
      -
      in file barcodes.php, method TCPDFBarcode::barcode_eanupc()
          EAN13 and UPC-A barcodes.
      -
      barcode_i25
      -
      in file barcodes.php, method TCPDFBarcode::barcode_i25()
          Interleaved 2 of 5 barcodes.
      -
      barcode_imb
      -
      in file barcodes.php, method TCPDFBarcode::barcode_imb()
          IMB - Intelligent Mail Barcode - Onecode - USPS-B-3200 (requires PHP bcmath extension) Intelligent Mail barcode is a 65-bar code for use on mail in the United States.
      -
      barcode_msi
      -
      in file barcodes.php, method TCPDFBarcode::barcode_msi()
          MSI.
      -
      barcode_pharmacode
      -
      in file barcodes.php, method TCPDFBarcode::barcode_pharmacode()
          Pharmacode
      -
      barcode_pharmacode2t
      -
      in file barcodes.php, method TCPDFBarcode::barcode_pharmacode2t()
          Pharmacode two-track
      -
      barcode_postnet
      -
      in file barcodes.php, method TCPDFBarcode::barcode_postnet()
          POSTNET and PLANET barcodes.
      -
      barcode_rms4cc
      -
      in file barcodes.php, method TCPDFBarcode::barcode_rms4cc()
          RMS4CC - CBC - KIX RMS4CC (Royal Mail 4-state Customer Code) - CBC (Customer Bar Code) - KIX (Klant index - Customer index) RM4SCC is the name of the barcode symbology used by the Royal Mail for its Cleanmail service.
      -
      barcode_s25
      -
      in file barcodes.php, method TCPDFBarcode::barcode_s25()
          Standard 2 of 5 barcodes.
      -
      binarize
      -
      in file qrcode.php, method QRcode::binarize()
          Convert the frame in binary form
      -
      binseq_to_array
      -
      in file barcodes.php, method TCPDFBarcode::binseq_to_array()
          Convert binary barcode sequence to TCPDF barcode array
      -
      bitstreamToByte
      -
      in file qrcode.php, method QRcode::bitstreamToByte()
          Convert bitstream to bytes
      -
      Bookmark
      -
      in file tcpdf.php, method TCPDF::Bookmark()
          Adds a bookmark.
      -
      Button
      -
      in file tcpdf.php, method TCPDF::Button()
          Creates a button field
      -
      -
      - top
      -
      - -
      -

      c

      -
      -
      $cache_file_length
      -
      in file tcpdf.php, variable TCPDF::$cache_file_length
          Array used to store the lengths of cache files
      -
      $cache_maxsize_UTF8StringToArray
      -
      in file tcpdf.php, variable TCPDF::$cache_maxsize_UTF8StringToArray
          Maximum size of cache array used for UTF8StringToArray() method.
      -
      $cache_size_UTF8StringToArray
      -
      in file tcpdf.php, variable TCPDF::$cache_size_UTF8StringToArray
          Current size of cache array used for UTF8StringToArray() method.
      -
      $cache_UTF8StringToArray
      -
      in file tcpdf.php, variable TCPDF::$cache_UTF8StringToArray
          Cache array for UTF8StringToArray() method.
      -
      $capacity
      -
      in file qrcode.php, variable QRcode::$capacity
      -
      $casesensitive
      -
      in file qrcode.php, variable QRcode::$casesensitive
      -
      $cell_height_ratio
      -
      in file tcpdf.php, variable TCPDF::$cell_height_ratio
          Default cell height ratio.
      -
      $clusters
      -
      in file pdf417.php, variable PDF417::$clusters
      -
      $cMargin
      -
      in file tcpdf.php, variable TCPDF::$cMargin
      -
      $cntmrk
      -
      in file tcpdf.php, variable TCPDF::$cntmrk
          Array used to store content positions inside the pages buffer.
      -
      $ColorFlag
      -
      in file tcpdf.php, variable TCPDF::$ColorFlag
      -
      $columns
      -
      in file tcpdf.php, variable TCPDF::$columns
          Array of column measures (width, space, starting Y position)
      -
      $column_start_page
      -
      in file tcpdf.php, variable TCPDF::$column_start_page
          Starting page for columns
      -
      $colxshift
      -
      in file tcpdf.php, variable TCPDF::$colxshift
          Array of: X difference between table cell x start and starting page margin, cellspacing, cellpadding
      -
      $compress
      -
      in file tcpdf.php, variable TCPDF::$compress
      -
      $CoreFonts
      -
      in file tcpdf.php, variable TCPDF::$CoreFonts
      -
      $count
      -
      in file qrcode.php, variable QRcode::$count
      -
      $creator
      -
      in file tcpdf.php, variable TCPDF::$creator
      -
      $CurOrientation
      -
      in file tcpdf.php, variable TCPDF::$CurOrientation
      -
      $CurrentFont
      -
      in file tcpdf.php, variable TCPDF::$CurrentFont
      -
      $current_column
      -
      in file tcpdf.php, variable TCPDF::$current_column
          Current column number
      -
      $currpagegroup
      -
      in file tcpdf.php, variable TCPDF::$currpagegroup
          Contains the alias of the current page group
      -
      $customlistindent
      -
      in file tcpdf.php, variable TCPDF::$customlistindent
      -
      calcN1N3
      -
      in file qrcode.php, method QRcode::calcN1N3()
          calcN1N3
      -
      calcParity
      -
      in file qrcode.php, method QRcode::calcParity()
          calcParity
      -
      Cell
      -
      in file tcpdf.php, method TCPDF::Cell()
          Prints a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text.
      If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
      -
      check
      -
      in file qrcode.php, method QRcode::check()
          Validate the input data.
      -
      CheckBox
      -
      in file tcpdf.php, method TCPDF::CheckBox()
          Creates a CheckBox field
      -
      checkModeAn
      -
      in file qrcode.php, method QRcode::checkModeAn()
          checkModeAn
      -
      checkModeKanji
      -
      in file qrcode.php, method QRcode::checkModeKanji()
          checkModeKanji
      -
      checkModeNum
      -
      in file qrcode.php, method QRcode::checkModeNum()
          checkModeNum
      -
      checkPageBreak
      -
      in file tcpdf.php, method TCPDF::checkPageBreak()
          Add page if needed.
      -
      checksum_code39
      -
      in file barcodes.php, method TCPDFBarcode::checksum_code39()
          Calculate CODE 39 checksum (modulo 43).
      -
      checksum_code93
      -
      in file barcodes.php, method TCPDFBarcode::checksum_code93()
          Calculate CODE 93 checksum (modulo 47).
      -
      checksum_s25
      -
      in file barcodes.php, method TCPDFBarcode::checksum_s25()
          Checksum for standard 2 of 5 barcodes.
      -
      Circle
      -
      in file tcpdf.php, method TCPDF::Circle()
          Draws a circle.
      -
      Clip
      -
      in file tcpdf.php, method TCPDF::Clip()
          Set a rectangular clipping area.
      -
      Close
      -
      in file tcpdf.php, method TCPDF::Close()
          Terminates the PDF document.
      -
      closeHTMLTagHandler
      -
      in file tcpdf.php, method TCPDF::closeHTMLTagHandler()
          Process closing tags.
      -
      colorRegistrationBar
      -
      in file tcpdf.php, method TCPDF::colorRegistrationBar()
          Paints color transition registration bars
      -
      ComboBox
      -
      in file tcpdf.php, method TCPDF::ComboBox()
          Creates a Combo-box field
      -
      commitTransaction
      -
      in file tcpdf.php, method TCPDF::commitTransaction()
          Delete the copy of the current TCPDF object used for undo operation.
      -
      convertData
      -
      in file qrcode.php, method QRcode::convertData()
          convertData
      -
      convertHexStringToString
      -
      in file tcpdf.php, method TCPDF::convertHexStringToString()
          Convert hexadecimal string to string
      -
      convertHTMLColorToDec
      -
      in file tcpdf.php, method TCPDF::convertHTMLColorToDec()
          Returns an associative array (keys: R,G,B) from an html color name or a six-digit or three-digit hexadecimal color representation (i.e. #3FE5AA or #7FF).
      -
      convertStringToHexString
      -
      in file tcpdf.php, method TCPDF::convertStringToHexString()
          Convert string to hexadecimal string (byte string)
      -
      convertSVGtMatrix
      -
      in file tcpdf.php, method TCPDF::convertSVGtMatrix()
          Convert SVG transformation matrix to PDF.
      -
      CoonsPatchMesh
      -
      in file tcpdf.php, method TCPDF::CoonsPatchMesh()
          Paints a coons patch mesh.
      -
      copyPage
      -
      in file tcpdf.php, method TCPDF::copyPage()
          Clone the specified page to a new page.
      -
      createBitStream
      -
      in file qrcode.php, method QRcode::createBitStream()
          createBitStream
      -
      createFrame
      -
      in file qrcode.php, method QRcode::createFrame()
          Return a copy of initialized frame.
      -
      cropMark
      -
      in file tcpdf.php, method TCPDF::cropMark()
          Paints crop mark
      -
      Curve
      -
      in file tcpdf.php, method TCPDF::Curve()
          Draws a Bezier curve.
      -
      -
      - top
      -
      - -
      -

      d

      -
      -
      $data
      -
      in file qrcode.php, variable QRcode::$data
      -
      $datacode
      -
      in file qrcode.php, variable QRcode::$datacode
      -
      $dataLength
      -
      in file qrcode.php, variable QRcode::$dataLength
      -
      $dataStr
      -
      in file qrcode.php, variable QRcode::$dataStr
      -
      $default_form_prop
      -
      in file tcpdf.php, variable TCPDF::$default_form_prop
          Deafult Javascript field properties. Possible values are described on official Javascript for Acrobat API reference. Annotation options can be directly specified using the 'aopt' entry.
      -
      $default_graphic_vars
      -
      in file tcpdf.php, variable TCPDF::$default_graphic_vars
      -
      $default_monospaced_font
      -
      in file tcpdf.php, variable TCPDF::$default_monospaced_font
          Default monospaced font
      -
      $default_table_columns
      -
      in file tcpdf.php, variable TCPDF::$default_table_columns
      -
      $diffs
      -
      in file tcpdf.php, variable TCPDF::$diffs
      -
      $dir
      -
      in file qrcode.php, variable QRcode::$dir
      -
      $diskcache
      -
      in file tcpdf.php, variable TCPDF::$diskcache
          If true enables disk caching.
      -
      $dpi
      -
      in file tcpdf.php, variable TCPDF::$dpi
          Dot Per Inch Document Resolution (do not change)
      -
      $DrawColor
      -
      in file tcpdf.php, variable TCPDF::$DrawColor
      -
      dec_to_hex
      -
      in file barcodes.php, method TCPDFBarcode::dec_to_hex()
          Convert large integer number to hexadecimal representation.
      -
      deletePage
      -
      in file tcpdf.php, method TCPDF::deletePage()
          Remove the specified page.
      -
      drawHTMLTagBorder
      -
      in file tcpdf.php, method TCPDF::drawHTMLTagBorder()
          Draw an HTML block border and fill
      -
      -
      - top
      -
      - -
      -

      e

      -
      -
      $ecccode
      -
      in file qrcode.php, variable QRcode::$ecccode
      -
      $eccLength
      -
      in file qrcode.php, variable QRcode::$eccLength
      -
      $eccTable
      -
      in file qrcode.php, variable QRcode::$eccTable
      -
      $embeddedfiles
      -
      in file tcpdf.php, variable TCPDF::$embeddedfiles
      -
      $emptypagemrk
      -
      in file tcpdf.php, variable TCPDF::$emptypagemrk
          Array used to store page positions to track empty pages.
      -
      $encoding
      -
      in file tcpdf.php, variable TCPDF::$encoding
      -
      $encryptdata
      -
      in file tcpdf.php, variable TCPDF::$encryptdata
          Array containing encryption settings
      -
      $encrypted
      -
      in file tcpdf.php, variable TCPDF::$encrypted
          Indicates whether document is protected
      -
      $enc_padding
      -
      in file tcpdf.php, variable TCPDF::$enc_padding
          Encryption padding
      -
      $endlinex
      -
      in file tcpdf.php, variable TCPDF::$endlinex
          End position of the latest inserted line
      -
      $epsmarker
      -
      in file tcpdf.php, variable TCPDF::$epsmarker
          String used to mark the beginning and end of EPS image blocks
      -
      $extgstates
      -
      in file tcpdf.php, variable TCPDF::$extgstates
          Array of transparency objects and parameters.
      -
      eat8
      -
      in file qrcode.php, method QRcode::eat8()
          eat8
      -
      eatAn
      -
      in file qrcode.php, method QRcode::eatAn()
          eatAn
      -
      eatKanji
      -
      in file qrcode.php, method QRcode::eatKanji()
          eatKanji
      -
      eatNum
      -
      in file qrcode.php, method QRcode::eatNum()
          eatNum
      -
      Ellipse
      -
      in file tcpdf.php, method TCPDF::Ellipse()
          Draws an ellipse.
      -
      empty_string
      -
      in file tcpdf.php, method TCPDF::empty_string()
          Determine whether a string is empty.
      -
      encodeBitStream
      -
      in file qrcode.php, method QRcode::encodeBitStream()
          encodeBitStream
      -
      encodeMask
      -
      in file qrcode.php, method QRcode::encodeMask()
          Encode mask
      -
      encodeMode8
      -
      in file qrcode.php, method QRcode::encodeMode8()
          encodeMode8
      -
      encodeModeAn
      -
      in file qrcode.php, method QRcode::encodeModeAn()
          encodeModeAn
      -
      encodeModeKanji
      -
      in file qrcode.php, method QRcode::encodeModeKanji()
          encodeModeKanji
      -
      encodeModeNum
      -
      in file qrcode.php, method QRcode::encodeModeNum()
          encodeModeNum
      -
      encodeModeStructure
      -
      in file qrcode.php, method QRcode::encodeModeStructure()
          encodeModeStructure
      -
      encodeString
      -
      in file qrcode.php, method QRcode::encodeString()
          Encode the input string to QR code
      -
      encode_code39_ext
      -
      in file barcodes.php, method TCPDFBarcode::encode_code39_ext()
          Encode a string to be used for CODE 39 Extended mode.
      -
      encode_rs_char
      -
      in file qrcode.php, method QRcode::encode_rs_char()
          Encode a Reed-Solomon codec and returns the parity array
      -
      endPage
      -
      in file tcpdf.php, method TCPDF::endPage()
          Terminate the current page
      -
      endSVGElementHandler
      -
      in file tcpdf.php, method TCPDF::endSVGElementHandler()
          Sets the closing SVG element handler function for the XML parser.
      -
      endTemplate
      -
      in file tcpdf.php, method TCPDF::endTemplate()
          End the current XObject Template started with startTemplate() and restore the previous graphic state.
      -
      endTOCPage
      -
      in file tcpdf.php, method TCPDF::endTOCPage()
          Terminate the current TOC (Table Of Content) page
      -
      Error
      -
      in file tcpdf.php, method TCPDF::Error()
          This method is automatically called in case of fatal error; it simply outputs the message and halts the execution. An inherited class may override it to customize the error handling but should always halt the script, or the resulting document would probably be invalid.
      -
      estimateBitsMode8
      -
      in file qrcode.php, method QRcode::estimateBitsMode8()
          estimateBitsMode8
      -
      estimateBitsModeAn
      -
      in file qrcode.php, method QRcode::estimateBitsModeAn()
          estimateBitsModeAn
      -
      estimateBitsModeKanji
      -
      in file qrcode.php, method QRcode::estimateBitsModeKanji()
          estimateBitsModeKanji
      -
      estimateBitsModeNum
      -
      in file qrcode.php, method QRcode::estimateBitsModeNum()
          estimateBitsModeNum
      -
      estimateBitStreamSize
      -
      in file qrcode.php, method QRcode::estimateBitStreamSize()
          estimateBitStreamSize
      -
      estimateVersion
      -
      in file qrcode.php, method QRcode::estimateVersion()
          estimateVersion
      -
      evaluateSymbol
      -
      in file qrcode.php, method QRcode::evaluateSymbol()
          evaluateSymbol
      -
      extractCSSproperties
      -
      in file tcpdf.php, method TCPDF::extractCSSproperties()
          Extracts the CSS properties from a CSS string.
      -
      -
      - top
      -
      - -
      -

      f

      -
      -
      $feps
      -
      in file tcpdf.php, variable TCPDF::$feps
          Epsilon value used for float calculations
      -
      $fgcolor
      -
      in file tcpdf.php, variable TCPDF::$fgcolor
      -
      $fhPt
      -
      in file tcpdf.php, variable TCPDF::$fhPt
      -
      $file_id
      -
      in file tcpdf.php, variable TCPDF::$file_id
          File ID (used on trailer)
      -
      $FillColor
      -
      in file tcpdf.php, variable TCPDF::$FillColor
      -
      $FontAscent
      -
      in file tcpdf.php, variable TCPDF::$FontAscent
      -
      $FontDescent
      -
      in file tcpdf.php, variable TCPDF::$FontDescent
      -
      $FontFamily
      -
      in file tcpdf.php, variable TCPDF::$FontFamily
      -
      $FontFiles
      -
      in file tcpdf.php, variable TCPDF::$FontFiles
      -
      $fontkeys
      -
      in file tcpdf.php, variable TCPDF::$fontkeys
          Store the font keys.
      -
      $fontlist
      -
      in file tcpdf.php, variable TCPDF::$fontlist
      -
      $fonts
      -
      in file tcpdf.php, variable TCPDF::$fonts
      -
      $FontSize
      -
      in file tcpdf.php, variable TCPDF::$FontSize
      -
      $FontSizePt
      -
      in file tcpdf.php, variable TCPDF::$FontSizePt
      -
      $FontStyle
      -
      in file tcpdf.php, variable TCPDF::$FontStyle
      -
      $font_obj_ids
      -
      in file tcpdf.php, variable TCPDF::$font_obj_ids
          Store the font object IDs.
      -
      $font_subsetting
      -
      in file tcpdf.php, variable TCPDF::$font_subsetting
      -
      $footerlen
      -
      in file tcpdf.php, variable TCPDF::$footerlen
          Array used to store footer length of each page.
      -
      $footerpos
      -
      in file tcpdf.php, variable TCPDF::$footerpos
          Array used to store footer positions of each page.
      -
      $footer_font
      -
      in file tcpdf.php, variable TCPDF::$footer_font
      -
      $footer_margin
      -
      in file tcpdf.php, variable TCPDF::$footer_margin
      -
      $formatInfo
      -
      in file qrcode.php, variable QRcode::$formatInfo
      -
      $form_action
      -
      in file tcpdf.php, variable TCPDF::$form_action
          Current form action (used during XHTML rendering)
      -
      $form_enctype
      -
      in file tcpdf.php, variable TCPDF::$form_enctype
          Current form encryption type (used during XHTML rendering)
      -
      $form_mode
      -
      in file tcpdf.php, variable TCPDF::$form_mode
          Current method to submit forms.
      -
      $form_obj_id
      -
      in file tcpdf.php, variable TCPDF::$form_obj_id
          List of form annotations IDs
      -
      $frame
      -
      in file qrcode.php, variable QRcode::$frame
      -
      $frames
      -
      in file qrcode.php, variable QRcode::$frames
      -
      $fwPt
      -
      in file tcpdf.php, variable TCPDF::$fwPt
      -
      fitBlock
      -
      in file tcpdf.php, method TCPDF::fitBlock()
          Set the block dimensions accounting for page breaks and page/column fitting
      -
      Footer
      -
      in file tcpdf.php, method TCPDF::Footer()
          This method is used to render the page footer.
      -
      formatPageNumber
      -
      in file tcpdf.php, method TCPDF::formatPageNumber()
          Format the page numbers.
      -
      formatTOCPageNumber
      -
      in file tcpdf.php, method TCPDF::formatTOCPageNumber()
          Format the page numbers on the Table Of Content.
      -
      -
      - top
      -
      - -
      -

      g

      -
      -
      $gradients
      -
      in file tcpdf.php, variable TCPDF::$gradients
          Array for storing gradient information.
      -
      generateMaskNo
      -
      in file qrcode.php, method QRcode::generateMaskNo()
          Return bitmask
      -
      GetAbsX
      -
      in file tcpdf.php, method TCPDF::GetAbsX()
          Returns the absolute X value of current position.
      -
      getAliasNbPages
      -
      in file tcpdf.php, method TCPDF::getAliasNbPages()
          Returns the string alias used for the total number of pages.
      -
      getAliasNumPage
      -
      in file tcpdf.php, method TCPDF::getAliasNumPage()
          Returns the string alias used for the page number.
      -
      getAnnotOptFromJSProp
      -
      in file tcpdf.php, method TCPDF::getAnnotOptFromJSProp()
          Convert JavaScript form fields properties array to Annotation Properties array.
      -
      GetArrStringWidth
      -
      in file tcpdf.php, method TCPDF::GetArrStringWidth()
          Returns the string length of an array of chars in user unit or an array of characters widths. A font must be selected.
      -
      getBarcode
      -
      in file tcpdf.php, method TCPDF::getBarcode()
          Get current barcode.
      -
      getBarcodeArray
      -
      in file barcodes.php, method TCPDFBarcode::getBarcodeArray()
          Return an array representations of barcode.
      -
      getBarcodeArray
      -
      in file qrcode.php, method QRcode::getBarcodeArray()
          Returns a barcode array which is readable by TCPDF
      -
      getBarcodeArray
      -
      in file 2dbarcodes.php, method TCPDF2DBarcode::getBarcodeArray()
          Return an array representations of barcode.
      -
      getBarcodeArray
      -
      in file pdf417.php, method PDF417::getBarcodeArray()
          Returns a barcode array which is readable by TCPDF
      -
      getBitStream
      -
      in file qrcode.php, method QRcode::getBitStream()
          Returns a stream of bits.
      -
      getBorderMode
      -
      in file tcpdf.php, method TCPDF::getBorderMode()
          Get the border mode accounting for multicell position (opens bottom side of multicell crossing pages)
      -
      getBorderStartPosition
      -
      in file tcpdf.php, method TCPDF::getBorderStartPosition()
          Return the starting coordinates to draw an html border
      -
      getBreakMargin
      -
      in file tcpdf.php, method TCPDF::getBreakMargin()
          Returns the page break margin.
      -
      getBuffer
      -
      in file tcpdf.php, method TCPDF::getBuffer()
          Get buffer content.
      -
      getByteStream
      -
      in file qrcode.php, method QRcode::getByteStream()
          Pack all bit streams padding bits into a byte array.
      -
      getCellBorder
      -
      in file tcpdf.php, method TCPDF::getCellBorder()
          Returns the code to draw the cell border
      -
      getCellCode
      -
      in file tcpdf.php, method TCPDF::getCellCode()
          Returns the PDF string code to print a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text.
      If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
      -
      getCellHeightRatio
      -
      in file tcpdf.php, method TCPDF::getCellHeightRatio()
          return the height of cell repect font height.
      -
      GetCharWidth
      -
      in file tcpdf.php, method TCPDF::GetCharWidth()
          Returns the length of the char in user unit for the current font.
      -
      getCode
      -
      in file qrcode.php, method QRcode::getCode()
          Return Reed-Solomon block code.
      -
      getColumn
      -
      in file tcpdf.php, method TCPDF::getColumn()
          Return the current column number
      -
      getCompaction
      -
      in file pdf417.php, method PDF417::getCompaction()
          Compact data by mode.
      -
      getCSSBorderDashStyle
      -
      in file tcpdf.php, method TCPDF::getCSSBorderDashStyle()
          Returns the border dash style from CSS property
      -
      getCSSBorderStyle
      -
      in file tcpdf.php, method TCPDF::getCSSBorderStyle()
          Returns the border style array from CSS border properties
      -
      getCSSBorderWidth
      -
      in file tcpdf.php, method TCPDF::getCSSBorderWidth()
          Returns the border width from CSS property
      -
      getDataLength
      -
      in file qrcode.php, method QRcode::getDataLength()
          Return maximum data code length (bytes) for the version.
      -
      getECCLength
      -
      in file qrcode.php, method QRcode::getECCLength()
          Return maximum error correction code length (bytes) for the version.
      -
      getEccSpec
      -
      in file qrcode.php, method QRcode::getEccSpec()
          Return an array of ECC specification.
      -
      getEncPermissionsString
      -
      in file tcpdf.php, method TCPDF::getEncPermissionsString()
          Convert encryption P value to a string of bytes, low-order byte first.
      -
      getErrorCorrection
      -
      in file pdf417.php, method PDF417::getErrorCorrection()
          Returns the error correction codewords
      -
      getErrorCorrectionLevel
      -
      in file pdf417.php, method PDF417::getErrorCorrectionLevel()
          Returns the error correction level (0-8) to be used
      -
      getFontAscent
      -
      in file tcpdf.php, method TCPDF::getFontAscent()
          Return the font ascent value
      -
      getFontBuffer
      -
      in file tcpdf.php, method TCPDF::getFontBuffer()
          Get font buffer content.
      -
      getFontDescent
      -
      in file tcpdf.php, method TCPDF::getFontDescent()
          Return the font descent value
      -
      getFontFamily
      -
      in file tcpdf.php, method TCPDF::getFontFamily()
          Returns the current font family name.
      -
      getFontFamilyName
      -
      in file tcpdf.php, method TCPDF::getFontFamilyName()
          Return normalized font name
      -
      getFontSize
      -
      in file tcpdf.php, method TCPDF::getFontSize()
          Returns the current font size.
      -
      getFontSizePt
      -
      in file tcpdf.php, method TCPDF::getFontSizePt()
          Returns the current font size in points unit.
      -
      getFontsList
      -
      in file tcpdf.php, method TCPDF::getFontsList()
          Fill the list of available fonts ($this->fontlist).
      -
      getFontStyle
      -
      in file tcpdf.php, method TCPDF::getFontStyle()
          Returns the current font style.
      -
      getFontSubsetting
      -
      in file tcpdf.php, method TCPDF::getFontSubsetting()
          Return the default option for font subsetting.
      -
      getFooterFont
      -
      in file tcpdf.php, method TCPDF::getFooterFont()
          Get Footer font.
      -
      getFooterMargin
      -
      in file tcpdf.php, method TCPDF::getFooterMargin()
          Returns footer margin in user units.
      -
      getFormatInfo
      -
      in file qrcode.php, method QRcode::getFormatInfo()
          Return BCH encoded format information pattern.
      -
      getFormDefaultProp
      -
      in file tcpdf.php, method TCPDF::getFormDefaultProp()
          Return the default properties for form fields.
      -
      getFrameAt
      -
      in file qrcode.php, method QRcode::getFrameAt()
          Get frame value at specified position
      -
      getGDgamma
      -
      in file tcpdf.php, method TCPDF::getGDgamma()
          Correct the gamma value to be used with GD library
      -
      getGraphicVars
      -
      in file tcpdf.php, method TCPDF::getGraphicVars()
          Returns current graphic variables as array.
      -
      getGroupPageNo
      -
      in file tcpdf.php, method TCPDF::getGroupPageNo()
          Return the current page in the group.
      -
      getGroupPageNoFormatted
      -
      in file tcpdf.php, method TCPDF::getGroupPageNoFormatted()
          Returns the current group page number formatted as a string.
      -
      getHeaderData
      -
      in file tcpdf.php, method TCPDF::getHeaderData()
          Returns header data:
      -
      getHeaderFont
      -
      in file tcpdf.php, method TCPDF::getHeaderFont()
          Get header font.
      -
      getHeaderMargin
      -
      in file tcpdf.php, method TCPDF::getHeaderMargin()
          Returns header margin in user units.
      -
      getHtmlDomArray
      -
      in file tcpdf.php, method TCPDF::getHtmlDomArray()
          Returns the HTML DOM array.
      -
      getHTMLUnitToUnits
      -
      in file tcpdf.php, method TCPDF::getHTMLUnitToUnits()
          Convert HTML string containing value and unit of measure to user's units or points.
      -
      getHyphenPatternsFromTEX
      -
      in file tcpdf.php, method TCPDF::getHyphenPatternsFromTEX()
          Returns an array of hyphenation patterns.
      -
      getImageBuffer
      -
      in file tcpdf.php, method TCPDF::getImageBuffer()
          Get image buffer content.
      -
      getImageFileType
      -
      in file tcpdf.php, method TCPDF::getImageFileType()
          Return the image type given the file name or array returned by getimagesize() function.
      -
      getImageRBX
      -
      in file tcpdf.php, method TCPDF::getImageRBX()
          Return the right-bottom (or left-bottom for RTL) corner X coordinate of last inserted image
      -
      getImageRBY
      -
      in file tcpdf.php, method TCPDF::getImageRBY()
          Return the right-bottom (or left-bottom for RTL) corner Y coordinate of last inserted image
      -
      getImageScale
      -
      in file tcpdf.php, method TCPDF::getImageScale()
          Returns the adjusting factor to convert pixels to user units.
      -
      getInputSequences
      -
      in file pdf417.php, method PDF417::getInputSequences()
          Create array of sequences from input
      -
      getLastH
      -
      in file tcpdf.php, method TCPDF::getLastH()
          Get the last cell height.
      -
      GetLineWidth
      -
      in file tcpdf.php, method TCPDF::GetLineWidth()
          Returns the current the line width.
      -
      getMargins
      -
      in file tcpdf.php, method TCPDF::getMargins()
          Returns an array containing current margins:
      -
      getMinimumVersion
      -
      in file qrcode.php, method QRcode::getMinimumVersion()
          Return a version number that satisfies the input code length.
      -
      getNextPosition
      -
      in file qrcode.php, method QRcode::getNextPosition()
          Return the next frame position
      -
      getNumberOfColumns
      -
      in file tcpdf.php, method TCPDF::getNumberOfColumns()
          Return the current number of columns.
      -
      GetNumChars
      -
      in file tcpdf.php, method TCPDF::GetNumChars()
          Returns the numbero of characters in a string.
      -
      getNumLines
      -
      in file tcpdf.php, method TCPDF::getNumLines()
          This method return the estimated number of lines for print a simple text string in Multicell() method.
      -
      getNumPages
      -
      in file tcpdf.php, method TCPDF::getNumPages()
          Get the total number of insered pages.
      -
      getObjFilename
      -
      in file tcpdf.php, method TCPDF::getObjFilename()
          Returns a temporary filename for caching object on filesystem.
      -
      getOriginalMargins
      -
      in file tcpdf.php, method TCPDF::getOriginalMargins()
          Returns an array containing original margins:
      -
      getPage
      -
      in file tcpdf.php, method TCPDF::getPage()
          Get current document page number.
      -
      getPageBuffer
      -
      in file tcpdf.php, method TCPDF::getPageBuffer()
          Get page buffer content.
      -
      getPageDimensions
      -
      in file tcpdf.php, method TCPDF::getPageDimensions()
          Returns an array of page dimensions:
      -
      getPageGroupAlias
      -
      in file tcpdf.php, method TCPDF::getPageGroupAlias()
          Return the alias of the current page group If the current font is unicode type, the returned string is surrounded by additional curly braces.
      -
      getPageHeight
      -
      in file tcpdf.php, method TCPDF::getPageHeight()
          Returns the page height in units.
      -
      getPageNumGroupAlias
      -
      in file tcpdf.php, method TCPDF::getPageNumGroupAlias()
          Return the alias for the page number on the current page group If the current font is unicode type, the returned string is surrounded by additional curly braces.
      -
      getPageSizeFromFormat
      -
      in file tcpdf.php, method TCPDF::getPageSizeFromFormat()
          Get page dimensions from format name.
      -
      getPageWidth
      -
      in file tcpdf.php, method TCPDF::getPageWidth()
          Returns the page width in units.
      -
      getPathPaintOperator
      -
      in file tcpdf.php, method TCPDF::getPathPaintOperator()
          Get the Path-Painting Operators.
      -
      getPDFData
      -
      in file tcpdf.php, method TCPDF::getPDFData()
          Returns the PDF data.
      -
      getRemainder
      -
      in file qrcode.php, method QRcode::getRemainder()
          Return the numer of remainder bits.
      -
      getRemainingWidth
      -
      in file tcpdf.php, method TCPDF::getRemainingWidth()
          Returns the remaining width between the current position and margins.
      -
      getRTL
      -
      in file tcpdf.php, method TCPDF::getRTL()
          Return the RTL status
      -
      getScaleFactor
      -
      in file tcpdf.php, method TCPDF::getScaleFactor()
          Returns the scale factor (number of points in user unit).
      -
      getSpaceString
      -
      in file tcpdf.php, method TCPDF::getSpaceString()
          Returns the string used to find spaces
      -
      getStringHeight
      -
      in file tcpdf.php, method TCPDF::getStringHeight()
          This method return the estimated needed height for print a simple text string in Multicell() method.
      -
      GetStringWidth
      -
      in file tcpdf.php, method TCPDF::GetStringWidth()
          Returns the length of a string in user unit. A font must be selected.
      -
      getSVGTransformMatrix
      -
      in file tcpdf.php, method TCPDF::getSVGTransformMatrix()
          Get the tranformation matrix from SVG transform attribute
      -
      getTagStyleFromCSS
      -
      in file tcpdf.php, method TCPDF::getTagStyleFromCSS()
          Returns the styles that apply for the selected HTML tag.
      -
      getTransformationMatrixProduct
      -
      in file tcpdf.php, method TCPDF::getTransformationMatrixProduct()
          Get the product of two SVG tranformation matrices
      -
      getUserPermissionCode
      -
      in file tcpdf.php, method TCPDF::getUserPermissionCode()
          Return the premission code used on encryption (P value).
      -
      getVectorsAngle
      -
      in file tcpdf.php, method TCPDF::getVectorsAngle()
          Returns the angle in radiants between two vectors
      -
      getVersionPattern
      -
      in file qrcode.php, method QRcode::getVersionPattern()
          Return BCH encoded version information pattern that is used for the symbol of version 7 or greater. Use lower 18 bits.
      -
      getWidth
      -
      in file qrcode.php, method QRcode::getWidth()
          Return the width of the symbol for the version.
      -
      GetX
      -
      in file tcpdf.php, method TCPDF::GetX()
          Returns the relative X value of current position.
      -
      GetY
      -
      in file tcpdf.php, method TCPDF::GetY()
          Returns the ordinate of the current position.
      -
      get_mqr
      -
      in file tcpdf.php, method TCPDF::get_mqr()
          Gets the current active configuration setting of magic_quotes_runtime (if the get_magic_quotes_runtime function exist)
      -
      Gradient
      -
      in file tcpdf.php, method TCPDF::Gradient()
          Output gradient.
      -
      -
      - top
      -
      - -
      -

      h

      -
      -
      $h
      -
      in file tcpdf.php, variable TCPDF::$h
      -
      $header_font
      -
      in file tcpdf.php, variable TCPDF::$header_font
      -
      $header_logo
      -
      in file tcpdf.php, variable TCPDF::$header_logo
      -
      $header_logo_width
      -
      in file tcpdf.php, variable TCPDF::$header_logo_width
      -
      $header_margin
      -
      in file tcpdf.php, variable TCPDF::$header_margin
      -
      $header_string
      -
      in file tcpdf.php, variable TCPDF::$header_string
      -
      $header_title
      -
      in file tcpdf.php, variable TCPDF::$header_title
      -
      $hint
      -
      in file qrcode.php, variable QRcode::$hint
      -
      $hPt
      -
      in file tcpdf.php, variable TCPDF::$hPt
      -
      $HREF
      -
      in file tcpdf.php, variable TCPDF::$HREF
      -
      $htmlLinkColorArray
      -
      in file tcpdf.php, variable TCPDF::$htmlLinkColorArray
          Default color for html links
      -
      $htmlLinkFontStyle
      -
      in file tcpdf.php, variable TCPDF::$htmlLinkFontStyle
          Default font style to add to html links
      -
      $htmlvspace
      -
      in file tcpdf.php, variable TCPDF::$htmlvspace
          Count the latest inserted vertical spaces on HTML
      -
      Header
      -
      in file tcpdf.php, method TCPDF::Header()
          This method is used to render the page header.
      -
      HEAD_MAGNIFICATION
      -
      in file tcpdf_config.php, constant HEAD_MAGNIFICATION
          magnification factor for titles
      -
      hex_to_dec
      -
      in file barcodes.php, method TCPDFBarcode::hex_to_dec()
          Convert large hexadecimal number to decimal representation (string).
      -
      htmlcolors.php
      -
      procedural page htmlcolors.php
      -
      hyphenateText
      -
      in file tcpdf.php, method TCPDF::hyphenateText()
          Returns text with soft hyphens.
      -
      hyphenateWord
      -
      in file tcpdf.php, method TCPDF::hyphenateWord()
          Returns an array of chars containing soft hyphens.
      -
      -
      - top
      -
      - -
      -

      i

      -
      -
      $imagekeys
      -
      in file tcpdf.php, variable TCPDF::$imagekeys
          Store the image keys.
      -
      $images
      -
      in file tcpdf.php, variable TCPDF::$images
      -
      $imgscale
      -
      in file tcpdf.php, variable TCPDF::$imgscale
      -
      $img_rb_x
      -
      in file tcpdf.php, variable TCPDF::$img_rb_x
      -
      $img_rb_y
      -
      in file tcpdf.php, variable TCPDF::$img_rb_y
      -
      $InFooter
      -
      in file tcpdf.php, variable TCPDF::$InFooter
      -
      $internal_encoding
      -
      in file tcpdf.php, variable TCPDF::$internal_encoding
      -
      $inthead
      -
      in file tcpdf.php, variable TCPDF::$inthead
          True when we are printing the thead section on a new page
      -
      $intmrk
      -
      in file tcpdf.php, variable TCPDF::$intmrk
          Array used to store positions inside the pages buffer.
      -
      $inxobj
      -
      in file tcpdf.php, variable TCPDF::$inxobj
      -
      $isunicode
      -
      in file tcpdf.php, variable TCPDF::$isunicode
      -
      $items
      -
      in file qrcode.php, variable QRcode::$items
      -
      identifyMode
      -
      in file qrcode.php, method QRcode::identifyMode()
          identifyMode
      -
      Image
      -
      in file tcpdf.php, method TCPDF::Image()
          Puts an image in the page.
      -
      ImageEps
      -
      in file tcpdf.php, method TCPDF::ImageEps()
          Embed vector-based Adobe Illustrator (AI) or AI-compatible EPS files.
      -
      ImagePngAlpha
      -
      in file tcpdf.php, method TCPDF::ImagePngAlpha()
          Extract info from a PNG image with alpha channel using the GD library.
      -
      ImageSVG
      -
      in file tcpdf.php, method TCPDF::ImageSVG()
          Embedd a Scalable Vector Graphics (SVG) image.
      -
      imb_crc11fcs
      -
      in file barcodes.php, method TCPDFBarcode::imb_crc11fcs()
          Intelligent Mail Barcode calculation of Frame Check Sequence
      -
      imb_reverse_us
      -
      in file barcodes.php, method TCPDFBarcode::imb_reverse_us()
          Reverse unsigned short value
      -
      imb_tables
      -
      in file barcodes.php, method TCPDFBarcode::imb_tables()
          generate Nof13 tables used for Intelligent Mail Barcode
      -
      IncludeJS
      -
      in file tcpdf.php, method TCPDF::IncludeJS()
          Adds a javascript
      -
      init
      -
      in file qrcode.php, method QRcode::init()
          Initialize code.
      -
      init_rs
      -
      in file qrcode.php, method QRcode::init_rs()
          Initialize a Reed-Solomon codec and add it to existing rsitems
      -
      init_rs_char
      -
      in file qrcode.php, method QRcode::init_rs_char()
          Initialize a Reed-Solomon codec and returns an array of values.
      -
      insertStructuredAppendHeader
      -
      in file qrcode.php, method QRcode::insertStructuredAppendHeader()
          insertStructuredAppendHeader
      -
      intToRoman
      -
      in file tcpdf.php, method TCPDF::intToRoman()
          Returns the Roman representation of an integer number
      -
      isalnumat
      -
      in file qrcode.php, method QRcode::isalnumat()
          Return true if the character at specified position is an alphanumeric character
      -
      isdigitat
      -
      in file qrcode.php, method QRcode::isdigitat()
          Return true if the character at specified position is a number
      -
      isRTLTextDir
      -
      in file tcpdf.php, method TCPDF::isRTLTextDir()
          Return the current temporary RTL status
      -
      isUnicodeFont
      -
      in file tcpdf.php, method TCPDF::isUnicodeFont()
          Return true if the current font is unicode type.
      -
      isValidCSSSelectorForTag
      -
      in file tcpdf.php, method TCPDF::isValidCSSSelectorForTag()
          Returns true if the CSS selector is valid for the selected HTML tag
      -
      -
      - top
      -
      - -
      -

      j

      -
      -
      $javascript
      -
      in file tcpdf.php, variable TCPDF::$javascript
          javascript code
      -
      $jpeg_quality
      -
      in file tcpdf.php, variable TCPDF::$jpeg_quality
          Set the default JPEG compression quality (1-100)
      -
      $js_objects
      -
      in file tcpdf.php, variable TCPDF::$js_objects
          Javascript objects array
      -
      -
      - top
      -
      - -
      -

      k

      -
      -
      $k
      -
      in file tcpdf.php, variable TCPDF::$k
      -
      $keywords
      -
      in file tcpdf.php, variable TCPDF::$keywords
      -
      K_BLANK_IMAGE
      -
      in file tcpdf_config.php, constant K_BLANK_IMAGE
          blank image
      -
      K_CELL_HEIGHT_RATIO
      -
      in file tcpdf_config.php, constant K_CELL_HEIGHT_RATIO
          height of cell repect font height
      -
      K_LRE
      -
      in file unicode_data.php, constant K_LRE
          Left-to-Right Embedding
      -
      K_LRM
      -
      in file unicode_data.php, constant K_LRM
          Left-to-Right Mark
      -
      K_LRO
      -
      in file unicode_data.php, constant K_LRO
          Left-to-Right Override
      -
      K_PATH_CACHE
      -
      in file tcpdf_config.php, constant K_PATH_CACHE
          cache directory for temporary files (full path)
      -
      K_PATH_FONTS
      -
      in file tcpdf_config.php, constant K_PATH_FONTS
          path for PDF fonts
      -
      K_PATH_IMAGES
      -
      in file tcpdf_config.php, constant K_PATH_IMAGES
          images directory
      -
      K_PATH_MAIN
      -
      in file tcpdf_config.php, constant K_PATH_MAIN
          Installation path (/var/www/tcpdf/).
      -
      K_PATH_URL
      -
      in file tcpdf_config.php, constant K_PATH_URL
          URL path to tcpdf installation folder (http://localhost/tcpdf/).
      -
      K_PATH_URL_CACHE
      -
      in file tcpdf_config.php, constant K_PATH_URL_CACHE
          cache directory for temporary files (url path)
      -
      K_PDF
      -
      in file unicode_data.php, constant K_PDF
          Pop Directional Format
      -
      K_RE_PATTERN_ARABIC
      -
      in file unicode_data.php, constant K_RE_PATTERN_ARABIC
      -
      K_RE_PATTERN_RTL
      -
      in file unicode_data.php, constant K_RE_PATTERN_RTL
      -
      K_RLE
      -
      in file unicode_data.php, constant K_RLE
          Right-to-Left Embedding
      -
      K_RLM
      -
      in file unicode_data.php, constant K_RLM
          Right-to-Left Mark
      -
      K_RLO
      -
      in file unicode_data.php, constant K_RLO
          Right-to-Left Override
      -
      K_SMALL_RATIO
      -
      in file tcpdf_config.php, constant K_SMALL_RATIO
          reduction factor for small font
      -
      K_TCPDF_CALLS_IN_HTML
      -
      in file tcpdf_config.php, constant K_TCPDF_CALLS_IN_HTML
          if true allows to call TCPDF methods using HTML syntax IMPORTANT: For security reason, disable this feature if you are printing user HTML content.
      -
      K_THAI_TOPCHARS
      -
      in file tcpdf_config.php, constant K_THAI_TOPCHARS
          set to true to enable the special procedure used to avoid the overlappind of symbols on Thai language
      -
      K_TITLE_MAGNIFICATION
      -
      in file tcpdf_config.php, constant K_TITLE_MAGNIFICATION
          title magnification respect main font size
      -
      -
      - top
      -
      - -
      -

      l

      -
      -
      $l
      -
      in file tcpdf.php, variable TCPDF::$l
      -
      $lasth
      -
      in file tcpdf.php, variable TCPDF::$lasth
      -
      $last_enc_key
      -
      in file tcpdf.php, variable TCPDF::$last_enc_key
          last RC4 key encrypted (cached for optimisation)
      -
      $last_enc_key_c
      -
      in file tcpdf.php, variable TCPDF::$last_enc_key_c
          last RC4 computed key
      -
      $LayoutMode
      -
      in file tcpdf.php, variable TCPDF::$LayoutMode
      -
      $lengthTableBits
      -
      in file qrcode.php, variable QRcode::$lengthTableBits
      -
      $level
      -
      in file qrcode.php, variable QRcode::$level
      -
      $linestyleCap
      -
      in file tcpdf.php, variable TCPDF::$linestyleCap
          PDF string for last line width
      -
      $linestyleDash
      -
      in file tcpdf.php, variable TCPDF::$linestyleDash
          PDF string for last line width
      -
      $linestyleJoin
      -
      in file tcpdf.php, variable TCPDF::$linestyleJoin
          PDF string for last line width
      -
      $linestyleWidth
      -
      in file tcpdf.php, variable TCPDF::$linestyleWidth
          PDF string for last line width
      -
      $linethrough
      -
      in file tcpdf.php, variable TCPDF::$linethrough
          line trough state
      -
      $LineWidth
      -
      in file tcpdf.php, variable TCPDF::$LineWidth
      -
      $links
      -
      in file tcpdf.php, variable TCPDF::$links
      -
      $lispacer
      -
      in file tcpdf.php, variable TCPDF::$lispacer
      -
      $listcount
      -
      in file tcpdf.php, variable TCPDF::$listcount
      -
      $listindent
      -
      in file tcpdf.php, variable TCPDF::$listindent
      -
      $listindentlevel
      -
      in file tcpdf.php, variable TCPDF::$listindentlevel
      -
      $listnum
      -
      in file tcpdf.php, variable TCPDF::$listnum
      -
      $listordered
      -
      in file tcpdf.php, variable TCPDF::$listordered
      -
      $lisymbol
      -
      in file tcpdf.php, variable TCPDF::$lisymbol
          Symbol used for HTML unordered list items
      -
      $lMargin
      -
      in file tcpdf.php, variable TCPDF::$lMargin
      -
      lastPage
      -
      in file tcpdf.php, method TCPDF::lastPage()
          Reset pointer to the last document page.
      -
      lengthIndicator
      -
      in file qrcode.php, method QRcode::lengthIndicator()
          Return the size of length indicator for the mode and version.
      -
      lengthOfCode
      -
      in file qrcode.php, method QRcode::lengthOfCode()
          lengthOfCode
      -
      Line
      -
      in file tcpdf.php, method TCPDF::Line()
          Draws a line between two points.
      -
      LinearGradient
      -
      in file tcpdf.php, method TCPDF::LinearGradient()
          Paints a linear colour gradient.
      -
      Link
      -
      in file tcpdf.php, method TCPDF::Link()
          Puts a link on a rectangular area of the page.
      -
      ListBox
      -
      in file tcpdf.php, method TCPDF::ListBox()
          Creates a List-box field
      -
      Ln
      -
      in file tcpdf.php, method TCPDF::Ln()
          Performs a line break.
      -
      lookAnTable
      -
      in file qrcode.php, method QRcode::lookAnTable()
          Look up the alphabet-numeric convesion table (see JIS X0510:2004, pp.19).
      -
      -
      - top
      -
      - -
      -

      m

      -
      -
      $maxselcol
      -
      in file tcpdf.php, variable TCPDF::$maxselcol
          Maximum page and column selected
      -
      makeMask
      -
      in file qrcode.php, method QRcode::makeMask()
          makeMask
      -
      makeMaskNo
      -
      in file qrcode.php, method QRcode::makeMaskNo()
          makeMaskNo
      -
      mask
      -
      in file qrcode.php, method QRcode::mask()
          mask
      -
      mask0
      -
      in file qrcode.php, method QRcode::mask0()
          mask0
      -
      mask1
      -
      in file qrcode.php, method QRcode::mask1()
          mask1
      -
      mask2
      -
      in file qrcode.php, method QRcode::mask2()
          mask2
      -
      mask3
      -
      in file qrcode.php, method QRcode::mask3()
          mask3
      -
      mask4
      -
      in file qrcode.php, method QRcode::mask4()
          mask4
      -
      mask5
      -
      in file qrcode.php, method QRcode::mask5()
          mask5
      -
      mask6
      -
      in file qrcode.php, method QRcode::mask6()
          mask6
      -
      mask7
      -
      in file qrcode.php, method QRcode::mask7()
          mask7
      -
      maximumWords
      -
      in file qrcode.php, method QRcode::maximumWords()
          Return the maximum length for the mode and version.
      -
      MAX_STRUCTURED_SYMBOLS
      -
      in file qrcode.php, constant MAX_STRUCTURED_SYMBOLS
          Max number of symbols for structured mode
      -
      mergeBitStream
      -
      in file qrcode.php, method QRcode::mergeBitStream()
          mergeBitStream
      -
      MirrorH
      -
      in file tcpdf.php, method TCPDF::MirrorH()
          Horizontal Mirroring.
      -
      MirrorL
      -
      in file tcpdf.php, method TCPDF::MirrorL()
          Reflection against a straight line through point (x, y) with the gradient angle (angle).
      -
      MirrorP
      -
      in file tcpdf.php, method TCPDF::MirrorP()
          Point reflection mirroring.
      -
      MirrorV
      -
      in file tcpdf.php, method TCPDF::MirrorV()
          Verical Mirroring.
      -
      modnn
      -
      in file qrcode.php, method QRcode::modnn()
          modnn
      -
      movePage
      -
      in file tcpdf.php, method TCPDF::movePage()
          Move a page to a previous position.
      -
      MultiCell
      -
      in file tcpdf.php, method TCPDF::MultiCell()
          This method allows printing text with line breaks.
      -
      -
      - top
      -
      - -
      -

      n

      -
      -
      $n
      -
      in file tcpdf.php, variable TCPDF::$n
      -
      $newline
      -
      in file tcpdf.php, variable TCPDF::$newline
          True if a newline is created.
      -
      $newpagegroup
      -
      in file tcpdf.php, variable TCPDF::$newpagegroup
          Array of page numbers were a new page group was started
      -
      $numfonts
      -
      in file tcpdf.php, variable TCPDF::$numfonts
          Counts the number of fonts.
      -
      $numimages
      -
      in file tcpdf.php, variable TCPDF::$numimages
          Counts the number of pages.
      -
      $numpages
      -
      in file tcpdf.php, variable TCPDF::$numpages
          Counts the number of pages.
      -
      $num_columns
      -
      in file tcpdf.php, variable TCPDF::$num_columns
          Number of colums
      -
      $n_js
      -
      in file tcpdf.php, variable TCPDF::$n_js
          javascript counter
      -
      $n_ocg_print
      -
      in file tcpdf.php, variable TCPDF::$n_ocg_print
          Print visibility.
      -
      $n_ocg_view
      -
      in file tcpdf.php, variable TCPDF::$n_ocg_view
          View visibility.
      -
      N1
      -
      in file qrcode.php, constant N1
          Down point base value for case 1 mask pattern (concatenation of same color in a line or a column)
      -
      N2
      -
      in file qrcode.php, constant N2
          Down point base value for case 2 mask pattern (module block of same color)
      -
      N3
      -
      in file qrcode.php, constant N3
          Down point base value for case 3 mask pattern (1:1:3:1:1(dark:bright:dark:bright:dark)pattern in a line or a column)
      -
      N4
      -
      in file qrcode.php, constant N4
          Down point base value for case 4 mask pattern (ration of dark modules in whole)
      -
      newFrame
      -
      in file qrcode.php, method QRcode::newFrame()
          Set new frame for the specified version.
      -
      newFromBytes
      -
      in file qrcode.php, method QRcode::newFromBytes()
          Return new bitstream from bytes
      -
      newFromNum
      -
      in file qrcode.php, method QRcode::newFromNum()
          Return new bitstream from number
      -
      newInputItem
      -
      in file qrcode.php, method QRcode::newInputItem()
          newInputItem
      -
      -
      - top
      -
      - -
      -

      o

      -
      -
      $objcopy
      -
      in file tcpdf.php, variable TCPDF::$objcopy
          Used to store a cloned copy of the current class object
      -
      $offsets
      -
      in file tcpdf.php, variable TCPDF::$offsets
      -
      $opencell
      -
      in file tcpdf.php, variable TCPDF::$opencell
      -
      $openMarkedContent
      -
      in file tcpdf.php, variable TCPDF::$openMarkedContent
          True if marked-content sequence is open
      -
      $original_lMargin
      -
      in file tcpdf.php, variable TCPDF::$original_lMargin
      -
      $original_rMargin
      -
      in file tcpdf.php, variable TCPDF::$original_rMargin
      -
      $OutlineRoot
      -
      in file tcpdf.php, variable TCPDF::$OutlineRoot
          Outline root for bookmark
      -
      $outlines
      -
      in file tcpdf.php, variable TCPDF::$outlines
          Outlines for bookmark
      -
      $overline
      -
      in file tcpdf.php, variable TCPDF::$overline
      -
      objclone
      -
      in file tcpdf.php, method TCPDF::objclone()
          Creates a copy of a class object
      -
      Open
      -
      in file tcpdf.php, method TCPDF::Open()
          This method begins the generation of the PDF document.
      -
      openHTMLTagHandler
      -
      in file tcpdf.php, method TCPDF::openHTMLTagHandler()
          Process opening tags.
      -
      Output
      -
      in file tcpdf.php, method TCPDF::Output()
          Send the document to a given destination: string, local file or browser.
      -
      -
      - top
      -
      - -
      -

      p

      -
      -
      $page
      -
      in file tcpdf.php, variable TCPDF::$page
      -
      $PageAnnots
      -
      in file tcpdf.php, variable TCPDF::$PageAnnots
      -
      $PageBreakTrigger
      -
      in file tcpdf.php, variable TCPDF::$PageBreakTrigger
      -
      $pagedim
      -
      in file tcpdf.php, variable TCPDF::$pagedim
      -
      $pagegroups
      -
      in file tcpdf.php, variable TCPDF::$pagegroups
          Contains the number of pages of the groups
      -
      $pagelen
      -
      in file tcpdf.php, variable TCPDF::$pagelen
          Array containing page lengths in bytes.
      -
      $PageMode
      -
      in file tcpdf.php, variable TCPDF::$PageMode
          A name object specifying how the document should be displayed when opened.
      -
      $pageopen
      -
      in file tcpdf.php, variable TCPDF::$pageopen
          Store the fage status (true when opened, false when closed).
      -
      $pages
      -
      in file tcpdf.php, variable TCPDF::$pages
      -
      $page_obj_id
      -
      in file tcpdf.php, variable TCPDF::$page_obj_id
          ID of page objects
      -
      $pdfunit
      -
      in file tcpdf.php, variable TCPDF::$pdfunit
      -
      $PDFVersion
      -
      in file tcpdf.php, variable TCPDF::$PDFVersion
      -
      $premode
      -
      in file tcpdf.php, variable TCPDF::$premode
      -
      $print_footer
      -
      in file tcpdf.php, variable TCPDF::$print_footer
      -
      $print_header
      -
      in file tcpdf.php, variable TCPDF::$print_header
      -
      PageNo
      -
      in file tcpdf.php, method TCPDF::PageNo()
          Returns the current page number.
      -
      PageNoFormatted
      -
      in file tcpdf.php, method TCPDF::PageNoFormatted()
          Returns the current page number formatted as a string.
      -
      PDF417
      -
      in file pdf417.php, class PDF417
          Class to create PDF417 barcode arrays for TCPDF class.
      -
      pdf417.php
      -
      procedural page pdf417.php
      -
      PDF417DEFS
      -
      in file pdf417.php, constant PDF417DEFS
          Indicate that definitions for this class are set
      -
      PDF_AUTHOR
      -
      in file tcpdf_config.php, constant PDF_AUTHOR
          document author
      -
      PDF_CREATOR
      -
      in file tcpdf_config.php, constant PDF_CREATOR
          document creator
      -
      PDF_FONT_MONOSPACED
      -
      in file tcpdf_config.php, constant PDF_FONT_MONOSPACED
          default monospaced font name
      -
      PDF_FONT_NAME_DATA
      -
      in file tcpdf_config.php, constant PDF_FONT_NAME_DATA
          default data font name
      -
      PDF_FONT_NAME_MAIN
      -
      in file tcpdf_config.php, constant PDF_FONT_NAME_MAIN
          default main font name
      -
      PDF_FONT_SIZE_DATA
      -
      in file tcpdf_config.php, constant PDF_FONT_SIZE_DATA
          default data font size
      -
      PDF_FONT_SIZE_MAIN
      -
      in file tcpdf_config.php, constant PDF_FONT_SIZE_MAIN
          default main font size
      -
      PDF_HEADER_LOGO
      -
      in file tcpdf_config.php, constant PDF_HEADER_LOGO
          image logo
      -
      PDF_HEADER_LOGO_WIDTH
      -
      in file tcpdf_config.php, constant PDF_HEADER_LOGO_WIDTH
          header logo image width [mm]
      -
      PDF_HEADER_STRING
      -
      in file tcpdf_config.php, constant PDF_HEADER_STRING
          header description string
      -
      PDF_HEADER_TITLE
      -
      in file tcpdf_config.php, constant PDF_HEADER_TITLE
          header title
      -
      PDF_IMAGE_SCALE_RATIO
      -
      in file tcpdf_config.php, constant PDF_IMAGE_SCALE_RATIO
          ratio used to adjust the conversion of pixels to user units
      -
      PDF_MARGIN_BOTTOM
      -
      in file tcpdf_config.php, constant PDF_MARGIN_BOTTOM
          bottom margin
      -
      PDF_MARGIN_FOOTER
      -
      in file tcpdf_config.php, constant PDF_MARGIN_FOOTER
          footer margin
      -
      PDF_MARGIN_HEADER
      -
      in file tcpdf_config.php, constant PDF_MARGIN_HEADER
          header margin
      -
      PDF_MARGIN_LEFT
      -
      in file tcpdf_config.php, constant PDF_MARGIN_LEFT
          left margin
      -
      PDF_MARGIN_RIGHT
      -
      in file tcpdf_config.php, constant PDF_MARGIN_RIGHT
          right margin
      -
      PDF_MARGIN_TOP
      -
      in file tcpdf_config.php, constant PDF_MARGIN_TOP
          top margin
      -
      PDF_PAGE_FORMAT
      -
      in file tcpdf_config.php, constant PDF_PAGE_FORMAT
          page format
      -
      PDF_PAGE_ORIENTATION
      -
      in file tcpdf_config.php, constant PDF_PAGE_ORIENTATION
          page orientation (P=portrait, L=landscape)
      -
      PDF_PRODUCER
      -
      in file tcpdf.php, constant PDF_PRODUCER
          define default PDF document producer
      -
      PDF_UNIT
      -
      in file tcpdf_config.php, constant PDF_UNIT
          document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch]
      -
      PieSector
      -
      in file tcpdf.php, method TCPDF::PieSector()
          Draw the sector of a circle.
      -
      PieSectorXY
      -
      in file tcpdf.php, method TCPDF::PieSectorXY()
          Draw the sector of an ellipse.
      -
      pixelsToUnits
      -
      in file tcpdf.php, method TCPDF::pixelsToUnits()
          Converts pixels to User's Units.
      -
      Polycurve
      -
      in file tcpdf.php, method TCPDF::Polycurve()
          Draws a poly-Bezier curve.
      -
      Polygon
      -
      in file tcpdf.php, method TCPDF::Polygon()
          Draws a polygon.
      -
      PolyLine
      -
      in file tcpdf.php, method TCPDF::PolyLine()
          Draws a polygonal line
      -
      printTemplate
      -
      in file tcpdf.php, method TCPDF::printTemplate()
          Print an XObject Template.
      -
      putAlignmentMarker
      -
      in file qrcode.php, method QRcode::putAlignmentMarker()
          Put an alignment marker.
      -
      putAlignmentPattern
      -
      in file qrcode.php, method QRcode::putAlignmentPattern()
          Put an alignment pattern.
      -
      putFinderPattern
      -
      in file qrcode.php, method QRcode::putFinderPattern()
          Put a finder pattern.
      -
      putHtmlListBullet
      -
      in file tcpdf.php, method TCPDF::putHtmlListBullet()
          Output an HTML list bullet or ordered item symbol
      -
      -
      - top
      -
      - -
      -

      q

      -
      -
      QRCAP_EC
      -
      in file qrcode.php, constant QRCAP_EC
          Matrix index to get error correction level from $capacity array.
      -
      QRCAP_REMINDER
      -
      in file qrcode.php, constant QRCAP_REMINDER
          Matrix index to get remainder from $capacity array.
      -
      QRCAP_WIDTH
      -
      in file qrcode.php, constant QRCAP_WIDTH
          Matrix index to get width from $capacity array.
      -
      QRCAP_WORDS
      -
      in file qrcode.php, constant QRCAP_WORDS
          Matrix index to get number of words from $capacity array.
      -
      QRcode
      -
      in file qrcode.php, class QRcode
          Class to create QR-code arrays for TCPDF class.
      -
      qrcode.php
      -
      procedural page qrcode.php
      -
      QRCODEDEFS
      -
      in file qrcode.php, constant QRCODEDEFS
          Indicate that definitions for this class are set
      -
      QRSPEC_VERSION_MAX
      -
      in file qrcode.php, constant QRSPEC_VERSION_MAX
          Maximum QR Code version.
      -
      QRSPEC_WIDTH_MAX
      -
      in file qrcode.php, constant QRSPEC_WIDTH_MAX
          Maximum matrix size for maximum version (version 40 is 177*177 matrix).
      -
      qrstrset
      -
      in file qrcode.php, method QRcode::qrstrset()
          Replace a value on the array at the specified position
      -
      QR_DEFAULT_MASK
      -
      in file qrcode.php, constant QR_DEFAULT_MASK
          when QR_FIND_BEST_MASK === false
      -
      QR_ECLEVEL_H
      -
      in file qrcode.php, constant QR_ECLEVEL_H
          Error correction level H : About 30% or less errors can be corrected.
      -
      QR_ECLEVEL_L
      -
      in file qrcode.php, constant QR_ECLEVEL_L
          Error correction level L : About 7% or less errors can be corrected.
      -
      QR_ECLEVEL_M
      -
      in file qrcode.php, constant QR_ECLEVEL_M
          Error correction level M : About 15% or less errors can be corrected.
      -
      QR_ECLEVEL_Q
      -
      in file qrcode.php, constant QR_ECLEVEL_Q
          Error correction level Q : About 25% or less errors can be corrected.
      -
      QR_FIND_BEST_MASK
      -
      in file qrcode.php, constant QR_FIND_BEST_MASK
          if true, estimates best mask (spec. default, but extremally slow; set to false to significant performance boost but (propably) worst quality code
      -
      QR_FIND_FROM_RANDOM
      -
      in file qrcode.php, constant QR_FIND_FROM_RANDOM
          if false, checks all masks available, otherwise value tells count of masks need to be checked, mask id are got randomly
      -
      QR_MODE_8B
      -
      in file qrcode.php, constant QR_MODE_8B
          Encoding mode 8bit byte data. In theory, 2953 characters or less can be stored in a QRcode.
      -
      QR_MODE_AN
      -
      in file qrcode.php, constant QR_MODE_AN
          Encoding mode alphanumeric (0-9A-Z $%*+-./:) 45characters. 2 characters are encoded to 11bit length. In theory, 4296 characters or less can be stored in a QRcode.
      -
      QR_MODE_KJ
      -
      in file qrcode.php, constant QR_MODE_KJ
          Encoding mode KANJI. A KANJI character (multibyte character) is encoded to 13bit length. In theory, 1817 characters or less can be stored in a QRcode.
      -
      QR_MODE_NL
      -
      in file qrcode.php, constant QR_MODE_NL
          Encoding mode
      -
      QR_MODE_NM
      -
      in file qrcode.php, constant QR_MODE_NM
          Encoding mode numeric (0-9). 3 characters are encoded to 10bit length. In theory, 7089 characters or less can be stored in a QRcode.
      -
      QR_MODE_ST
      -
      in file qrcode.php, constant QR_MODE_ST
          Encoding mode STRUCTURED (currently unsupported)
      -
      QUIETH
      -
      in file pdf417.php, constant QUIETH
          Horizontal quiet zone in modules
      -
      QUIETV
      -
      in file pdf417.php, constant QUIETV
          Vertical quiet zone in modules
      -
      -
      - top
      -
      - -
      -

      r

      -
      -
      $radiobutton_groups
      -
      in file tcpdf.php, variable TCPDF::$radiobutton_groups
          List of radio buttons parent objects.
      -
      $radio_groups
      -
      in file tcpdf.php, variable TCPDF::$radio_groups
          List of radio group objects IDs
      -
      $rasterize_vector_images
      -
      in file tcpdf.php, variable TCPDF::$rasterize_vector_images
      -
      $re_space
      -
      in file tcpdf.php, variable TCPDF::$re_space
          Array of parts $re_spaces
      -
      $re_spaces
      -
      in file tcpdf.php, variable TCPDF::$re_spaces
          Regular expression used to find blank characters used for word-wrapping.
      -
      $rMargin
      -
      in file tcpdf.php, variable TCPDF::$rMargin
      -
      $rsblocks
      -
      in file qrcode.php, variable QRcode::$rsblocks
      -
      $rsfactors
      -
      in file pdf417.php, variable PDF417::$rsfactors
      -
      $rsitems
      -
      in file qrcode.php, variable QRcode::$rsitems
      -
      $rtl
      -
      in file tcpdf.php, variable TCPDF::$rtl
      -
      $runLength
      -
      in file qrcode.php, variable QRcode::$runLength
      -
      RadialGradient
      -
      in file tcpdf.php, method TCPDF::RadialGradient()
          Paints a radial colour gradient.
      -
      RadioButton
      -
      in file tcpdf.php, method TCPDF::RadioButton()
          Creates a RadioButton field
      -
      readDiskCache
      -
      in file tcpdf.php, method TCPDF::readDiskCache()
          Read data from a temporary file on filesystem.
      -
      Rect
      -
      in file tcpdf.php, method TCPDF::Rect()
          Draws a rectangle.
      -
      registrationMark
      -
      in file tcpdf.php, method TCPDF::registrationMark()
          Paints a registration mark
      -
      RegularPolygon
      -
      in file tcpdf.php, method TCPDF::RegularPolygon()
          Draws a regular polygon.
      -
      removeSHY
      -
      in file tcpdf.php, method TCPDF::removeSHY()
          Removes SHY characters from text.
      -
      replaceBuffer
      -
      in file tcpdf.php, method TCPDF::replaceBuffer()
          Replace the buffer content
      -
      revstrpos
      -
      in file tcpdf.php, method TCPDF::revstrpos()
          Find position of last occurrence of a substring in a string
      -
      rfread
      -
      in file tcpdf.php, method TCPDF::rfread()
          Binary-safe and URL-safe file read.
      -
      rollbackTransaction
      -
      in file tcpdf.php, method TCPDF::rollbackTransaction()
          This method allows to undo the latest transaction by returning the latest saved TCPDF object with startTransaction().
      -
      Rotate
      -
      in file tcpdf.php, method TCPDF::Rotate()
          Rotate object.
      -
      RoundedRect
      -
      in file tcpdf.php, method TCPDF::RoundedRect()
          Draws a rounded rectangle.
      -
      RoundedRectXY
      -
      in file tcpdf.php, method TCPDF::RoundedRectXY()
          Draws a rounded rectangle.
      -
      ROWHEIGHT
      -
      in file pdf417.php, constant ROWHEIGHT
          Row height respect X dimension of single module
      -
      rsBlockNum
      -
      in file qrcode.php, method QRcode::rsBlockNum()
          Return block number 0
      -
      rsBlockNum1
      -
      in file qrcode.php, method QRcode::rsBlockNum1()
          Return block number 1
      -
      rsBlockNum2
      -
      in file qrcode.php, method QRcode::rsBlockNum2()
          Return block number 2
      -
      rsDataCodes1
      -
      in file qrcode.php, method QRcode::rsDataCodes1()
          Return data codes 1
      -
      rsDataCodes2
      -
      in file qrcode.php, method QRcode::rsDataCodes2()
          Return data codes 2
      -
      rsDataLength
      -
      in file qrcode.php, method QRcode::rsDataLength()
          Return data length
      -
      rsEccCodes1
      -
      in file qrcode.php, method QRcode::rsEccCodes1()
          Return ecc codes 1
      -
      rsEccCodes2
      -
      in file qrcode.php, method QRcode::rsEccCodes2()
          Return ecc codes 2
      -
      rsEccLength
      -
      in file qrcode.php, method QRcode::rsEccLength()
          Return ecc length
      -
      -
      - top
      -
      - -
      -

      s

      -
      -
      $sign
      -
      in file tcpdf.php, variable TCPDF::$sign
          If true enables document signing
      -
      $signature_appearance
      -
      in file tcpdf.php, variable TCPDF::$signature_appearance
          data for signature appearance
      -
      $signature_data
      -
      in file tcpdf.php, variable TCPDF::$signature_data
          Signature data
      -
      $signature_max_length
      -
      in file tcpdf.php, variable TCPDF::$signature_max_length
          Signature max length
      -
      $sig_annot_ref
      -
      in file tcpdf.php, variable TCPDF::$sig_annot_ref
          Placemark used during signature process.
      -
      $sig_obj_id
      -
      in file tcpdf.php, variable TCPDF::$sig_obj_id
          Signature object ID
      -
      $spot_colors
      -
      in file tcpdf.php, variable TCPDF::$spot_colors
          Array of Spot colors
      -
      $start_pattern
      -
      in file pdf417.php, variable PDF417::$start_pattern
      -
      $start_transaction_page
      -
      in file tcpdf.php, variable TCPDF::$start_transaction_page
          Store page number when startTransaction() is called.
      -
      $start_transaction_y
      -
      in file tcpdf.php, variable TCPDF::$start_transaction_y
          Store Y position when startTransaction() is called.
      -
      $state
      -
      in file tcpdf.php, variable TCPDF::$state
      -
      $stop_pattern
      -
      in file pdf417.php, variable PDF417::$stop_pattern
      -
      $strokecolor
      -
      in file tcpdf.php, variable TCPDF::$strokecolor
      -
      $structured
      -
      in file qrcode.php, variable QRcode::$structured
      -
      $subject
      -
      in file tcpdf.php, variable TCPDF::$subject
      -
      $svgclipid
      -
      in file tcpdf.php, variable TCPDF::$svgclipid
      -
      $svgclipmode
      -
      in file tcpdf.php, variable TCPDF::$svgclipmode
      -
      $svgclippaths
      -
      in file tcpdf.php, variable TCPDF::$svgclippaths
      -
      $svgcliptm
      -
      in file tcpdf.php, variable TCPDF::$svgcliptm
      -
      $svgdefs
      -
      in file tcpdf.php, variable TCPDF::$svgdefs
      -
      $svgdefsmode
      -
      in file tcpdf.php, variable TCPDF::$svgdefsmode
      -
      $svgdir
      -
      in file tcpdf.php, variable TCPDF::$svgdir
      -
      $svggradientid
      -
      in file tcpdf.php, variable TCPDF::$svggradientid
      -
      $svggradients
      -
      in file tcpdf.php, variable TCPDF::$svggradients
      -
      $svginheritprop
      -
      in file tcpdf.php, variable TCPDF::$svginheritprop
      -
      $svgstyles
      -
      in file tcpdf.php, variable TCPDF::$svgstyles
      -
      $svgtext
      -
      in file tcpdf.php, variable TCPDF::$svgtext
      -
      $svgtextmode
      -
      in file tcpdf.php, variable TCPDF::$svgtextmode
      -
      $svgunit
      -
      in file tcpdf.php, variable TCPDF::$svgunit
      -
      Scale
      -
      in file tcpdf.php, method TCPDF::Scale()
          Vertical and horizontal non-proportional Scaling.
      -
      ScaleX
      -
      in file tcpdf.php, method TCPDF::ScaleX()
          Horizontal Scaling.
      -
      ScaleXY
      -
      in file tcpdf.php, method TCPDF::ScaleXY()
          Vertical and horizontal proportional Scaling.
      -
      ScaleY
      -
      in file tcpdf.php, method TCPDF::ScaleY()
          Vertical Scaling.
      -
      segSVGContentHandler
      -
      in file tcpdf.php, method TCPDF::segSVGContentHandler()
          Sets the character data handler function for the XML parser.
      -
      selectColumn
      -
      in file tcpdf.php, method TCPDF::selectColumn()
          Set position at a given column
      -
      serializeTCPDFtagParameters
      -
      in file tcpdf.php, method TCPDF::serializeTCPDFtagParameters()
          Serialize an array of parameters to be used with TCPDF tag in HTML code.
      -
      setAlpha
      -
      in file tcpdf.php, method TCPDF::setAlpha()
          Set alpha for stroking (CA) and non-stroking (ca) operations.
      -
      SetAuthor
      -
      in file tcpdf.php, method TCPDF::SetAuthor()
          Defines the author of the document.
      -
      SetAutoPageBreak
      -
      in file tcpdf.php, method TCPDF::SetAutoPageBreak()
          Enables or disables the automatic page breaking mode. When enabling, the second parameter is the distance from the bottom of the page that defines the triggering limit. By default, the mode is on and the margin is 2 cm.
      -
      setBarcode
      -
      in file barcodes.php, method TCPDFBarcode::setBarcode()
          Set the barcode.
      -
      setBarcode
      -
      in file tcpdf.php, method TCPDF::setBarcode()
          Set document barcode.
      -
      setBarcode
      -
      in file 2dbarcodes.php, method TCPDF2DBarcode::setBarcode()
          Set the barcode.
      -
      SetBooklet
      -
      in file tcpdf.php, method TCPDF::SetBooklet()
          Set the booklet mode for double-sided pages.
      -
      setBuffer
      -
      in file tcpdf.php, method TCPDF::setBuffer()
          Set buffer content (always append data).
      -
      setCellHeightRatio
      -
      in file tcpdf.php, method TCPDF::setCellHeightRatio()
          Set the height of the cell (line height) respect the font height.
      -
      SetCellPadding
      -
      in file tcpdf.php, method TCPDF::SetCellPadding()
          Set the internal Cell padding.
      -
      setColumnsArray
      -
      in file tcpdf.php, method TCPDF::setColumnsArray()
          Set columns array.
      -
      SetCompression
      -
      in file tcpdf.php, method TCPDF::SetCompression()
          Activates or deactivates page compression. When activated, the internal representation of each page is compressed, which leads to a compression ratio of about 2 for the resulting document. Compression is on by default.
      -
      setContentMark
      -
      in file tcpdf.php, method TCPDF::setContentMark()
          Set start-writing mark on selected page.
      -
      SetCreator
      -
      in file tcpdf.php, method TCPDF::SetCreator()
          Defines the creator of the document. This is typically the name of the application that generates the PDF.
      -
      SetDefaultMonospacedFont
      -
      in file tcpdf.php, method TCPDF::SetDefaultMonospacedFont()
          Defines the default monospaced font.
      -
      setDefaultTableColumns
      -
      in file tcpdf.php, method TCPDF::setDefaultTableColumns()
          Set the default number of columns in a row for HTML tables.
      -
      SetDisplayMode
      -
      in file tcpdf.php, method TCPDF::SetDisplayMode()
          Defines the way the document is to be displayed by the viewer.
      -
      SetDrawColor
      -
      in file tcpdf.php, method TCPDF::SetDrawColor()
          Defines the color used for all drawing operations (lines, rectangles and cell borders). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
      -
      SetDrawColorArray
      -
      in file tcpdf.php, method TCPDF::SetDrawColorArray()
          Defines the color used for all drawing operations (lines, rectangles and cell borders).
      -
      SetDrawSpotColor
      -
      in file tcpdf.php, method TCPDF::SetDrawSpotColor()
          Defines the spot color used for all drawing operations (lines, rectangles and cell borders).
      -
      setEqualColumns
      -
      in file tcpdf.php, method TCPDF::setEqualColumns()
          Set multiple columns of the same size
      -
      setExtGState
      -
      in file tcpdf.php, method TCPDF::setExtGState()
          Add an extgstate
      -
      SetFillColor
      -
      in file tcpdf.php, method TCPDF::SetFillColor()
          Defines the color used for all filling operations (filled rectangles and cell backgrounds). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
      -
      SetFillColorArray
      -
      in file tcpdf.php, method TCPDF::SetFillColorArray()
          Defines the color used for all filling operations (filled rectangles and cell backgrounds).
      -
      SetFillSpotColor
      -
      in file tcpdf.php, method TCPDF::SetFillSpotColor()
          Defines the spot color used for all filling operations (filled rectangles and cell backgrounds).
      -
      SetFont
      -
      in file tcpdf.php, method TCPDF::SetFont()
          Sets the font used to print character strings.
      -
      setFontBuffer
      -
      in file tcpdf.php, method TCPDF::setFontBuffer()
          Set font buffer content.
      -
      SetFontSize
      -
      in file tcpdf.php, method TCPDF::SetFontSize()
          Defines the size of the current font.
      -
      setFontSubBuffer
      -
      in file tcpdf.php, method TCPDF::setFontSubBuffer()
          Set font buffer content.
      -
      setFontSubsetting
      -
      in file tcpdf.php, method TCPDF::setFontSubsetting()
          Enable or disable default option for font subsetting.
      -
      setFooter
      -
      in file tcpdf.php, method TCPDF::setFooter()
          This method is used to render the page footer.
      -
      setFooterFont
      -
      in file tcpdf.php, method TCPDF::setFooterFont()
          Set footer font.
      -
      setFooterMargin
      -
      in file tcpdf.php, method TCPDF::setFooterMargin()
          Set footer margin.
      -
      setFormDefaultProp
      -
      in file tcpdf.php, method TCPDF::setFormDefaultProp()
          Set default properties for form fields.
      -
      setFrameAt
      -
      in file qrcode.php, method QRcode::setFrameAt()
          Set frame value at specified position
      -
      setGraphicVars
      -
      in file tcpdf.php, method TCPDF::setGraphicVars()
          Set graphic variables.
      -
      setHeader
      -
      in file tcpdf.php, method TCPDF::setHeader()
          This method is used to render the page header.
      -
      setHeaderData
      -
      in file tcpdf.php, method TCPDF::setHeaderData()
          Set header data.
      -
      setHeaderFont
      -
      in file tcpdf.php, method TCPDF::setHeaderFont()
          Set header font.
      -
      setHeaderMargin
      -
      in file tcpdf.php, method TCPDF::setHeaderMargin()
          Set header margin.
      -
      setHtmlLinksStyle
      -
      in file tcpdf.php, method TCPDF::setHtmlLinksStyle()
          Set the color and font style for HTML links.
      -
      setHtmlVSpace
      -
      in file tcpdf.php, method TCPDF::setHtmlVSpace()
          Set the vertical spaces for HTML tags.
      -
      setImageBuffer
      -
      in file tcpdf.php, method TCPDF::setImageBuffer()
          Set image buffer content.
      -
      setImageScale
      -
      in file tcpdf.php, method TCPDF::setImageScale()
          Set the adjusting factor to convert pixels to user units.
      -
      setImageSubBuffer
      -
      in file tcpdf.php, method TCPDF::setImageSubBuffer()
          Set image buffer content for a specified sub-key.
      -
      setJPEGQuality
      -
      in file tcpdf.php, method TCPDF::setJPEGQuality()
          Set the default JPEG compression quality (1-100)
      -
      SetKeywords
      -
      in file tcpdf.php, method TCPDF::SetKeywords()
          Associates keywords with the document, generally in the form 'keyword1 keyword2 ...'.
      -
      setLanguageArray
      -
      in file tcpdf.php, method TCPDF::setLanguageArray()
          Set language array.
      -
      setLastH
      -
      in file tcpdf.php, method TCPDF::setLastH()
          Set the last cell height.
      -
      SetLeftMargin
      -
      in file tcpdf.php, method TCPDF::SetLeftMargin()
          Defines the left margin. The method can be called before creating the first page. If the current abscissa gets out of page, it is brought back to the margin.
      -
      SetLineStyle
      -
      in file tcpdf.php, method TCPDF::SetLineStyle()
          Set line style.
      -
      SetLineWidth
      -
      in file tcpdf.php, method TCPDF::SetLineWidth()
          Defines the line width. By default, the value equals 0.2 mm. The method can be called before the first page is created and the value is retained from page to page.
      -
      SetLink
      -
      in file tcpdf.php, method TCPDF::SetLink()
          Defines the page and position a link points to.
      -
      setListIndentWidth
      -
      in file tcpdf.php, method TCPDF::setListIndentWidth()
          Set custom width for list indentation.
      -
      setLIsymbol
      -
      in file tcpdf.php, method TCPDF::setLIsymbol()
          Set the default bullet to be used as LI bullet symbol
      -
      SetMargins
      -
      in file tcpdf.php, method TCPDF::SetMargins()
          Defines the left, top and right margins.
      -
      setOpenCell
      -
      in file tcpdf.php, method TCPDF::setOpenCell()
          Set the top/bottom cell sides to be open or closed when the cell cross the page.
      -
      setPage
      -
      in file tcpdf.php, method TCPDF::setPage()
          Move pointer at the specified document page and update page dimensions.
      -
      setPageBoxes
      -
      in file tcpdf.php, method TCPDF::setPageBoxes()
          Set page boundaries.
      -
      setPageBuffer
      -
      in file tcpdf.php, method TCPDF::setPageBuffer()
          Set page buffer content.
      -
      setPageFormat
      -
      in file tcpdf.php, method TCPDF::setPageFormat()
          Change the format of the current page
      -
      setPageMark
      -
      in file tcpdf.php, method TCPDF::setPageMark()
          Set start-writing mark on current page stream used to put borders and fills.
      -
      setPageOrientation
      -
      in file tcpdf.php, method TCPDF::setPageOrientation()
          Set page orientation.
      -
      setPageUnit
      -
      in file tcpdf.php, method TCPDF::setPageUnit()
          Set the units of measure for the document.
      -
      setPDFVersion
      -
      in file tcpdf.php, method TCPDF::setPDFVersion()
          Set the PDF version (check PDF reference for valid values).
      -
      setPrintFooter
      -
      in file tcpdf.php, method TCPDF::setPrintFooter()
          Set a flag to print page footer.
      -
      setPrintHeader
      -
      in file tcpdf.php, method TCPDF::setPrintHeader()
          Set a flag to print page header.
      -
      SetProtection
      -
      in file tcpdf.php, method TCPDF::SetProtection()
          Set document protection Remark: the protection against modification is for people who have the full Acrobat product.
      -
      setRasterizeVectorImages
      -
      in file tcpdf.php, method TCPDF::setRasterizeVectorImages()
          Enable/disable rasterization of vector images using ImageMagick library.
      -
      SetRightMargin
      -
      in file tcpdf.php, method TCPDF::SetRightMargin()
          Defines the right margin. The method can be called before creating the first page.
      -
      setRTL
      -
      in file tcpdf.php, method TCPDF::setRTL()
          Enable or disable Right-To-Left language mode
      -
      setSignature
      -
      in file tcpdf.php, method TCPDF::setSignature()
          Enable document signature (requires the OpenSSL Library).
      -
      setSignatureAppearance
      -
      in file tcpdf.php, method TCPDF::setSignatureAppearance()
          Set the digital signature appearance (a cliccable rectangle area to get signature properties)
      -
      setSpacesRE
      -
      in file tcpdf.php, method TCPDF::setSpacesRE()
          Set regular expression to detect withespaces or word separators.
      -
      SetSubject
      -
      in file tcpdf.php, method TCPDF::SetSubject()
          Defines the subject of the document.
      -
      setSVGStyles
      -
      in file tcpdf.php, method TCPDF::setSVGStyles()
          Apply the requested SVG styles (*** TO BE COMPLETED ***)
      -
      setTableHeader
      -
      in file tcpdf.php, method TCPDF::setTableHeader()
          This method is used to render the table header on new page (if any).
      -
      setTempRTL
      -
      in file tcpdf.php, method TCPDF::setTempRTL()
          Force temporary RTL language direction
      -
      SetTextColor
      -
      in file tcpdf.php, method TCPDF::SetTextColor()
          Defines the color used for text. It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
      -
      SetTextColorArray
      -
      in file tcpdf.php, method TCPDF::SetTextColorArray()
          Defines the color used for text. It can be expressed in RGB components or gray scale.
      -
      setTextRenderingMode
      -
      in file tcpdf.php, method TCPDF::setTextRenderingMode()
          Set Text rendering mode.
      -
      SetTextSpotColor
      -
      in file tcpdf.php, method TCPDF::SetTextSpotColor()
          Defines the spot color used for text.
      -
      SetTitle
      -
      in file tcpdf.php, method TCPDF::SetTitle()
          Defines the title of the document.
      -
      SetTopMargin
      -
      in file tcpdf.php, method TCPDF::SetTopMargin()
          Defines the top margin. The method can be called before creating the first page.
      -
      setUserRights
      -
      in file tcpdf.php, method TCPDF::setUserRights()
          Set User's Rights for PDF Reader WARNING: This is experimental and currently do not work.
      -
      setViewerPreferences
      -
      in file tcpdf.php, method TCPDF::setViewerPreferences()
          Set the viewer preferences dictionary controlling the way the document is to be presented on the screen or in print.
      -
      setVisibility
      -
      in file tcpdf.php, method TCPDF::setVisibility()
          Set the visibility of the successive elements.
      -
      SetX
      -
      in file tcpdf.php, method TCPDF::SetX()
          Defines the abscissa of the current position.
      -
      SetXY
      -
      in file tcpdf.php, method TCPDF::SetXY()
          Defines the abscissa and ordinate of the current position.
      -
      SetY
      -
      in file tcpdf.php, method TCPDF::SetY()
          Moves the current abscissa back to the left margin and sets the ordinate.
      -
      set_mqr
      -
      in file tcpdf.php, method TCPDF::set_mqr()
          Sets the current active configuration setting of magic_quotes_runtime (if the set_magic_quotes_runtime function exist)
      -
      Skew
      -
      in file tcpdf.php, method TCPDF::Skew()
          Skew.
      -
      SkewX
      -
      in file tcpdf.php, method TCPDF::SkewX()
          Skew horizontally.
      -
      SkewY
      -
      in file tcpdf.php, method TCPDF::SkewY()
          Skew vertically.
      -
      splitString
      -
      in file qrcode.php, method QRcode::splitString()
          splitString
      -
      StarPolygon
      -
      in file tcpdf.php, method TCPDF::StarPolygon()
          Draws a star polygon
      -
      startPage
      -
      in file tcpdf.php, method TCPDF::startPage()
          Starts a new page to the document. The page must be closed using the endPage() function.
      -
      startPageGroup
      -
      in file tcpdf.php, method TCPDF::startPageGroup()
          Create a new page group.
      -
      startSVGElementHandler
      -
      in file tcpdf.php, method TCPDF::startSVGElementHandler()
          Sets the opening SVG element handler function for the XML parser. (*** TO BE COMPLETED ***)
      -
      startTemplate
      -
      in file tcpdf.php, method TCPDF::startTemplate()
          Start a new XObject Template.
      -
      startTransaction
      -
      in file tcpdf.php, method TCPDF::startTransaction()
          Stores a copy of the current TCPDF object used for undo operation.
      -
      StartTransform
      -
      in file tcpdf.php, method TCPDF::StartTransform()
          Starts a 2D tranformation saving current graphic state.
      -
      StopTransform
      -
      in file tcpdf.php, method TCPDF::StopTransform()
          Stops a 2D tranformation restoring previous graphic state.
      -
      stringLeftTrim
      -
      in file tcpdf.php, method TCPDF::stringLeftTrim()
          Left trim the input string
      -
      stringRightTrim
      -
      in file tcpdf.php, method TCPDF::stringRightTrim()
          Right trim the input string
      -
      stringTrim
      -
      in file tcpdf.php, method TCPDF::stringTrim()
          Trim the input string
      -
      STRUCTURE_HEADER_BITS
      -
      in file qrcode.php, constant STRUCTURE_HEADER_BITS
          Number of header bits for structured mode
      -
      str_split
      -
      in file qrcode.php, function str_split()
          Convert a string to an array (needed for PHP4 compatibility)
      -
      SVGPath
      -
      in file tcpdf.php, method TCPDF::SVGPath()
          Draws an SVG path
      -
      SVGTransform
      -
      in file tcpdf.php, method TCPDF::SVGTransform()
          Apply SVG graphic transformation matrix.
      -
      swapMargins
      -
      in file tcpdf.php, method TCPDF::swapMargins()
          Swap the left and right margins.
      -
      swapPageBoxCoordinates
      -
      in file tcpdf.php, method TCPDF::swapPageBoxCoordinates()
          Swap X and Y coordinates of page boxes (change page boxes orientation).
      -
      -
      - top
      -
      - -
      -

      t

      -
      -
      $tagvspaces
      -
      in file tcpdf.php, variable TCPDF::$tagvspaces
          Array used for custom vertical spaces for HTML tags
      -
      $tempfontsize
      -
      in file tcpdf.php, variable TCPDF::$tempfontsize
      -
      $TextColor
      -
      in file tcpdf.php, variable TCPDF::$TextColor
      -
      $textindent
      -
      in file tcpdf.php, variable TCPDF::$textindent
          Text indentation value (used for text-indent CSS attribute)
      -
      $textlatch
      -
      in file pdf417.php, variable PDF417::$textlatch
      -
      $textrendermode
      -
      in file tcpdf.php, variable TCPDF::$textrendermode
          Text rendering mode: 0 = Fill text; 1 = Stroke text; 2 = Fill, then stroke text; 3 = Neither fill nor stroke text (invisible); 4 = Fill text and add to path for clipping; 5 = Stroke text and add to path for clipping; 6 = Fill, then stroke text and add to path for clipping; 7 = Add text to path for clipping.
      -
      $textstrokewidth
      -
      in file tcpdf.php, variable TCPDF::$textstrokewidth
          Text stroke width in doc units
      -
      $textsubmodes
      -
      in file pdf417.php, variable PDF417::$textsubmodes
      -
      $thead
      -
      in file tcpdf.php, variable TCPDF::$thead
          Table header content to be repeated on each new page
      -
      $theadMargins
      -
      in file tcpdf.php, variable TCPDF::$theadMargins
          Margins used for table header.
      -
      $title
      -
      in file tcpdf.php, variable TCPDF::$title
      -
      $tMargin
      -
      in file tcpdf.php, variable TCPDF::$tMargin
      -
      $tmprtl
      -
      in file tcpdf.php, variable TCPDF::$tmprtl
      -
      $tocpage
      -
      in file tcpdf.php, variable TCPDF::$tocpage
      -
      $transfmatrix
      -
      in file tcpdf.php, variable TCPDF::$transfmatrix
          Array of transformation matrix
      -
      $transfmatrix_key
      -
      in file tcpdf.php, variable TCPDF::$transfmatrix_key
          Current key for transformation matrix
      -
      $transfmrk
      -
      in file tcpdf.php, variable TCPDF::$transfmrk
          Array used to store positions of graphics transformation blocks inside the page buffer.
      -
      tcpdf_config.php
      -
      procedural page tcpdf_config.php
      -
      TCPDF
      -
      in file tcpdf.php, class TCPDF
          This is a PHP class for generating PDF documents without requiring external extensions.
      -
      tcpdf.php
      -
      procedural page tcpdf.php
      -
      TCPDF2DBarcode
      -
      in file 2dbarcodes.php, class TCPDF2DBarcode
          PHP class to creates array representations for 2D barcodes to be used with TCPDF (http://www.tcpdf.org).
      -
      TCPDFBarcode
      -
      in file barcodes.php, class TCPDFBarcode
          PHP class to creates array representations for common 1D barcodes to be used with TCPDF (http://www.tcpdf.org).
      -
      Text
      -
      in file tcpdf.php, method TCPDF::Text()
          Prints a text cell at the specified position.
      -
      TextField
      -
      in file tcpdf.php, method TCPDF::TextField()
          Creates a text field
      -
      toUpper
      -
      in file qrcode.php, method QRcode::toUpper()
          toUpper
      -
      Transform
      -
      in file tcpdf.php, method TCPDF::Transform()
          Apply graphic transformations.
      -
      Translate
      -
      in file tcpdf.php, method TCPDF::Translate()
          Translate graphic object horizontally and vertically.
      -
      TranslateX
      -
      in file tcpdf.php, method TCPDF::TranslateX()
          Translate graphic object horizontally.
      -
      TranslateY
      -
      in file tcpdf.php, method TCPDF::TranslateY()
          Translate graphic object vertically.
      -
      -
      - top
      -
      - -
      -

      u

      -
      -
      $underline
      -
      in file tcpdf.php, variable TCPDF::$underline
      -
      $ur
      -
      in file tcpdf.php, variable TCPDF::$ur
          Array with additional document-wide usage rights for the document.
      -
      unhtmlentities
      -
      in file tcpdf.php, method TCPDF::unhtmlentities()
          Reverse function for htmlentities.
      -
      UniArrSubString
      -
      in file tcpdf.php, method TCPDF::UniArrSubString()
          Extract a slice of the $uniarr array and return it as string.
      -
      unichr
      -
      in file tcpdf.php, method TCPDF::unichr()
          Returns the unicode caracter specified by UTF-8 value
      -
      unicode_data.php
      -
      procedural page unicode_data.php
      -
      UTF8ArrayToUniArray
      -
      in file tcpdf.php, method TCPDF::UTF8ArrayToUniArray()
          Convert an array of UTF8 values to array of unicode characters
      -
      UTF8ArrSubString
      -
      in file tcpdf.php, method TCPDF::UTF8ArrSubString()
          Extract a slice of the $strarr array and return it as string.
      -
      UTF8ArrToLatin1
      -
      in file tcpdf.php, method TCPDF::UTF8ArrToLatin1()
          Converts UTF-8 characters array to array of Latin1 characters
      -
      utf8Bidi
      -
      in file tcpdf.php, method TCPDF::utf8Bidi()
          Reverse the RLT substrings using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).
      -
      utf8StrArrRev
      -
      in file tcpdf.php, method TCPDF::utf8StrArrRev()
          Reverse the RLT substrings array using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).
      -
      UTF8StringToArray
      -
      in file tcpdf.php, method TCPDF::UTF8StringToArray()
          Converts UTF-8 strings to codepoints array.
      -
      utf8StrRev
      -
      in file tcpdf.php, method TCPDF::utf8StrRev()
          Reverse the RLT substrings using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).
      -
      UTF8ToLatin1
      -
      in file tcpdf.php, method TCPDF::UTF8ToLatin1()
          Converts UTF-8 strings to Latin1 when using the standard 14 core fonts.
      -
      UTF8ToUTF16BE
      -
      in file tcpdf.php, method TCPDF::UTF8ToUTF16BE()
          Converts UTF-8 strings to UTF16-BE.
      -
      -
      - top
      -
      - -
      -

      v

      -
      -
      $version
      -
      in file qrcode.php, variable QRcode::$version
      -
      $versionPattern
      -
      in file qrcode.php, variable QRcode::$versionPattern
      -
      $viewer_preferences
      -
      in file tcpdf.php, variable TCPDF::$viewer_preferences
          PDF viewer preferences.
      -
      $visibility
      -
      in file tcpdf.php, variable TCPDF::$visibility
          Restrict the rendering of some elements to screen or printout.
      -
      -
      - top
      -
      - -
      -

      w

      -
      -
      $w
      -
      in file tcpdf.php, variable TCPDF::$w
      -
      $width
      -
      in file qrcode.php, variable QRcode::$width
      -
      $wPt
      -
      in file tcpdf.php, variable TCPDF::$wPt
      -
      Write
      -
      in file tcpdf.php, method TCPDF::Write()
          This method prints text from the current position.
      -
      write1DBarcode
      -
      in file tcpdf.php, method TCPDF::write1DBarcode()
          Print a Linear Barcode.
      -
      write2DBarcode
      -
      in file tcpdf.php, method TCPDF::write2DBarcode()
          Print 2D Barcode.
      -
      writeBarcode
      -
      in file tcpdf.php, method TCPDF::writeBarcode()
          This function is DEPRECATED, please use the new write1DBarcode() function.
      -
      writeDiskCache
      -
      in file tcpdf.php, method TCPDF::writeDiskCache()
          Writes data to a temporary file on filesystem.
      -
      writeFormatInformation
      -
      in file qrcode.php, method QRcode::writeFormatInformation()
          Write Format Information on frame and returns the number of black bits
      -
      writeHTML
      -
      in file tcpdf.php, method TCPDF::writeHTML()
          Allows to preserve some HTML formatting (limited support).
      IMPORTANT: The HTML must be well formatted - try to clean-up it using an application like HTML-Tidy before submitting.
      -
      writeHTMLCell
      -
      in file tcpdf.php, method TCPDF::writeHTMLCell()
          Prints a cell (rectangular area) with optional borders, background color and html text string.
      -
      -
      - top
      -
      - -
      -

      x

      -
      -
      $x
      -
      in file qrcode.php, variable QRcode::$x
      -
      $x
      -
      in file tcpdf.php, variable TCPDF::$x
      -
      $xobjects
      -
      in file tcpdf.php, variable TCPDF::$xobjects
      -
      $xobjid
      -
      in file tcpdf.php, variable TCPDF::$xobjid
      -
      -
      - top
      -
      - -
      -

      y

      -
      -
      $y
      -
      in file tcpdf.php, variable TCPDF::$y
      -
      $y
      -
      in file qrcode.php, variable QRcode::$y
      -
      -
      - top
      -
      - -
      -

      z

      -
      -
      $ZoomMode
      -
      in file tcpdf.php, variable TCPDF::$ZoomMode
      -
      -
      - top
      -
      - -
      -

      2

      -
      -
      2dbarcodes.php
      -
      procedural page 2dbarcodes.php
      -
      -
      - top
      -
      -
      - Documentation generated on Tue, 31 Aug 2010 17:02:47 +0200 by phpDocumentor 1.4.3 -
      -
      -
      - - - \ No newline at end of file diff --git a/htdocs/includes/tcpdf/doc/errors.html b/htdocs/includes/tcpdf/doc/errors.html deleted file mode 100644 index 2d995cbba94..00000000000 --- a/htdocs/includes/tcpdf/doc/errors.html +++ /dev/null @@ -1,46 +0,0 @@ - - -phpDocumentor Parser Errors and Warnings - - - - - - - - - - - - - -
      com-tecnick-tcpdf
      - - - [ class tree: com-tecnick-tcpdf ] - [ index: com-tecnick-tcpdf ] - [ all elements ] -
      - - - - - - -
      -
      - -Post-parsing
      -
      -
      - Documentation generated on Tue, 31 Aug 2010 17:02:54 +0200 by phpDocumentor 1.4.3 -
      -
      -
      - - - \ No newline at end of file diff --git a/htdocs/includes/tcpdf/doc/index.html b/htdocs/includes/tcpdf/doc/index.html deleted file mode 100644 index ce079d09d99..00000000000 --- a/htdocs/includes/tcpdf/doc/index.html +++ /dev/null @@ -1,78 +0,0 @@ - - -TCPDF Documentation - - - - - - - - - - - - - -
      com-tecnick-tcpdf
      - - - [ class tree: com-tecnick-tcpdf ] - [ index: com-tecnick-tcpdf ] - [ all elements ] -
      - - - - - - -
      -
      - -

      TCPDF Documentation

      -Welcome to com-tecnick-tcpdf!
      -
      -This documentation was generated by phpDocumentor v1.4.3
      -
      -
      - Documentation generated on Tue, 31 Aug 2010 17:02:48 +0200 by phpDocumentor 1.4.3 -
      -
      -
      - - - \ No newline at end of file diff --git a/htdocs/includes/tcpdf/doc/li_com-tecnick-tcpdf.html b/htdocs/includes/tcpdf/doc/li_com-tecnick-tcpdf.html deleted file mode 100644 index ce079d09d99..00000000000 --- a/htdocs/includes/tcpdf/doc/li_com-tecnick-tcpdf.html +++ /dev/null @@ -1,78 +0,0 @@ - - -TCPDF Documentation - - - - - - - - - - - - - -
      com-tecnick-tcpdf
      - - - [ class tree: com-tecnick-tcpdf ] - [ index: com-tecnick-tcpdf ] - [ all elements ] -
      - - - - - - -
      -
      - -

      TCPDF Documentation

      -Welcome to com-tecnick-tcpdf!
      -
      -This documentation was generated by phpDocumentor v1.4.3
      -
      -
      - Documentation generated on Tue, 31 Aug 2010 17:02:48 +0200 by phpDocumentor 1.4.3 -
      -
      -
      - - - \ No newline at end of file diff --git a/htdocs/includes/tcpdf/doc/media/background.png b/htdocs/includes/tcpdf/doc/media/background.png deleted file mode 100644 index d6f36f6068d..00000000000 Binary files a/htdocs/includes/tcpdf/doc/media/background.png and /dev/null differ diff --git a/htdocs/includes/tcpdf/doc/media/empty.png b/htdocs/includes/tcpdf/doc/media/empty.png deleted file mode 100644 index a9f29bb161a..00000000000 Binary files a/htdocs/includes/tcpdf/doc/media/empty.png and /dev/null differ diff --git a/htdocs/includes/tcpdf/doc/media/style.css b/htdocs/includes/tcpdf/doc/media/style.css deleted file mode 100644 index bc65d896de9..00000000000 --- a/htdocs/includes/tcpdf/doc/media/style.css +++ /dev/null @@ -1,195 +0,0 @@ -.php { - padding: 1em; -} -.php-src { font-family: 'Courier New', Courier, monospace; font-weight: normal; } - -body -{ - color: #000000; - background-color: #ffffff; - background-image: url("background.png"); - background-repeat: repeat-y; - font-family: tahoma, verdana, arial, sans-serif; - font-size: 10pt; - margin: 0; - padding: 0; -} - -a -{ - color: #000099; - background-color: transparent; - text-decoration: none; -} - -a:hover -{ - text-decoration: underline; -} - -a.menu -{ - color: #ffffff; - background-color: transparent; -} - -td -{ - font-size: 10pt; -} - -td.header_top -{ - color: #ffffff; - background-color: #9999cc; - font-size: 16pt; - font-weight: bold; - text-align: right; - padding: 10px; -} - -td.header_line -{ - color: #ffffff; - background-color: #333366; -} - -td.header_menu -{ - color: #ffffff; - background-color: #666699; - font-size: 8pt; - text-align: right; - padding: 2px; - padding-right: 5px; -} - -td.menu -{ - padding: 2px; - padding-left: 5px; -} - -td.code_border -{ - color: #000000; - background-color: #c0c0c0; -} - -td.code -{ - color: #000000; - background-color: #f0f0f0; -} - -td.type -{ - font-style: italic; -} - -div.credit -{ - font-size: 8pt; - text-align: center; -} - -div.package -{ - padding-left: 5px; -} - -div.tags -{ - padding-left: 15px; -} - -div.function -{ - padding-left: 15px; -} - -div.top -{ - font-size: 8pt; -} - -div.warning -{ - color: #ff0000; - background-color: transparent; -} - -div.description -{ - padding-left: 15px; -} - -hr -{ - height: 1px; - border-style: solid; - border-color: #c0c0c0; - margin-top: 10px; - margin-bottom: 10px; -} - -span.smalllinenumber -{ - font-size: 8pt; -} - -ul { - margin-left: 0px; - padding-left: 8px; -} -/* Syntax highlighting */ - -.src-code { background-color: #f5f5f5; border: 1px solid #ccc9a4; padding: 0 0 0 1em; margin : 0px; - font-family: 'Courier New', Courier, monospace; font-weight: normal; } -.src-line { font-family: 'Courier New', Courier, monospace; font-weight: normal; } - -.src-comm { color: green; } -.src-id { } -.src-inc { color: #0000FF; } -.src-key { color: #0000FF; } -.src-num { color: #CC0000; } -.src-str { color: #66cccc; } -.src-sym { font-weight: bold; } -.src-var { } - -.src-php { font-weight: bold; } - -.src-doc { color: #009999 } -.src-doc-close-template { color: #0000FF } -.src-doc-coretag { color: #0099FF; font-weight: bold } -.src-doc-inlinetag { color: #0099FF } -.src-doc-internal { color: #6699cc } -.src-doc-tag { color: #0080CC } -.src-doc-template { color: #0000FF } -.src-doc-type { font-style: italic } -.src-doc-var { font-style: italic } - -.tute-tag { color: #009999 } -.tute-attribute-name { color: #0000FF } -.tute-attribute-value { color: #0099FF } -.tute-entity { font-weight: bold; } -.tute-comment { font-style: italic } -.tute-inline-tag { color: #636311; font-weight: bold } - -/* tutorial */ - -.authors { } -.author { font-style: italic; font-weight: bold } -.author-blurb { margin: .5em 0em .5em 2em; font-size: 85%; font-weight: normal; font-style: normal } -.example { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; } -.listing { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; white-space: nowrap; } -.release-info { font-size: 85%; font-style: italic; margin: 1em 0em } -.ref-title-box { } -.ref-title { } -.ref-purpose { font-style: italic; color: #666666 } -.ref-synopsis { } -.title { font-weight: bold; margin: 1em 0em 0em 0em; padding: .25em; border: 2px solid #999999; background-color: #9999CC } -.cmd-synopsis { margin: 1em 0em } -.cmd-title { font-weight: bold } -.toc { margin-left: 2em; padding-left: 0em } - diff --git a/htdocs/includes/tcpdf/examples/example_001.php b/htdocs/includes/tcpdf/examples/example_001.php deleted file mode 100644 index 7aa362e8a21..00000000000 --- a/htdocs/includes/tcpdf/examples/example_001.php +++ /dev/null @@ -1,105 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 001'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 001', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set default font subsetting mode -$pdf->setFontSubsetting(true); - -// Set font -// dejavusans is a UTF-8 Unicode font, if you only need to -// print standard ASCII chars, you can use core fonts like -// helvetica or times to reduce file size. -$pdf->SetFont('dejavusans', '', 14, '', true); - -// Add a page -// This method has several options, check the source code documentation for more information. -$pdf->AddPage(); - -// Set some content to print -$html = <<Welcome to  TCPDF ! -This is the first example of TCPDF library. -

      This text is printed using the writeHTMLCell() method but you can also use: Multicell(), writeHTML(), Write(), Cell() and Text().

      -

      Please check the source code documentation and other examples for further information.

      -

      TO IMPROVE AND EXPAND TCPDF I NEED YOUR SUPPORT, PLEASE MAKE A DONATION!

      -EOD; - -// Print text using writeHTMLCell() -$pdf->writeHTMLCell($w=0, $h=0, $x='', $y='', $html, $border=0, $ln=1, $fill=0, $reseth=true, $align='', $autopadding=true); - -// --------------------------------------------------------- - -// Close and output PDF document -// This method has several options, check the source code documentation for more information. -$pdf->Output('example_001.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_002.php b/htdocs/includes/tcpdf/examples/example_002.php deleted file mode 100644 index 242b54d30a7..00000000000 --- a/htdocs/includes/tcpdf/examples/example_002.php +++ /dev/null @@ -1,90 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 002'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// remove default header/footer -$pdf->setPrintHeader(false); -$pdf->setPrintFooter(false); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('times', 'BI', 20); - -// add a page -$pdf->AddPage(); - -// set some text to print -$txt = <<Write($h=0, $txt, $link='', $fill=0, $align='C', $ln=true, $stretch=0, $firstline=false, $firstblock=false, $maxh=0); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_002.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_003.php b/htdocs/includes/tcpdf/examples/example_003.php deleted file mode 100644 index e082d68fc05..00000000000 --- a/htdocs/includes/tcpdf/examples/example_003.php +++ /dev/null @@ -1,121 +0,0 @@ -Image($image_file, 10, 10, 15, '', 'JPG', '', 'T', false, 300, '', false, false, 0, false, false, false); - // Set font - $this->SetFont('helvetica', 'B', 20); - // Title - $this->Cell(0, 15, '<< TCPDF Example 003 >>', 0, false, 'C', 0, '', 0, false, 'M', 'M'); - } - - // Page footer - public function Footer() { - // Position at 15 mm from bottom - $this->SetY(-15); - // Set font - $this->SetFont('helvetica', 'I', 8); - // Page number - $this->Cell(0, 10, 'Page '.$this->getAliasNumPage().'/'.$this->getAliasNbPages(), 0, false, 'C', 0, '', 0, false, 'T', 'M'); - } -} - -// create new PDF document -$pdf = new MYPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false); - -// set document information -$pdf->SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 003'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE, PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('times', 'BI', 12); - -// add a page -$pdf->AddPage(); - -// set some text to print -$txt = <<Write($h=0, $txt, $link='', $fill=0, $align='C', $ln=true, $stretch=0, $firstline=false, $firstblock=false, $maxh=0); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_003.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_004.php b/htdocs/includes/tcpdf/examples/example_004.php deleted file mode 100644 index 6a2e327c159..00000000000 --- a/htdocs/includes/tcpdf/examples/example_004.php +++ /dev/null @@ -1,101 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 004'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 004', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('times', 'B', 12); - -// add a page -$pdf->AddPage(); - -//Cell($w, $h=0, $txt='', $border=0, $ln=0, $align='', $fill=0, $link='', $stretch=0, $ignore_min_height=false, $calign='T', $valign='M') - -// test Cell stretching -$pdf->Cell(0, 10, 'TEST CELL STRETCH: no stretch', 1, 1, 'C', 0, '', 0); -$pdf->Cell(0, 10, 'TEST CELL STRETCH: scaling', 1, 1, 'C', 0, '', 1); -$pdf->Cell(0, 10, 'TEST CELL STRETCH: force scaling', 1, 1, 'C', 0, '', 2); -$pdf->Cell(0, 10, 'TEST CELL STRETCH: spacing', 1, 1, 'C', 0, '', 3); -$pdf->Cell(0, 10, 'TEST CELL STRETCH: force spacing', 1, 1, 'C', 0, '', 4); - -$pdf->Ln(10); - -$pdf->Cell(60, 10, 'TEST CELL STRETCH: scaling', 1, 1, 'C', 0, '', 1); -$pdf->Cell(60, 10, 'TEST CELL STRETCH: force scaling', 1, 1, 'C', 0, '', 2); -$pdf->Cell(60, 10, 'TEST CELL STRETCH: spacing', 1, 1, 'C', 0, '', 3); -$pdf->Cell(60, 10, 'TEST CELL STRETCH: force spacing', 1, 1, 'C', 0, '', 4); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_004.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_005.php b/htdocs/includes/tcpdf/examples/example_005.php deleted file mode 100644 index 6aebe622558..00000000000 --- a/htdocs/includes/tcpdf/examples/example_005.php +++ /dev/null @@ -1,132 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 005'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 005', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('times', '', 10); - -// add a page -$pdf->AddPage(); - -// set color for background -$pdf->SetFillColor(255, 255, 127); - -// MultiCell($w, $h, $txt, $border=0, $align='J', $fill=0, $ln=1, $x='', $y='', $reseth=true, $stretch=0, $ishtml=false, $autopadding=true, $maxh=0) - -// set some text for example -$txt = 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.'; - -// Multicell test -$pdf->MultiCell(55, 5, '[LEFT] '.$txt, 1, 'L', 1, 0, '', '', true); -$pdf->MultiCell(55, 5, '[RIGHT] '.$txt, 1, 'R', 0, 1, '', '', true); -$pdf->MultiCell(55, 5, '[CENTER] '.$txt, 1, 'C', 0, 0, '', '', true); -$pdf->MultiCell(55, 5, '[JUSTIFY] '.$txt."\n", 1, 'J', 1, 2, '' ,'', true); -$pdf->MultiCell(55, 5, '[DEFAULT] '.$txt, 1, '', 0, 1, '', '', true); - -$pdf->Ln(4); - -// set color for background -$pdf->SetFillColor(220, 255, 220); - -// Vertical alignment -$pdf->MultiCell(55, 40, '[VERTICAL ALIGNMENT - TOP] '.$txt, 1, 'J', 1, 0, '', '', true, 0, false, true, 40, 'T'); -$pdf->MultiCell(55, 40, '[VERTICAL ALIGNMENT - MIDDLE] '.$txt, 1, 'J', 1, 0, '', '', true, 0, false, true, 40, 'M'); -$pdf->MultiCell(55, 40, '[VERTICAL ALIGNMENT - BOTTOM] '.$txt, 1, 'J', 1, 1, '', '', true, 0, false, true, 40, 'B'); - -$pdf->Ln(4); - -// set color for background -$pdf->SetFillColor(215, 235, 255); - -// set some text for example -$txt = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed imperdiet lectus. Phasellus quis velit velit, non condimentum quam. Sed neque urna, ultrices ac volutpat vel, laoreet vitae augue. Sed vel velit erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Cras eget velit nulla, eu sagittis elit. Nunc ac arcu est, in lobortis tellus. Praesent condimentum rhoncus sodales. In hac habitasse platea dictumst. Proin porta eros pharetra enim tincidunt dignissim nec vel dolor. Cras sapien elit, ornare ac dignissim eu, ultricies ac eros. Maecenas augue magna, ultrices a congue in, mollis eu nulla. Nunc venenatis massa at est eleifend faucibus. Vivamus sed risus lectus, nec interdum nunc. - -Fusce et felis vitae diam lobortis sollicitudin. Aenean tincidunt accumsan nisi, id vehicula quam laoreet elementum. Phasellus egestas interdum erat, et viverra ipsum ultricies ac. Praesent sagittis augue at augue volutpat eleifend. Cras nec orci neque. Mauris bibendum posuere blandit. Donec feugiat mollis dui sit amet pellentesque. Sed a enim justo. Donec tincidunt, nisl eget elementum aliquam, odio ipsum ultrices quam, eu porttitor ligula urna at lorem. Donec varius, eros et convallis laoreet, ligula tellus consequat felis, ut ornare metus tellus sodales velit. Duis sed diam ante. Ut rutrum malesuada massa, vitae consectetur ipsum rhoncus sed. Suspendisse potenti. Pellentesque a congue massa.'; - -// print a blox of text using multicell() -$pdf->MultiCell(80, 5, $txt."\n", 1, 'J', 1, 1, '' ,'', true); - -// set color for background -$pdf->SetFillColor(255, 235, 235); - -// Fit text on cell by reducing font size -$pdf->MultiCell(55, 60, '[FIT CELL] '.$txt."\n", 1, 'J', 1, 1, 125, 135, true, 0, false, true, 60, 'M', true); - -// move pointer to last page -$pdf->lastPage(); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_005.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_006.php b/htdocs/includes/tcpdf/examples/example_006.php deleted file mode 100644 index 31ab904a888..00000000000 --- a/htdocs/includes/tcpdf/examples/example_006.php +++ /dev/null @@ -1,315 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 006'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 006', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('dejavusans', '', 10); - -// add a page -$pdf->AddPage(); - -// writeHTML($html, $ln=true, $fill=false, $reseth=false, $cell=false, $align='') -// writeHTMLCell($w, $h, $x, $y, $html='', $border=0, $ln=0, $fill=0, $reseth=true, $align='', $autopadding=true) - -// create some HTML content -$html = '

      HTML Example

      -Some special characters: < € € € & è è © > \\slash \\\\double-slash \\\\\\triple-slash -

      List

      -List example: -
        -
      1. test alt attribute test image
      2. -
      3. bold text
      4. -
      5. italic text
      6. -
      7. underlined text
      8. -
      9. bbibiubib
      10. -
      11. link to http://www.tecnick.com
      12. -
      13. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.
        Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.
      14. -
      15. SUBLIST -
          -
        1. row one -
            -
          • sublist
          • -
          -
        2. -
        3. row two
        4. -
        -
      16. -
      17. TEST line through
      18. -
      19. font + 3
      20. -
      21. small text normal small text normal subscript normal superscript normal
      22. -
      -
      -
      Coffee
      -
      Black hot drink
      -
      Milk
      -
      White cold drink
      -
      -
      IMAGES
      -test alt attributetest alt attributetest alt attribute -
      '; - -// output the HTML content -$pdf->writeHTML($html, true, false, true, false, ''); - - -// output some RTL HTML content -$html = '
      The words “מזל [mazel] טוב [tov]” mean “Congratulations!”
      '; -$pdf->writeHTML($html, true, false, true, false, ''); - -// test some inline CSS -$html = '

      This is just an example of html code to demonstrate some supported CSS inline styles. -bold text -line-trough -underline and line-trough -color -background color -bold -xx-small -x-small -small -medium -large -x-large -xx-large -

      '; - -$pdf->writeHTML($html, true, false, true, false, ''); - -// reset pointer to the last page -$pdf->lastPage(); - -// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -// Print a table - -// add a page -$pdf->AddPage(); - -// create some HTML content -$subtable = '
      ab
      cd
      '; - -$html = '

      HTML TABLE:

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      #RIGHT alignLEFT align4A
      1A1 example link column span. One two tree four five six seven eight nine ten.
      line after br
      small text normal subscript normal superscript normal bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla
      1. first
        1. sublist
        2. sublist
      2. second
      small small small small small small small small small small small small small small small small small small small small
      4B
      '.$subtable.'A2 € € € & è è
      A2 € € € & è è
      Red Yellow BG4C
      1A2AA
      2AB
      2AC
      4D
      1B4E
      1C2C3C4F
      '; - -// output the HTML content -$pdf->writeHTML($html, true, false, true, false, ''); - -// Print some HTML Cells - -$html = 'red green blue
      red green blue'; - -$pdf->SetFillColor(255,255,0); - -$pdf->writeHTMLCell(0, 0, '', '', $html, 'LRTB', 1, 0, true, 'L', true); -$pdf->writeHTMLCell(0, 0, '', '', $html, 'LRTB', 1, 1, true, 'C', true); -$pdf->writeHTMLCell(0, 0, '', '', $html, 'LRTB', 1, 0, true, 'R', true); - -// reset pointer to the last page -$pdf->lastPage(); - -// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -// Print a table - -// add a page -$pdf->AddPage(); - -// create some HTML content -$html = '

      Image alignments on HTML table

      - - - - - - - - -
      '; - -// output the HTML content -$pdf->writeHTML($html, true, false, true, false, ''); - -// reset pointer to the last page -$pdf->lastPage(); - -// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -// Print all HTML colors - -// add a page -$pdf->AddPage(); - -require_once('../htmlcolors.php'); - -$textcolors = '

      HTML Text Colors

      '; -$bgcolors = '

      HTML Background Colors

      '; - -foreach($webcolor as $k => $v) { - $textcolors .= ''.$v.' '; - $bgcolors .= ''.$v.' '; -} - -// output the HTML content -$pdf->writeHTML($textcolors, true, false, true, false, ''); -$pdf->writeHTML($bgcolors, true, false, true, false, ''); - -// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -// Test word-wrap - -// create some HTML content -$html = '
      -

      Various tests

      -link to page 2
      -thisisaverylongword thisisanotherverylongword thisisaverylongword thisisanotherverylongword thisisaverylongword thisisaverylongword thisisanotherverylongword thisisaverylongword thisisanotherverylongword thisisaverylongword thisisaverylongword thisisanotherverylongword thisisaverylongword thisisanotherverylongword thisisaverylongword thisisaverylongword thisisanotherverylongword thisisaverylongword thisisanotherverylongword thisisaverylongword thisisaverylongword thisisanotherverylongword thisisaverylongword thisisanotherverylongword thisisaverylongword'; - -// output the HTML content -$pdf->writeHTML($html, true, false, true, false, ''); - -// Test fonts nesting -$html1 = 'Default Courier Helvetica Times dejavusans Times Helvetica Courier Default'; -$html2 = 'small text normal small text normal subscript normal superscript normal'; -$html3 = 'The quick brown fox jumps over the lazy dog.'; - -$html = $html1.'
      '.$html2.'
      '.$html3.'
      '.$html3.'
      '.$html2; - -// output the HTML content -$pdf->writeHTML($html, true, false, true, false, ''); - -// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -// test pre tag - -// add a page -$pdf->AddPage(); - -$html = << -Hello World!
      -Hello - -
      -int main() {
      -    printf("HelloWorld");
      -    return 0;
      -}
      -
      -Monospace font, normal font, monospace font, normal font. -
      -
      DIV LEVEL 1
      DIV LEVEL 2
      DIV LEVEL 1
      -
      -SPAN LEVEL 1 SPAN LEVEL 2 SPAN LEVEL 1 -EOF; - -// output the HTML content -$pdf->writeHTML($html, true, false, true, false, ''); - -// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -// reset pointer to the last page -$pdf->lastPage(); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_006.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_007.php b/htdocs/includes/tcpdf/examples/example_007.php deleted file mode 100644 index b0cc23476bb..00000000000 --- a/htdocs/includes/tcpdf/examples/example_007.php +++ /dev/null @@ -1,116 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 007'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 007', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('times', '', 12); - -// add a page -$pdf->AddPage(); - -// create columns content -$left_column = 'LEFT COLUMN left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column'; - -$right_column = 'RIGHT COLUMN right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column'; - -// writeHTMLCell($w, $h, $x, $y, $html='', $border=0, $ln=0, $fill=0, $reseth=true, $align='', $autopadding=true) - -// get current vertical position -$y = $pdf->getY(); - -// set color for background -$pdf->SetFillColor(255, 255, 200); - -// set color for text -$pdf->SetTextColor(0, 63, 127); - -// write the first column -$pdf->writeHTMLCell(80, '', '', $y, $left_column, 1, 0, 1, true, 'J', true); - -// set color for background -$pdf->SetFillColor(215, 235, 255); - -// set color for text -$pdf->SetTextColor(127, 31, 0); - -// write the second column -$pdf->writeHTMLCell(80, '', '', '', $right_column, 1, 1, 1, true, 'J', true); - -// reset pointer to the last page -$pdf->lastPage(); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_007.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_008.php b/htdocs/includes/tcpdf/examples/example_008.php deleted file mode 100644 index 639de41b1f7..00000000000 --- a/htdocs/includes/tcpdf/examples/example_008.php +++ /dev/null @@ -1,97 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 008'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 008', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('freeserif', '', 12); - -// add a page -$pdf->AddPage(); - -// get esternal file content -$utf8text = file_get_contents('../cache/utf8test.txt', false); - -// set color for text -$pdf->SetTextColor(0, 63, 127); - -//Write($h, $txt, $link='', $fill=0, $align='', $ln=false, $stretch=0, $firstline=false, $firstblock=false, $maxh=0) - -// write the text -$pdf->Write(5, $utf8text, '', 0, '', false, 0, false, false, 0); - - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_008.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_009.php b/htdocs/includes/tcpdf/examples/example_009.php deleted file mode 100644 index 36d122e28d4..00000000000 --- a/htdocs/includes/tcpdf/examples/example_009.php +++ /dev/null @@ -1,90 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 009'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 009', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// add a page -$pdf->AddPage(); - -// set JPEG quality -$pdf->setJPEGQuality(75); - -// Image($file, $x='', $y='', $w=0, $h=0, $type='', $link='', $align='', $resize=false, $dpi=300, $palign='', $ismask=false, $imgmask=false, $border=0, $fitbox=false, $hidden=false, $fitonpage=false) - -// Image example -$pdf->Image('../images/image_demo.jpg', 50, 50, 100, 150, 'JPG', 'http://www.tcpdf.org', '', true, 150, '', false, false, 1, false, false, false); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_009.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_010.php b/htdocs/includes/tcpdf/examples/example_010.php deleted file mode 100644 index b0c2454278d..00000000000 --- a/htdocs/includes/tcpdf/examples/example_010.php +++ /dev/null @@ -1,155 +0,0 @@ -setEqualColumns(); - // add a new page - $this->AddPage(); - // reset margins - $this->selectColumn(); - // print chapter title - $this->ChapterTitle($num, $title); - // set columns - $this->setEqualColumns(3, 57); - // print chapter body - $this->ChapterBody($file, $mode); - } - - /** - * Set chapter title - * @param int $num chapter number - * @param string $title chapter title - * @access public - */ - public function ChapterTitle($num, $title) { - $this->SetFont('helvetica', '', 14); - $this->SetFillColor(200, 220, 255); - $this->Cell(0, 6, 'Chapter '.$num.' : '.$title, 0, 1, '', 1); - $this->Ln(4); - } - - /** - * Print chapter body - * @param string $file name of the file containing the chapter body - * @param boolean $mode if true the chapter body is in HTML, otherwise in simple text. - * @access public - */ - public function ChapterBody($file, $mode=false) { - $this->selectColumn(); - // get esternal file content - $content = file_get_contents($file, false); - // set font - $this->SetFont('times', '', 9); - $this->SetTextColor(50, 50, 50); - // print content - if ($mode) { - // ------ HTML MODE ------ - $this->writeHTML($content, true, false, true, false, 'J'); - } else { - // ------ TEXT MODE ------ - $this->Write(0, $content, '', 0, 'J', true, 0, false, true, 0); - } - $this->Ln(); - } -} // end of extended class - -// --------------------------------------------------------- -// EXAMPLE -// --------------------------------------------------------- -// create new PDF document -$pdf = new MC_TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false); - -// set document information -$pdf->SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 010'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 010', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// print TEXT -$pdf->PrintChapter(1, 'LOREM IPSUM [TEXT]', '../cache/chapter_demo_1.txt', false); - -// print HTML -$pdf->PrintChapter(2, 'LOREM IPSUM [HTML]', '../cache/chapter_demo_2.txt', true); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_010.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_011.php b/htdocs/includes/tcpdf/examples/example_011.php deleted file mode 100644 index 734fca34d39..00000000000 --- a/htdocs/includes/tcpdf/examples/example_011.php +++ /dev/null @@ -1,141 +0,0 @@ -SetFillColor(255, 0, 0); - $this->SetTextColor(255); - $this->SetDrawColor(128, 0, 0); - $this->SetLineWidth(0.3); - $this->SetFont('', 'B'); - // Header - $w = array(40, 35, 40, 45); - $num_headers = count($header); - for($i = 0; $i < $num_headers; ++$i) { - $this->Cell($w[$i], 7, $header[$i], 1, 0, 'C', 1); - } - $this->Ln(); - // Color and font restoration - $this->SetFillColor(224, 235, 255); - $this->SetTextColor(0); - $this->SetFont(''); - // Data - $fill = 0; - foreach($data as $row) { - $this->Cell($w[0], 6, $row[0], 'LR', 0, 'L', $fill); - $this->Cell($w[1], 6, $row[1], 'LR', 0, 'L', $fill); - $this->Cell($w[2], 6, number_format($row[2]), 'LR', 0, 'R', $fill); - $this->Cell($w[3], 6, number_format($row[3]), 'LR', 0, 'R', $fill); - $this->Ln(); - $fill=!$fill; - } - $this->Cell(array_sum($w), 0, '', 'T'); - } -} - -// create new PDF document -$pdf = new MYPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false); - -// set document information -$pdf->SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 011'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 011', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', '', 12); - -// add a page -$pdf->AddPage(); - -//Column titles -$header = array('Country', 'Capital', 'Area (sq km)', 'Pop. (thousands)'); - -//Data loading -$data = $pdf->LoadData('../cache/table_data_demo.txt'); - -// print colored table -$pdf->ColoredTable($header, $data); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_011.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_012.php b/htdocs/includes/tcpdf/examples/example_012.php deleted file mode 100644 index e3edb504c89..00000000000 --- a/htdocs/includes/tcpdf/examples/example_012.php +++ /dev/null @@ -1,208 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 012'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// disable header and footer -$pdf->setPrintHeader(false); -$pdf->setPrintFooter(false); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', '', 10); - -// add a page -$pdf->AddPage(); - -$style = array('width' => 0.5, 'cap' => 'butt', 'join' => 'miter', 'dash' => '10,20,5,10', 'phase' => 10, 'color' => array(255, 0, 0)); -$style2 = array('width' => 0.5, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(255, 0, 0)); -$style3 = array('width' => 1, 'cap' => 'round', 'join' => 'round', 'dash' => '2,10', 'color' => array(255, 0, 0)); -$style4 = array('L' => 0, - 'T' => array('width' => 0.25, 'cap' => 'butt', 'join' => 'miter', 'dash' => '20,10', 'phase' => 10, 'color' => array(100, 100, 255)), - 'R' => array('width' => 0.50, 'cap' => 'round', 'join' => 'miter', 'dash' => 0, 'color' => array(50, 50, 127)), - 'B' => array('width' => 0.75, 'cap' => 'square', 'join' => 'miter', 'dash' => '30,10,5,10')); -$style5 = array('width' => 0.25, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 64, 128)); -$style6 = array('width' => 0.5, 'cap' => 'butt', 'join' => 'miter', 'dash' => '10,10', 'color' => array(0, 128, 0)); -$style7 = array('width' => 0.5, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(255, 128, 0)); - -// Line -$pdf->Text(5, 4, 'Line examples'); -$pdf->Line(5, 10, 80, 30, $style); -$pdf->Line(5, 10, 5, 30, $style2); -$pdf->Line(5, 10, 80, 10, $style3); - -// Rect -$pdf->Text(100, 4, 'Rectangle examples'); -$pdf->Rect(100, 10, 40, 20, 'DF', $style4, array(220, 220, 200)); -$pdf->Rect(145, 10, 40, 20, 'D', array('all' => $style3)); - -// Curve -$pdf->Text(5, 34, 'Curve examples'); -$pdf->Curve(5, 40, 30, 55, 70, 45, 60, 75, null, $style6); -$pdf->Curve(80, 40, 70, 75, 150, 45, 100, 75, 'F', $style6); -$pdf->Curve(140, 40, 150, 55, 180, 45, 200, 75, 'DF', $style6, array(200, 220, 200)); - -// Circle and ellipse -$pdf->Text(5, 79, 'Circle and ellipse examples'); -$pdf->SetLineStyle($style5); -$pdf->Circle(25,105,20); -$pdf->Circle(25,105,10, 90, 180, null, $style6); -$pdf->Circle(25,105,10, 270, 360, 'F'); -$pdf->Circle(25,105,10, 270, 360, 'C', $style6); - -$pdf->SetLineStyle($style5); -$pdf->Ellipse(100,103,40,20); -$pdf->Ellipse(100,105,20,10, 0, 90, 180, null, $style6); -$pdf->Ellipse(100,105,20,10, 0, 270, 360, 'DF', $style6); - -$pdf->SetLineStyle($style5); -$pdf->Ellipse(175,103,30,15,45); -$pdf->Ellipse(175,105,15,7.50, 45, 90, 180, null, $style6); -$pdf->Ellipse(175,105,15,7.50, 45, 270, 360, 'F', $style6, array(220, 200, 200)); - -// Polygon -$pdf->Text(5, 129, 'Polygon examples'); -$pdf->SetLineStyle(array('width' => 0.5, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0))); -$pdf->Polygon(array(5,135,45,135,15,165)); -$pdf->Polygon(array(60,135,80,135,80,155,70,165,50,155), 'DF', array($style6, $style7, $style7, 0, $style6), array(220, 200, 200)); -$pdf->Polygon(array(120,135,140,135,150,155,110,155), 'D', array($style6, 0, $style7, $style6)); -$pdf->Polygon(array(160,135,190,155,170,155,200,160,160,165), 'DF', array('all' => $style6), array(220, 220, 220)); - -// Polygonal Line -$pdf->SetLineStyle(array('width' => 0.5, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 164))); -$pdf->PolyLine(array(80,165,90,160,100,165,110,160,120,165,130,160,140,165), 'D', array(), array()); - -// Regular polygon -$pdf->Text(5, 169, 'Regular polygon examples'); -$pdf->SetLineStyle($style5); -$pdf->RegularPolygon(20, 190, 15, 6, 0, 1, 'F'); -$pdf->RegularPolygon(55, 190, 15, 6); -$pdf->RegularPolygon(55, 190, 10, 6, 45, 0, 'DF', array($style6, 0, $style7, 0, $style7, $style7)); -$pdf->RegularPolygon(90, 190, 15, 3, 0, 1, 'DF', array('all' => $style5), array(200, 220, 200), 'F', array(255, 200, 200)); -$pdf->RegularPolygon(125, 190, 15, 4, 30, 1, null, array('all' => $style5), null, null, $style6); -$pdf->RegularPolygon(160, 190, 15, 10); - -// Star polygon -$pdf->Text(5, 209, 'Star polygon examples'); -$pdf->SetLineStyle($style5); -$pdf->StarPolygon(20, 230, 15, 20, 3, 0, 1, 'F'); -$pdf->StarPolygon(55, 230, 15, 12, 5); -$pdf->StarPolygon(55, 230, 7, 12, 5, 45, 0, 'DF', array('all' => $style7), array(220, 220, 200), 'F', array(255, 200, 200)); -$pdf->StarPolygon(90, 230, 15, 20, 6, 0, 1, 'DF', array('all' => $style5), array(220, 220, 200), 'F', array(255, 200, 200)); -$pdf->StarPolygon(125, 230, 15, 5, 2, 30, 1, null, array('all' => $style5), null, null, $style6); -$pdf->StarPolygon(160, 230, 15, 10, 3); -$pdf->StarPolygon(160, 230, 7, 50, 26); - -// Rounded rectangle -$pdf->Text(5, 249, 'Rounded rectangle examples'); -$pdf->SetLineStyle(array('width' => 0.5, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0))); -$pdf->RoundedRect(5, 255, 40, 30, 3.50, '1111', 'DF'); -$pdf->RoundedRect(50, 255, 40, 30, 6.50, '1000'); -$pdf->RoundedRect(95, 255, 40, 30, 10.0, '1111', null, $style6); -$pdf->RoundedRect(140, 255, 40, 30, 8.0, '0101', 'DF', $style6, array(200, 200, 200)); - -// Arrows -$pdf->Text(185, 249, 'Arrows'); -$pdf->SetLineStyle($style5); -$pdf->SetFillColor(255, 0, 0); -$pdf->Arrow($x0=200, $y0=280, $x1=185, $y1=266, $head_style=0, $arm_size=5, $arm_angle=15); -$pdf->Arrow($x0=200, $y0=280, $x1=190, $y1=263, $head_style=1, $arm_size=5, $arm_angle=15); -$pdf->Arrow($x0=200, $y0=280, $x1=195, $y1=261, $head_style=2, $arm_size=5, $arm_angle=15); -$pdf->Arrow($x0=200, $y0=280, $x1=200, $y1=260, $head_style=3, $arm_size=5, $arm_angle=15); - -// - . - . - . - . - . - . - . - . - . - . - . - . - . - . - - -// ellipse - -// add a page -$pdf->AddPage(); - -$pdf->Cell(0, 0, 'Arc of Ellipse'); - -// center of ellipse -$xc=100; -$yc=100; - -// X Y axis -$pdf->SetDrawColor(200, 200, 200); -$pdf->Line($xc-50, $yc, $xc+50, $yc); -$pdf->Line($xc, $yc-50, $xc, $yc+50); - -// ellipse axis -$pdf->SetDrawColor(200, 220, 255); -$pdf->Line($xc-50, $yc-50, $xc+50, $yc+50); -$pdf->Line($xc-50, $yc+50, $xc+50, $yc-50); - -// ellipse -$pdf->SetDrawColor(200, 255, 200); -$pdf->Ellipse($xc, $yc, $rx=30, $ry=15, $angle=45, $astart=0, $afinish=360, $style='D', $line_style=array(), $fill_color=array(), $nc=2); - -// ellipse arc -$pdf->SetDrawColor(255, 0, 0); -$pdf->Ellipse($xc, $yc, $rx=30, $ry=15, $angle=45, $astart=45, $afinish=90, $style='D', $line_style=array(), $fill_color=array(), $nc=2); - - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_012.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_013.php b/htdocs/includes/tcpdf/examples/example_013.php deleted file mode 100644 index 69dc2da1e71..00000000000 --- a/htdocs/includes/tcpdf/examples/example_013.php +++ /dev/null @@ -1,232 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 013'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 013', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', 'B', 20); - -// add a page -$pdf->AddPage(); - -$pdf->Write(0, 'Graphic Transformations', '', 0, 'C', 1, 0, false, false, 0); - -// set font -$pdf->SetFont('helvetica', '', 10); - -// --- Scaling --------------------------------------------- -$pdf->SetDrawColor(200); -$pdf->SetTextColor(200); -$pdf->Rect(50, 70, 40, 10, 'D'); -$pdf->Text(50, 66, 'Scale'); -$pdf->SetDrawColor(0); -$pdf->SetTextColor(0); -// Start Transformation -$pdf->StartTransform(); -// Scale by 150% centered by (50,80) which is the lower left corner of the rectangle -$pdf->ScaleXY(150, 50, 80); -$pdf->Rect(50, 70, 40, 10, 'D'); -$pdf->Text(50, 66, 'Scale'); -// Stop Transformation -$pdf->StopTransform(); - -// --- Translation ----------------------------------------- -$pdf->SetDrawColor(200); -$pdf->SetTextColor(200); -$pdf->Rect(125, 70, 40, 10, 'D'); -$pdf->Text(125, 66, 'Translate'); -$pdf->SetDrawColor(0); -$pdf->SetTextColor(0); -// Start Transformation -$pdf->StartTransform(); -// Translate 7 to the right, 5 to the bottom -$pdf->Translate(7, 5); -$pdf->Rect(125, 70, 40, 10, 'D'); -$pdf->Text(125, 66, 'Translate'); -// Stop Transformation -$pdf->StopTransform(); - -// --- Rotation -------------------------------------------- -$pdf->SetDrawColor(200); -$pdf->SetTextColor(200); -$pdf->Rect(70, 100, 40, 10, 'D'); -$pdf->Text(70, 96, 'Rotate'); -$pdf->SetDrawColor(0); -$pdf->SetTextColor(0); -// Start Transformation -$pdf->StartTransform(); -// Rotate 20 degrees counter-clockwise centered by (70,110) which is the lower left corner of the rectangle -$pdf->Rotate(20, 70, 110); -$pdf->Rect(70, 100, 40, 10, 'D'); -$pdf->Text(70, 96, 'Rotate'); -// Stop Transformation -$pdf->StopTransform(); - -// --- Skewing --------------------------------------------- -$pdf->SetDrawColor(200); -$pdf->SetTextColor(200); -$pdf->Rect(125, 100, 40, 10, 'D'); -$pdf->Text(125, 96, 'Skew'); -$pdf->SetDrawColor(0); -$pdf->SetTextColor(0); -// Start Transformation -$pdf->StartTransform(); -// skew 30 degrees along the x-axis centered by (125,110) which is the lower left corner of the rectangle -$pdf->SkewX(30, 125, 110); -$pdf->Rect(125, 100, 40, 10, 'D'); -$pdf->Text(125, 96, 'Skew'); -// Stop Transformation -$pdf->StopTransform(); - -// --- Mirroring horizontally ------------------------------ -$pdf->SetDrawColor(200); -$pdf->SetTextColor(200); -$pdf->Rect(70, 130, 40, 10, 'D'); -$pdf->Text(70, 126, 'MirrorH'); -$pdf->SetDrawColor(0); -$pdf->SetTextColor(0); -// Start Transformation -$pdf->StartTransform(); -// mirror horizontally with axis of reflection at x-position 70 (left side of the rectangle) -$pdf->MirrorH(70); -$pdf->Rect(70, 130, 40, 10, 'D'); -$pdf->Text(70, 126, 'MirrorH'); -// Stop Transformation -$pdf->StopTransform(); - -// --- Mirroring vertically -------------------------------- -$pdf->SetDrawColor(200); -$pdf->SetTextColor(200); -$pdf->Rect(125, 130, 40, 10, 'D'); -$pdf->Text(125, 126, 'MirrorV'); -$pdf->SetDrawColor(0); -$pdf->SetTextColor(0); -// Start Transformation -$pdf->StartTransform(); -// mirror vertically with axis of reflection at y-position 140 (bottom side of the rectangle) -$pdf->MirrorV(140); -$pdf->Rect(125, 130, 40, 10, 'D'); -$pdf->Text(125, 126, 'MirrorV'); -// Stop Transformation -$pdf->StopTransform(); - -// --- Point reflection ------------------------------------ -$pdf->SetDrawColor(200); -$pdf->SetTextColor(200); -$pdf->Rect(70, 160, 40, 10, 'D'); -$pdf->Text(70, 156, 'MirrorP'); -$pdf->SetDrawColor(0); -$pdf->SetTextColor(0); -// Start Transformation -$pdf->StartTransform(); -// point reflection at the lower left point of rectangle -$pdf->MirrorP(70,170); -$pdf->Rect(70, 160, 40, 10, 'D'); -$pdf->Text(70, 156, 'MirrorP'); -// Stop Transformation -$pdf->StopTransform(); - -// --- Mirroring against a straigth line described by a point (120, 120) and an angle -20° -$angle=-20; -$px=120; -$py=170; - -// just for visualisation: the straight line to mirror against - -$pdf->SetDrawColor(200); -$pdf->Line($px-1,$py-1,$px+1,$py+1); -$pdf->Line($px-1,$py+1,$px+1,$py-1); -$pdf->StartTransform(); -$pdf->Rotate($angle, $px, $py); -$pdf->Line($px-5, $py, $px+60, $py); -$pdf->StopTransform(); - -$pdf->SetDrawColor(200); -$pdf->SetTextColor(200); -$pdf->Rect(125, 160, 40, 10, 'D'); -$pdf->Text(125, 156, 'MirrorL'); -$pdf->SetDrawColor(0); -$pdf->SetTextColor(0); -//Start Transformation -$pdf->StartTransform(); -//mirror against the straight line -$pdf->MirrorL($angle, $px, $py); -$pdf->Rect(125, 160, 40, 10, 'D'); -$pdf->Text(125, 156, 'MirrorL'); -//Stop Transformation -$pdf->StopTransform(); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_013.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_014.php b/htdocs/includes/tcpdf/examples/example_014.php deleted file mode 100644 index 6ec9e8a1165..00000000000 --- a/htdocs/includes/tcpdf/examples/example_014.php +++ /dev/null @@ -1,193 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 014'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 014', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// IMPORTANT: disable font subsetting to allow users editing the document -$pdf->setFontSubsetting(false); - -// set font -$pdf->SetFont('helvetica', '', 10, '', false); - -// add a page -$pdf->AddPage(); - -/* -It is possible to create text fields, combo boxes, check boxes and buttons. -Fields are created at the current position and are given a name. -This name allows to manipulate them via JavaScript in order to perform some validation for instance. -*/ - -// set default form properties -$pdf->setFormDefaultProp(array('lineWidth'=>1, 'borderStyle'=>'solid', 'fillColor'=>array(255, 255, 200), 'strokeColor'=>array(255, 128, 128))); - -$pdf->SetFont('helvetica', 'BI', 18); -$pdf->Cell(0, 5, 'Example of Form', 0, 1, 'C'); -$pdf->Ln(10); - -$pdf->SetFont('helvetica', '', 12); - -// First name -$pdf->Cell(35, 5, 'First name:'); -$pdf->TextField('firstname', 50, 5); -$pdf->Ln(6); - -// Last name -$pdf->Cell(35, 5, 'Last name:'); -$pdf->TextField('lastname', 50, 5); -$pdf->Ln(6); - -// Gender -$pdf->Cell(35, 5, 'Gender:'); -//$pdf->ComboBox('gender', 10, 5, array('', 'M', 'F')); -$pdf->ComboBox('gender', 30, 5, array(array('', '-'), array('M', 'Male'), array('F', 'Female'))); -$pdf->Ln(6); - -// Drink -$pdf->Cell(35, 5, 'Drink:'); -$pdf->RadioButton('drink', 5, array(), array(), 'Water'); -$pdf->Cell(35, 5, 'Water'); -$pdf->Ln(6); -$pdf->Cell(35, 5, ''); -$pdf->RadioButton('drink', 5, array(), array(), 'Beer', true); -$pdf->Cell(35, 5, 'Beer'); -$pdf->Ln(6); -$pdf->Cell(35, 5, ''); -$pdf->RadioButton('drink', 5, array(), array(), 'Wine'); -$pdf->Cell(35, 5, 'Wine'); -$pdf->Ln(10); - -// Listbox -$pdf->Cell(35, 5, 'List:'); -$pdf->ListBox('listbox', 60, 15, array('', 'item1', 'item2', 'item3', 'item4', 'item5', 'item6', 'item7'), array('multipleSelection'=>'true')); -$pdf->Ln(20); - -// Adress -$pdf->Cell(35, 5, 'Address:'); -$pdf->TextField('address', 60, 18, array('multiline'=>true)); -$pdf->Ln(19); - -// E-mail -$pdf->Cell(35, 5, 'E-mail:'); -$pdf->TextField('email', 50, 5); -$pdf->Ln(6); - -// Newsletter -$pdf->Cell(35, 5, 'Newsletter:'); -$pdf->CheckBox('newsletter', 5, true, array(), array(), 'OK'); -$pdf->Ln(10); - -// Date of the day -$pdf->Cell(35, 5, 'Date:'); -$pdf->TextField('date', 30, 5, array(), array('v'=>date('Y-m-d'), 'dv'=>date('Y-m-d'))); -$pdf->Ln(10); - -$pdf->SetX(50); - -// Button to validate and print -$pdf->Button('print', 30, 10, 'Print', 'Print()', array('lineWidth'=>2, 'borderStyle'=>'beveled', 'fillColor'=>array(128, 196, 255), 'strokeColor'=>array(64, 64, 64))); - -// Reset Button -$pdf->Button('reset', 30, 10, 'Reset', array('S'=>'ResetForm'), array('lineWidth'=>2, 'borderStyle'=>'beveled', 'fillColor'=>array(128, 196, 255), 'strokeColor'=>array(64, 64, 64))); - -// Submit Button -$pdf->Button('submit', 30, 10, 'Submit', array('S'=>'SubmitForm', 'F'=>'http://localhost/printvars.php', 'Flags'=>array('ExportFormat')), array('lineWidth'=>2, 'borderStyle'=>'beveled', 'fillColor'=>array(128, 196, 255), 'strokeColor'=>array(64, 64, 64))); - - -// Form validation functions -$js = <<IncludeJS($js); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_014.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_015.php b/htdocs/includes/tcpdf/examples/example_015.php deleted file mode 100644 index ab112a7fdbc..00000000000 --- a/htdocs/includes/tcpdf/examples/example_015.php +++ /dev/null @@ -1,124 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 015'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 015', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// Bookmark($txt, $level=0, $y=-1, $page='') - -// set font -$pdf->SetFont('times', 'B', 20); - -// add a page -$pdf->AddPage(); - -// set a bookmark for the current position -$pdf->Bookmark('Chapter 1', 0, 0); - -// print a line using Cell() -$pdf->Cell(0, 10, 'Chapter 1', 0, 1, 'L'); - -$pdf->SetFont('times', 'I', 14); -$pdf->Write(0, 'You can set PDF Bookmarks using the Bookmark() method.'); - -$pdf->SetFont('times', 'B', 20); - -// add other pages and bookmarks - -$pdf->AddPage(); -$pdf->Bookmark('Paragraph 1.1', 1, 0); -$pdf->Cell(0, 10, 'Paragraph 1.1', 0, 1, 'L'); - -$pdf->AddPage(); -$pdf->Bookmark('Paragraph 1.2', 1, 0); -$pdf->Cell(0, 10, 'Paragraph 1.2', 0, 1, 'L'); - -$pdf->AddPage(); -$pdf->Bookmark('Sub-Paragraph 1.2.1', 2, 0); -$pdf->Cell(0, 10, 'Sub-Paragraph 1.2.1', 0, 1, 'L'); - -$pdf->AddPage(); -$pdf->Bookmark('Paragraph 1.3', 1, 0); -$pdf->Cell(0, 10, 'Paragraph 1.3', 0, 1, 'L'); - -$pdf->AddPage(); -$pdf->Bookmark('Chapter 2', 0, 0); -$pdf->Cell(0, 10, 'Chapter 2', 0, 1, 'L'); - -$pdf->AddPage(); -$pdf->Bookmark('Chapter 3', 0, 0); -$pdf->Cell(0, 10, 'Chapter 3', 0, 1, 'L'); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_015.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_016.php b/htdocs/includes/tcpdf/examples/example_016.php deleted file mode 100644 index 8b8ea884584..00000000000 --- a/htdocs/includes/tcpdf/examples/example_016.php +++ /dev/null @@ -1,136 +0,0 @@ -SetProtection($permissions=array('print', 'copy'), $user_pass='', $owner_pass=null, $mode=0, $pubkeys=null); - -// Example with public-key -// To open the document you need to install the private key (tcpdf.p12) on the Acrobat Reader. The password is: 1234 -//$pdf->SetProtection($permissions=array('print', 'copy'), $user_pass='', $owner_pass=null, $mode=1, $pubkeys=array(array('c' => 'file://../tcpdf.crt', 'p' => array('print')))); - -// ********************************************************* - - -// set document information -$pdf->SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 016'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 016', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array('helvetica', '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array('helvetica', '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('times', '', 16); - -// add a page -$pdf->AddPage(); - -// set some text to print -$txt = <<Write(0, $txt, '', 0, 'L', true, 0, false, false, 0); - - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_016.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_017.php b/htdocs/includes/tcpdf/examples/example_017.php deleted file mode 100644 index fa33d3f4a7b..00000000000 --- a/htdocs/includes/tcpdf/examples/example_017.php +++ /dev/null @@ -1,120 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 017'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 017', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', '', 20); - -// add a page -$pdf->AddPage(); - -$pdf->Write(0, 'Example of independent Multicell() columns', '', 0, 'L', true, 0, false, false, 0); - -$pdf->Ln(5); - -$pdf->SetFont('times', '', 12); - -// create columns content -// create columns content -$left_column = '[LEFT COLUMN] left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column left column'."\n"; - -$right_column = '[RIGHT COLUMN] right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column right column'."\n"; - -// MultiCell($w, $h, $txt, $border=0, $align='J', $fill=0, $ln=1, $x='', $y='', $reseth=true, $stretch=0, $ishtml=false, $autopadding=true, $maxh=0) - -// set color for background -$pdf->SetFillColor(255, 255, 200); - -// set color for text -$pdf->SetTextColor(0, 63, 127); - -// write the first column -$pdf->MultiCell(80, 0, $left_column, 1, 'J', 1, 0, '', '', true, 0, false, true, 0); - -// set color for background -$pdf->SetFillColor(215, 235, 255); - -// set color for text -$pdf->SetTextColor(127, 31, 0); - -// write the second column -$pdf->MultiCell(80, 0, $right_column, 1, 'J', 1, 1, '', '', true, 0, false, true, 0); - -// reset pointer to the last page -$pdf->lastPage(); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_017.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_018.php b/htdocs/includes/tcpdf/examples/example_018.php deleted file mode 100644 index 3d2707f98b2..00000000000 --- a/htdocs/includes/tcpdf/examples/example_018.php +++ /dev/null @@ -1,135 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 018'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 018', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -// set some language dependent data: -$lg = Array(); -$lg['a_meta_charset'] = 'UTF-8'; -$lg['a_meta_dir'] = 'rtl'; -$lg['a_meta_language'] = 'fa'; -$lg['w_page'] = 'page'; - -//set some language-dependent strings -$pdf->setLanguageArray($lg); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('dejavusans', '', 12); - -// add a page -$pdf->AddPage(); - -// Persian and English content -$htmlpersian = 'Persian example:
      سلام بالاخره مشکل PDF فارسی به طور کامل حل شد. اینم یک نمونش.
      مشکل حرف \"ژ\" در بعضی کلمات مانند کلمه ویژه نیز بر طرف شد.
      نگارش حروف لام و الف پشت سر هم نیز تصحیح شد.
      با تشکر از "Asuni Nicola" و محمد علی گل کار برای پشتیبانی زبان فارسی.'; -$pdf->WriteHTML($htmlpersian, true, 0, true, 0); - -// set LTR direction for english translation -$pdf->setRTL(false); - -$pdf->SetFontSize(10); - -// print newline -$pdf->Ln(); - -// Persian and English content -$htmlpersiantranslation = 'Hi, At last Problem of Persian PDF Solved completely. This is a example for it.
      Problem of "jeh" letter in some word like "ویژه" (=special) fix too.
      The joining of laa and alf letter fix now.
      Special thanks to "Nicola Asuni" and "Mohamad Ali Golkar" for Persian support.
      '; -$pdf->WriteHTML($htmlpersiantranslation, true, 0, true, 0); - -// Restore RTL direction -$pdf->setRTL(true); - -// set font size -$pdf->SetFont('almohanad', '', 18); - -// print newline -$pdf->Ln(); - -// Arabic and English content -$pdf->Cell(0, 12, 'بِسْمِ اللهِ الرَّحْمنِ الرَّحِيمِ',0,1,'C'); -$htmlcontent = 'تمَّ بِحمد الله حلّ مشكلة الكتابة باللغة العربية في ملفات الـPDF مع دعم الكتابة من اليمين إلى اليسار والحركَات .
      تم الحل بواسطة صالح المطرفي و Asuni Nicola . '; -$pdf->WriteHTML($htmlcontent, true, 0, true, 0); - -// set LTR direction for english translation -$pdf->setRTL(false); - -// set font size -$pdf->SetFontSize(18); - -// print newline -$pdf->Ln(); - -// Arabic and English content -$htmlcontent2 = 'This is Arabic "العربية" Example With TCPDF.'; -$pdf->WriteHTML($htmlcontent2, true, 0, true, 0); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_018.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_019.php b/htdocs/includes/tcpdf/examples/example_019.php deleted file mode 100644 index d787bbd1695..00000000000 --- a/htdocs/includes/tcpdf/examples/example_019.php +++ /dev/null @@ -1,106 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 019'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 019', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -// set some language dependent data: -$lg = Array(); -$lg['a_meta_charset'] = 'ISO-8859-1'; -$lg['a_meta_dir'] = 'ltr'; -$lg['a_meta_language'] = 'en'; -$lg['w_page'] = 'page'; - -//set some language-dependent strings -$pdf->setLanguageArray($lg); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', '', 12); - -// add a page -$pdf->AddPage(); - -// set color for background -$pdf->SetFillColor(200, 255, 200); - -$txt = 'An alternative configuration file is used on this example. -Check the definition of the K_TCPDF_EXTERNAL_CONFIG constant on the source code.'; - -// print some text -$pdf->MultiCell(0, 0, $txt."\n", 1, 'J', 1, 1, '', '', true, 0, false, true, 0); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_019.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_020.php b/htdocs/includes/tcpdf/examples/example_020.php deleted file mode 100644 index c383c184623..00000000000 --- a/htdocs/includes/tcpdf/examples/example_020.php +++ /dev/null @@ -1,149 +0,0 @@ -getPage(); - $y_start = $this->GetY(); - - // write the left cell - $this->MultiCell(40, 0, $left, 1, 'R', 1, 2, '', '', true, 0); - - $page_end_1 = $this->getPage(); - $y_end_1 = $this->GetY(); - - $this->setPage($page_start); - - // write the right cell - $this->MultiCell(0, 0, $right, 1, 'J', 0, 1, $this->GetX() ,$y_start, true, 0); - - $page_end_2 = $this->getPage(); - $y_end_2 = $this->GetY(); - - // set the new row position by case - if (max($page_end_1,$page_end_2) == $page_start) { - $ynew = max($y_end_1, $y_end_2); - } elseif ($page_end_1 == $page_end_2) { - $ynew = max($y_end_1, $y_end_2); - } elseif ($page_end_1 > $page_end_2) { - $ynew = $y_end_1; - } else { - $ynew = $y_end_2; - } - - $this->setPage(max($page_end_1,$page_end_2)); - $this->SetXY($this->GetX(),$ynew); - } - -} - -// create new PDF document -$pdf = new MYPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false); - -// set document information -$pdf->SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 020'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 020', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', '', 20); -// add a page -$pdf->AddPage(); - -$pdf->Write(0, 'Example of text layout using Multicell()', '', 0, 'L', true, 0, false, false, 0); - -$pdf->Ln(5); - -$pdf->SetFont('times', '', 9); - -//$pdf->SetCellPadding(0); -//$pdf->SetLineWidth(2); - -// set color for background -$pdf->SetFillColor(255, 255, 200); - -$text = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed imperdiet lectus. Phasellus quis velit velit, non condimentum quam. Sed neque urna, ultrices ac volutpat vel, laoreet vitae augue. Sed vel velit erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Cras eget velit nulla, eu sagittis elit. Nunc ac arcu est, in lobortis tellus. Praesent condimentum rhoncus sodales. In hac habitasse platea dictumst. Proin porta eros pharetra enim tincidunt dignissim nec vel dolor. Cras sapien elit, ornare ac dignissim eu, ultricies ac eros. Maecenas augue magna, ultrices a congue in, mollis eu nulla. Nunc venenatis massa at est eleifend faucibus. Vivamus sed risus lectus, nec interdum nunc. - -Fusce et felis vitae diam lobortis sollicitudin. Aenean tincidunt accumsan nisi, id vehicula quam laoreet elementum. Phasellus egestas interdum erat, et viverra ipsum ultricies ac. Praesent sagittis augue at augue volutpat eleifend. Cras nec orci neque. Mauris bibendum posuere blandit. Donec feugiat mollis dui sit amet pellentesque. Sed a enim justo. Donec tincidunt, nisl eget elementum aliquam, odio ipsum ultrices quam, eu porttitor ligula urna at lorem. Donec varius, eros et convallis laoreet, ligula tellus consequat felis, ut ornare metus tellus sodales velit. Duis sed diam ante. Ut rutrum malesuada massa, vitae consectetur ipsum rhoncus sed. Suspendisse potenti. Pellentesque a congue massa.'; - -// print some rows just as example -for ($i = 0; $i < 10; ++$i) { - $pdf->MultiRow('Row '.($i+1), $text."\n"); -} - -// reset pointer to the last page -$pdf->lastPage(); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_020.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_021.php b/htdocs/includes/tcpdf/examples/example_021.php deleted file mode 100644 index 7d54f4e4a19..00000000000 --- a/htdocs/includes/tcpdf/examples/example_021.php +++ /dev/null @@ -1,94 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 021'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 021', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', '', 9); - -// add a page -$pdf->AddPage(); - -// create some HTML content -$html = '

      Example of HTML text flow

      Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?

      A + B = C    ->    C - B = A    ->    C - A = B ->    A + B = C    ->    C - B = A    ->    C - A = B ->    A + B = C    ->    C - B = A    ->    C - A = B ->    A + B = C    ->    C - B = A    ->    C - A = B    ->    A + B = C    ->    C - B = A    ->    C - A = B ->    A + B = C    ->    C - B = A    ->    C - A = B ->    A + B = C    ->    C - B = A    ->    C - A = B ->    A + B = C    ->    C - B = A    ->    C - A = B

      BoldItalicUnderlined BoldItalicUnderlined BoldItalicUnderlined BoldItalicUnderlined BoldItalicUnderlined BoldItalicUnderlined BoldItalicUnderlined BoldItalicUnderlined BoldItalicUnderlined BoldItalicUnderlined BoldItalicUnderlined BoldItalicUnderlined BoldItalicUnderlined BoldItalicUnderlined BoldItalicUnderlined'; - -// output the HTML content -$pdf->writeHTML($html, true, 0, true, 0); - -// reset pointer to the last page -$pdf->lastPage(); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_021.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_022.php b/htdocs/includes/tcpdf/examples/example_022.php deleted file mode 100644 index 330d666bf1c..00000000000 --- a/htdocs/includes/tcpdf/examples/example_022.php +++ /dev/null @@ -1,149 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 022'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 022', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// check also the following methods: -// SetDrawColorArray() -// SetFillColorArray() -// SetTextColorArray() - -// set font -$pdf->SetFont('helvetica', 'B', 18); - -// add a page -$pdf->AddPage(); - -$pdf->Write(0, 'Example of CMYK, RGB and Grayscale colours', '', 0, 'L', true, 0, false, false, 0); - -// define style for border -$border_style = array('all' => array('width' => 2, 'cap' => 'square', 'join' => 'miter', 'dash' => 0, 'phase' => 0)); - -// --- CMYK ------------------------------------------------ - -$pdf->SetDrawColor(50, 0, 0, 0); -$pdf->SetFillColor(100, 0, 0, 0); -$pdf->SetTextColor(100, 0, 0, 0); -$pdf->Rect(30, 60, 30, 30, 'DF', $border_style); -$pdf->Text(30, 92, 'Cyan'); - -$pdf->SetDrawColor(0, 50, 0, 0); -$pdf->SetFillColor(0, 100, 0, 0); -$pdf->SetTextColor(0, 100, 0, 0); -$pdf->Rect(70, 60, 30, 30, 'DF', $border_style); -$pdf->Text(70, 92, 'Magenta'); - -$pdf->SetDrawColor(0, 0, 50, 0); -$pdf->SetFillColor(0, 0, 100, 0); -$pdf->SetTextColor(0, 0, 100, 0); -$pdf->Rect(110, 60, 30, 30, 'DF', $border_style); -$pdf->Text(110, 92, 'Yellow'); - -$pdf->SetDrawColor(0, 0, 0, 50); -$pdf->SetFillColor(0, 0, 0, 100); -$pdf->SetTextColor(0, 0, 0, 100); -$pdf->Rect(150, 60, 30, 30, 'DF', $border_style); -$pdf->Text(150, 92, 'Black'); - -// --- RGB ------------------------------------------------- - -$pdf->SetDrawColor(255, 127, 127); -$pdf->SetFillColor(255, 0, 0); -$pdf->SetTextColor(255, 0, 0); -$pdf->Rect(30, 110, 30, 30, 'DF', $border_style); -$pdf->Text(30, 142, 'Red'); - -$pdf->SetDrawColor(127, 255, 127); -$pdf->SetFillColor(0, 255, 0); -$pdf->SetTextColor(0, 255, 0); -$pdf->Rect(70, 110, 30, 30, 'DF', $border_style); -$pdf->Text(70, 142, 'Green'); - -$pdf->SetDrawColor(127, 127, 255); -$pdf->SetFillColor(0, 0, 255); -$pdf->SetTextColor(0, 0, 255); -$pdf->Rect(110, 110, 30, 30, 'DF', $border_style); -$pdf->Text(110, 142, 'Blue'); - -// --- GRAY ------------------------------------------------ - -$pdf->SetDrawColor(191); -$pdf->SetFillColor(127); -$pdf->SetTextColor(127); -$pdf->Rect(30, 160, 30, 30, 'DF', $border_style); -$pdf->Text(30, 192, 'Gray'); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_022.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_023.php b/htdocs/includes/tcpdf/examples/example_023.php deleted file mode 100644 index 941d050c5a6..00000000000 --- a/htdocs/includes/tcpdf/examples/example_023.php +++ /dev/null @@ -1,116 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 023'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 023', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('times', 'BI', 14); - -// Start First Page Group -$pdf->startPageGroup(); - -// add a page -$pdf->AddPage(); - -// set some text to print -$txt = <<Write(0, $txt, '', 0, 'L', true, 0, false, false, 0); - -// add second page -$pdf->AddPage(); -$pdf->Cell(0, 10, 'This is the second page of group 1', 0, 1, 'L'); - -// Start Second Page Group -$pdf->startPageGroup(); - -// add some pages -$pdf->AddPage(); -$pdf->Cell(0, 10, 'This is the first page of group 2', 0, 1, 'L'); -$pdf->AddPage(); -$pdf->Cell(0, 10, 'This is the second page of group 2', 0, 1, 'L'); -$pdf->AddPage(); -$pdf->Cell(0, 10, 'This is the third page of group 2', 0, 1, 'L'); -$pdf->AddPage(); -$pdf->Cell(0, 10, 'This is the fourth page of group 2', 0, 1, 'L'); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_023.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_024.php b/htdocs/includes/tcpdf/examples/example_024.php deleted file mode 100644 index 2f383cc7ab8..00000000000 --- a/htdocs/includes/tcpdf/examples/example_024.php +++ /dev/null @@ -1,121 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 024'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 024', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('times', '', 18); - -// add a page -$pdf->AddPage(); - -/* - * setVisibility() allows to restrict the rendering of some - * elements to screen or printout. This can be useful, for - * instance, to put a background image or color that will - * show on screen but won't print. - */ - -$txt = 'You can limit the visibility of PDF objects to screen or printer by using the setVisibility() method. -Check the print preview of this document to display the alternative text.'; - -$pdf->Write(0, $txt, '', 0, '', true, 0, false, false, 0); - -// change font size -$pdf->SetFontSize(40); - -// change text color -$pdf->SetTextColor(0,63,127); - -// set visibility only for screen -$pdf->setVisibility('screen'); - -// write something only for screen -$pdf->Write(0, '[This line is for display]', '', 0, 'C', true, 0, false, false, 0); - -// set visibility only for print -$pdf->setVisibility('print'); - -// change text color -$pdf->SetTextColor(127,0,0); - -// write something only for print -$pdf->Write(0, '[This line is for printout]', '', 0, 'C', true, 0, false, false, 0); - -// restore visibility -$pdf->setVisibility('all'); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_024.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_025.php b/htdocs/includes/tcpdf/examples/example_025.php deleted file mode 100644 index 6bdaf3069cd..00000000000 --- a/htdocs/includes/tcpdf/examples/example_025.php +++ /dev/null @@ -1,121 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 025'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 025', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', '', 12); - -// add a page -$pdf->AddPage(); - -$txt = 'You can set the transparency of PDF objects using the setAlpha() method.'; -$pdf->Write(0, $txt, '', 0, '', true, 0, false, false, 0); - -/* - * setAlpha() gives transparency support. You can set the - * alpha channel from 0 (fully transparent) to 1 (fully - * opaque). It applies to all elements (text, drawings, - * images). - */ - -$pdf->SetLineWidth(2); - -// draw opaque red square -$pdf->SetFillColor(255, 0, 0); -$pdf->SetDrawColor(127, 0, 0); -$pdf->Rect(30, 40, 60, 60, 'DF'); - -// set alpha to semi-transparency -$pdf->SetAlpha(0.5); - -// draw green square -$pdf->SetFillColor(0, 255, 0); -$pdf->SetDrawColor(0, 127, 0); -$pdf->Rect(50, 60, 60, 60, 'DF'); - -// draw blue square -$pdf->SetFillColor(0, 0, 255); -$pdf->SetDrawColor(0, 0, 127); -$pdf->Rect(70, 80, 60, 60, 'DF'); - -// draw jpeg image -$pdf->Image('../images/image_demo.jpg', 90, 100, 60, 60, '', 'http://www.tcpdf.org', '', true, 72); - -// restore full opacity -$pdf->SetAlpha(1); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_025.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_026.php b/htdocs/includes/tcpdf/examples/example_026.php deleted file mode 100644 index efa4cafc34c..00000000000 --- a/htdocs/includes/tcpdf/examples/example_026.php +++ /dev/null @@ -1,148 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 026'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 026', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', '', 22); - -// add a page -$pdf->AddPage(); - -// set color for text stroke -$pdf->SetDrawColor(255,0,0); - - -$pdf->setTextRenderingMode($stroke=0, $fill=true, $clip=false); -$pdf->Write(0, 'Fill text', '', 0, '', true, 0, false, false, 0); - -$pdf->setTextRenderingMode($stroke=0.2, $fill=false, $clip=false); -$pdf->Write(0, 'Stroke text', '', 0, '', true, 0, false, false, 0); - -$pdf->setTextRenderingMode($stroke=0.2, $fill=true, $clip=false); -$pdf->Write(0, 'Fill, then stroke text', '', 0, '', true, 0, false, false, 0); - -$pdf->setTextRenderingMode($stroke=0, $fill=false, $clip=false); -$pdf->Write(0, 'Neither fill nor stroke text (invisible)', '', 0, '', true, 0, false, false, 0); - - -// * * * CLIPPING MODES * * * * * * * * * * * * * * * * * * - -$pdf->StartTransform(); -$pdf->setTextRenderingMode($stroke=0, $fill=true, $clip=true); -$pdf->Write(0, 'Fill text and add to path for clipping', '', 0, '', true, 0, false, false, 0); -$pdf->Image('../images/image_demo.jpg', 15, 65, 170, 10, '', '', '', true, 72); -$pdf->StopTransform(); - -$pdf->StartTransform(); -$pdf->setTextRenderingMode($stroke=0.3, $fill=false, $clip=true); -$pdf->Write(0, 'Stroke text and add to path for clipping', '', 0, '', true, 0, false, false, 0); -$pdf->Image('../images/image_demo.jpg', 15, 75, 170, 10, '', '', '', true, 72); -$pdf->StopTransform(); - -$pdf->StartTransform(); -$pdf->setTextRenderingMode($stroke=0.3, $fill=true, $clip=true); -$pdf->Write(0, 'Fill, then stroke text and add to path for clipping', '', 0, '', true, 0, false, false, 0); -$pdf->Image('../images/image_demo.jpg', 15, 85, 170, 10, '', '', '', true, 72); -$pdf->StopTransform(); - -$pdf->StartTransform(); -$pdf->setTextRenderingMode($stroke=0, $fill=false, $clip=true); -$pdf->Write(0, 'Add text to path for clipping', '', 0, '', true, 0, false, false, 0); -$pdf->Image('../images/image_demo.jpg', 15, 95, 170, 10, '', '', '', true, 72); -$pdf->StopTransform(); - -// reset text rendering mode -$pdf->setTextRenderingMode($stroke=0, $fill=true, $clip=false); - -// * * * HTML MODE * * * * * * * * * * * * * * * * * * * * * - -// The following attributes were added to HTML: -// stroke : stroke width -// strokecolor : stroke color -// fill : true (default) to fill the font, false otherwise - - -// create some HTML content with text rendering modes -$html = 'HTML Fill text
      '; -$html .= 'HTML Stroke text
      '; -$html .= 'HTML Fill, then stroke text
      '; -$html .= 'HTML Neither fill nor stroke text (invisible)
      '; - -// output the HTML content -$pdf->writeHTML($html, true, 0, true, 0); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_026.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_027.php b/htdocs/includes/tcpdf/examples/example_027.php deleted file mode 100644 index 77209129934..00000000000 --- a/htdocs/includes/tcpdf/examples/example_027.php +++ /dev/null @@ -1,403 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 027'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 027', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set a barcode on the page footer -$pdf->setBarcode(date('Y-m-d H:i:s')); - -// set font -$pdf->SetFont('helvetica', '', 10); - -// add a page -$pdf->AddPage(); - -// define barcode style -$style = array( - 'position' => '', - 'align' => 'C', - 'stretch' => false, - 'fitwidth' => true, - 'cellfitalign' => '', - 'border' => true, - 'padding' => 'auto', - 'fgcolor' => array(0,0,0), - 'bgcolor' => false, //array(255,255,255), - 'text' => true, - 'font' => 'helvetica', - 'fontsize' => 8, - 'stretchtext' => 4 -); - -// PRINT VARIOUS 1D BARCODES - -// CODE 39 - ANSI MH10.8M-1983 - USD-3 - 3 of 9. -$pdf->Cell(0, 0, 'CODE 39 - ANSI MH10.8M-1983 - USD-3 - 3 of 9', 0, 1); -$pdf->write1DBarcode('CODE 39', 'C39', '', '', '', 18, 0.4, $style, 'N'); - -$pdf->Ln(); - -// CODE 39 + CHECKSUM -$pdf->Cell(0, 0, 'CODE 39 + CHECKSUM', 0, 1); -$pdf->write1DBarcode('CODE 39 +', 'C39+', '', '', '', 18, 0.4, $style, 'N'); - -$pdf->Ln(); - -// CODE 39 EXTENDED -$pdf->Cell(0, 0, 'CODE 39 EXTENDED', 0, 1); -$pdf->write1DBarcode('CODE 39 E', 'C39E', '', '', '', 18, 0.4, $style, 'N'); - -$pdf->Ln(); - -// CODE 39 EXTENDED + CHECKSUM -$pdf->Cell(0, 0, 'CODE 39 EXTENDED + CHECKSUM', 0, 1); -$pdf->write1DBarcode('CODE 39 E+', 'C39E+', '', '', '', 18, 0.4, $style, 'N'); - -$pdf->Ln(); - -// CODE 93 - USS-93 -$pdf->Cell(0, 0, 'CODE 93 - USS-93', 0, 1); -$pdf->write1DBarcode('TEST93', 'C93', '', '', '', 18, 0.4, $style, 'N'); - -$pdf->Ln(); - -// Standard 2 of 5 -$pdf->Cell(0, 0, 'Standard 2 of 5', 0, 1); -$pdf->write1DBarcode('1234567', 'S25', '', '', '', 18, 0.4, $style, 'N'); - -$pdf->Ln(); - -// Standard 2 of 5 + CHECKSUM -$pdf->Cell(0, 0, 'Standard 2 of 5 + CHECKSUM', 0, 1); -$pdf->write1DBarcode('1234567', 'S25+', '', '', '', 18, 0.4, $style, 'N'); - -$pdf->Ln(); - -// Interleaved 2 of 5 -$pdf->Cell(0, 0, 'Interleaved 2 of 5', 0, 1); -$pdf->write1DBarcode('1234567', 'I25', '', '', '', 18, 0.4, $style, 'N'); - -$pdf->Ln(); - -// Interleaved 2 of 5 + CHECKSUM -$pdf->Cell(0, 0, 'Interleaved 2 of 5 + CHECKSUM', 0, 1); -$pdf->write1DBarcode('1234567', 'I25+', '', '', '', 18, 0.4, $style, 'N'); - - -// add a page ---------- -$pdf->AddPage(); - -// CODE 128 A -$pdf->Cell(0, 0, 'CODE 128 A', 0, 1); -$pdf->write1DBarcode('CODE 128 A', 'C128A', '', '', '', 18, 0.4, $style, 'N'); - -$pdf->Ln(); - -// CODE 128 B -$pdf->Cell(0, 0, 'CODE 128 B', 0, 1); -$pdf->write1DBarcode('CODE 128 B', 'C128B', '', '', '', 18, 0.4, $style, 'N'); - -$pdf->Ln(); - -// CODE 128 C -$pdf->Cell(0, 0, 'CODE 128 C', 0, 1); -$pdf->write1DBarcode('0123456789', 'C128C', '', '', '', 18, 0.4, $style, 'N'); - -$pdf->Ln(); - -// EAN 8 -$pdf->Cell(0, 0, 'EAN 8', 0, 1); -$pdf->write1DBarcode('1234567', 'EAN8', '', '', '', 18, 0.4, $style, 'N'); - -$pdf->Ln(); - -// EAN 13 -$pdf->Cell(0, 0, 'EAN 13', 0, 1); -$pdf->write1DBarcode('1234567890128', 'EAN13', '', '', '', 18, 0.4, $style, 'N'); - -$pdf->Ln(); - -// UPC-A -$pdf->Cell(0, 0, 'UPC-A', 0, 1); -$pdf->write1DBarcode('12345678901', 'UPCA', '', '', '', 18, 0.4, $style, 'N'); - -$pdf->Ln(); - -// UPC-E -$pdf->Cell(0, 0, 'UPC-E', 0, 1); -$pdf->write1DBarcode('04210000526', 'UPCE', '', '', '', 18, 0.4, $style, 'N'); - -$pdf->Ln(); - -// 5-Digits UPC-Based Extention -$pdf->Cell(0, 0, '5-Digits UPC-Based Extention', 0, 1); -$pdf->write1DBarcode('51234', 'EAN5', '', '', '', 18, 0.4, $style, 'N'); - -$pdf->Ln(); - -// 2-Digits UPC-Based Extention -$pdf->Cell(0, 0, '2-Digits UPC-Based Extention', 0, 1); -$pdf->write1DBarcode('34', 'EAN2', '', '', '', 18, 0.4, $style, 'N'); - -// add a page ---------- -$pdf->AddPage(); - -// MSI -$pdf->Cell(0, 0, 'MSI', 0, 1); -$pdf->write1DBarcode('80523', 'MSI', '', '', '', 18, 0.4, $style, 'N'); - -$pdf->Ln(); - -// MSI + CHECKSUM (module 11) -$pdf->Cell(0, 0, 'MSI + CHECKSUM (module 11)', 0, 1); -$pdf->write1DBarcode('80523', 'MSI+', '', '', '', 18, 0.4, $style, 'N'); - -$pdf->Ln(); - -// CODABAR -$pdf->Cell(0, 0, 'CODABAR', 0, 1); -$pdf->write1DBarcode('123456789', 'CODABAR', '', '', '', 18, 0.4, $style, 'N'); - -$pdf->Ln(); - -// CODE 11 -$pdf->Cell(0, 0, 'CODE 11', 0, 1); -$pdf->write1DBarcode('123-456-789', 'CODE11', '', '', '', 18, 0.4, $style, 'N'); - -$pdf->Ln(); - -// PHARMACODE -$pdf->Cell(0, 0, 'PHARMACODE', 0, 1); -$pdf->write1DBarcode('789', 'PHARMA', '', '', '', 18, 0.4, $style, 'N'); - -$pdf->Ln(); - -// PHARMACODE TWO-TRACKS -$pdf->Cell(0, 0, 'PHARMACODE TWO-TRACKS', 0, 1); -$pdf->write1DBarcode('105', 'PHARMA2T', '', '', '', 18, 2, $style, 'N'); - -// add a page ---------- -$pdf->AddPage(); - -// IMB - Intelligent Mail Barcode - Onecode - USPS-B-3200 -$pdf->Cell(0, 0, 'IMB - Intelligent Mail Barcode - Onecode - USPS-B-3200', 0, 1); -$pdf->write1DBarcode('01234567094987654321-01234567891', 'IMB', '', '', '', 15, 0.6, $style, 'N'); - -$pdf->Ln(); - -// POSTNET -$pdf->Cell(0, 0, 'POSTNET', 0, 1); -$pdf->write1DBarcode('98000', 'POSTNET', '', '', '', 15, 0.6, $style, 'N'); - -$pdf->Ln(); - -// PLANET -$pdf->Cell(0, 0, 'PLANET', 0, 1); -$pdf->write1DBarcode('98000', 'PLANET', '', '', '', 15, 0.6, $style, 'N'); - -$pdf->Ln(); - -// RMS4CC (Royal Mail 4-state Customer Code) - CBC (Customer Bar Code) -$pdf->Cell(0, 0, 'RMS4CC (Royal Mail 4-state Customer Code) - CBC (Customer Bar Code)', 0, 1); -$pdf->write1DBarcode('SN34RD1A', 'RMS4CC', '', '', '', 15, 0.6, $style, 'N'); - -$pdf->Ln(); - -// KIX (Klant index - Customer index) -$pdf->Cell(0, 0, 'KIX (Klant index - Customer index)', 0, 1); -$pdf->write1DBarcode('SN34RDX1A', 'KIX', '', '', '', 15, 0.6, $style, 'N'); - -// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -// TEST BARCODE ALIGNMENTS - -// add a page -$pdf->AddPage(); - -// set a background color -$style['bgcolor'] = array(255,255,240); -$style['fgcolor'] = array(127,0,0); - -// Left position -$style['position'] = 'L'; -$pdf->write1DBarcode('LEFT', 'C128A', '', '', '', 15, 0.4, $style, 'N'); - -$pdf->Ln(2); - -// Center position -$style['position'] = 'C'; -$pdf->write1DBarcode('CENTER', 'C128A', '', '', '', 15, 0.4, $style, 'N'); - -$pdf->Ln(2); - -// Right position -$style['position'] = 'R'; -$pdf->write1DBarcode('RIGHT', 'C128A', '', '', '', 15, 0.4, $style, 'N'); - -$pdf->Ln(2); -// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - -$style['fgcolor'] = array(0,127,0); -$style['position'] = ''; -$style['stretch'] = false; // disable stretch -$style['fitwidth'] = false; // disable fitwidth - -// Left alignment -$style['align'] = 'L'; -$pdf->write1DBarcode('LEFT', 'C128A', '', '', '', 15, 0.4, $style, 'N'); - -$pdf->Ln(2); - -// Center alignment -$style['align'] = 'C'; -$pdf->write1DBarcode('CENTER', 'C128A', '', '', '', 15, 0.4, $style, 'N'); - -$pdf->Ln(2); - -// Right alignment -$style['align'] = 'R'; -$pdf->write1DBarcode('RIGHT', 'C128A', '', '', '', 15, 0.4, $style, 'N'); - -$pdf->Ln(2); -// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - -$style['fgcolor'] = array(0,64,127); -$style['position'] = ''; -$style['stretch'] = false; // disable stretch -$style['fitwidth'] = true; // disable fitwidth - -// Left alignment -$style['cellfitalign'] = 'L'; -$pdf->write1DBarcode('LEFT', 'C128A', 105, '', 90, 15, 0.4, $style, 'N'); - -$pdf->Ln(2); - -// Center alignment -$style['cellfitalign'] = 'C'; -$pdf->write1DBarcode('CENTER', 'C128A', 105, '', 90, 15, 0.4, $style, 'N'); - -$pdf->Ln(2); - -// Right alignment -$style['cellfitalign'] = 'R'; -$pdf->write1DBarcode('RIGHT', 'C128A', 105, '', 90, 15, 0.4, $style, 'N'); - -$pdf->Ln(2); -// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - -$style['fgcolor'] = array(127,0,127); - -// Left alignment -$style['position'] = 'L'; -$pdf->write1DBarcode('LEFT', 'C128A', '', '', '', 15, 0.4, $style, 'N'); - -$pdf->Ln(2); - -// Center alignment -$style['position'] = 'C'; -$pdf->write1DBarcode('CENTER', 'C128A', '', '', '', 15, 0.4, $style, 'N'); - -$pdf->Ln(2); - -// Right alignment -$style['position'] = 'R'; -$pdf->write1DBarcode('RIGHT', 'C128A', '', '', '', 15, 0.4, $style, 'N'); - -// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -// TEST BARCODE STYLE - -// define barcode style -$style = array( - 'position' => '', - 'align' => '', - 'stretch' => true, - 'fitwidth' => false, - 'cellfitalign' => '', - 'border' => true, - 'padding' => 'auto', - 'fgcolor' => array(0,0,128), - 'bgcolor' => array(255,255,128), - 'text' => true, - 'font' => 'helvetica', - 'fontsize' => 8, - 'stretchtext' => 4 -); - -// CODE 39 EXTENDED + CHECKSUM -$pdf->Cell(0, 0, 'CODE 39 EXTENDED + CHECKSUM', 0, 1); -$pdf->SetLineStyle(array('width' => 1, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(255, 0, 0))); -$pdf->write1DBarcode('CODE 39 E+', 'C39E+', '', '', 120, 25, 0.4, $style, 'N'); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_027.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_028.php b/htdocs/includes/tcpdf/examples/example_028.php deleted file mode 100644 index e2515dd169e..00000000000 --- a/htdocs/includes/tcpdf/examples/example_028.php +++ /dev/null @@ -1,141 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 028'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// remove default header/footer -$pdf->setPrintHeader(false); -$pdf->setPrintFooter(false); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(10, PDF_MARGIN_TOP, 10); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -$pdf->SetDisplayMode('fullpage', 'SinglePage', 'UseNone'); - -// set font -$pdf->SetFont('times', 'B', 20); - -$pdf->AddPage('P', 'A4'); -$pdf->Cell(0, 0, 'A4 PORTRAIT', 1, 1, 'C'); - -$pdf->AddPage('L', 'A4'); -$pdf->Cell(0, 0, 'A4 LANDSCAPE', 1, 1, 'C'); - -$pdf->AddPage('P', 'A5'); -$pdf->Cell(0, 0, 'A5 PORTRAIT', 1, 1, 'C'); - -$pdf->AddPage('L', 'A5'); -$pdf->Cell(0, 0, 'A5 LANDSCAPE', 1, 1, 'C'); - -$pdf->AddPage('P', 'A6'); -$pdf->Cell(0, 0, 'A6 PORTRAIT', 1, 1, 'C'); - -$pdf->AddPage('L', 'A6'); -$pdf->Cell(0, 0, 'A6 LANDSCAPE', 1, 1, 'C'); - -$pdf->AddPage('P', 'A7'); -$pdf->Cell(0, 0, 'A7 PORTRAIT', 1, 1, 'C'); - -$pdf->AddPage('L', 'A7'); -$pdf->Cell(0, 0, 'A7 LANDSCAPE', 1, 1, 'C'); - - -// --- test backward editing --- - - -$pdf->setPage(1, true); -$pdf->SetY(50); -$pdf->Cell(0, 0, 'A4 test', 1, 1, 'C'); - -$pdf->setPage(2, true); -$pdf->SetY(50); -$pdf->Cell(0, 0, 'A4 test', 1, 1, 'C'); - -$pdf->setPage(3, true); -$pdf->SetY(50); -$pdf->Cell(0, 0, 'A5 test', 1, 1, 'C'); - -$pdf->setPage(4, true); -$pdf->SetY(50); -$pdf->Cell(0, 0, 'A5 test', 1, 1, 'C'); - -$pdf->setPage(5, true); -$pdf->SetY(50); -$pdf->Cell(0, 0, 'A6 test', 1, 1, 'C'); - -$pdf->setPage(6, true); -$pdf->SetY(50); -$pdf->Cell(0, 0, 'A6 test', 1, 1, 'C'); - -$pdf->setPage(7, true); -$pdf->SetY(40); -$pdf->Cell(0, 0, 'A7 test', 1, 1, 'C'); - -$pdf->setPage(8, true); -$pdf->SetY(40); -$pdf->Cell(0, 0, 'A7 test', 1, 1, 'C'); - -$pdf->lastPage(); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_028.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_029.php b/htdocs/includes/tcpdf/examples/example_029.php deleted file mode 100644 index d91eb0b0ac8..00000000000 --- a/htdocs/includes/tcpdf/examples/example_029.php +++ /dev/null @@ -1,127 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 029'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 029', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set array for viewer preferences -$preferences = array( - 'HideToolbar' => true, - 'HideMenubar' => true, - 'HideWindowUI' => true, - 'FitWindow' => true, - 'CenterWindow' => true, - 'DisplayDocTitle' => true, - 'NonFullScreenPageMode' => 'UseNone', // UseNone, UseOutlines, UseThumbs, UseOC - 'ViewArea' => 'CropBox', // CropBox, BleedBox, TrimBox, ArtBox - 'ViewClip' => 'CropBox', // CropBox, BleedBox, TrimBox, ArtBox - 'PrintArea' => 'CropBox', // CropBox, BleedBox, TrimBox, ArtBox - 'PrintClip' => 'CropBox', // CropBox, BleedBox, TrimBox, ArtBox - 'PrintScaling' => 'AppDefault', // None, AppDefault - 'Duplex' => 'DuplexFlipLongEdge', // Simplex, DuplexFlipShortEdge, DuplexFlipLongEdge - 'PickTrayByPDFSize' => true, - 'PrintPageRange' => array(1,1,2,3), - 'NumCopies' => 2 -); - -// Check the example n. 60 for advanced page settings - -// set pdf viewer preferences -$pdf->setViewerPreferences($preferences); - -// set font -$pdf->SetFont('times', '', 14); - -// add a page -$pdf->AddPage(); - -// print a line -$pdf->Cell(0, 12, 'DISPLAY PREFERENCES - PAGE 1', 1, 1, 'C'); - -$pdf->Ln(5); - -$pdf->Write(0, 'You can use the setViewerPreferences() method to change viewer preferences.', '', 0, 'L', true, 0, false, false, 0); - -// add a page -$pdf->AddPage(); -// print a line -$pdf->Cell(0, 12, 'DISPLAY PREFERENCES - PAGE 2', 0, 0, 'C'); - -// add a page -$pdf->AddPage(); -// print a line -$pdf->Cell(0, 12, 'DISPLAY PREFERENCES - PAGE 3', 0, 0, 'C'); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_029.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_030.php b/htdocs/includes/tcpdf/examples/example_030.php deleted file mode 100644 index ae3aec58e93..00000000000 --- a/htdocs/includes/tcpdf/examples/example_030.php +++ /dev/null @@ -1,191 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 030'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 030', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', 'B', 20); - -// --- first page ------------------------------------------ - -// add a page -$pdf->AddPage(); - -$pdf->Cell(0, 0, 'TCPDF Gradients', 0, 1, 'C', 0, '', 0, false, 'T', 'M'); - -// set colors for gradients (r,g,b) or (grey 0-255) -$red = array(255, 0, 0); -$blue = array(0, 0, 200); -$yellow = array(255, 255, 0); -$green = array(0, 255, 0); -$white = array(255); -$black = array(0); - -// set the coordinates x1,y1,x2,y2 of the gradient (see linear_gradient_coords.jpg) -$coords = array(0, 0, 1, 0); - -// paint a linear gradient -$pdf->LinearGradient(20, 45, 80, 80, $red, $blue, $coords); - -// write label -$pdf->Text(20, 130, 'LinearGradient()'); - -// set the coordinates fx,fy,cx,cy,r of the gradient (see radial_gradient_coords.jpg) -$coords = array(0.5, 0.5, 1, 1, 1.2); - -// paint a radial gradient -$pdf->RadialGradient(110, 45, 80, 80, $white, $black, $coords); - -// write label -$pdf->Text(110, 130, 'RadialGradient()'); - -// paint a coons patch mesh with default coordinates -$pdf->CoonsPatchMesh(20, 155, 80, 80, $yellow, $blue, $green, $red); - -// write label -$pdf->Text(20, 240, 'CoonsPatchMesh()'); - -// set the coordinates for the cubic Bzier points x1,y1 ... x12, y12 of the patch (see coons_patch_mesh_coords.jpg) -$coords = array( - 0.00,0.00, 0.33,0.20, //lower left - 0.67,0.00, 1.00,0.00, 0.80,0.33, //lower right - 0.80,0.67, 1.00,1.00, 0.67,0.80, //upper right - 0.33,1.00, 0.00,1.00, 0.20,0.67, //upper left - 0.00,0.33); //lower left -$coords_min = 0; //minimum value of the coordinates -$coords_max = 1; //maximum value of the coordinates - -// paint a coons patch gradient with the above coordinates -$pdf->CoonsPatchMesh(110, 155, 80, 80, $yellow, $blue, $green, $red, $coords, $coords_min, $coords_max); - -// write label -$pdf->Text(110, 240, 'CoonsPatchMesh()'); - -// --- second page ----------------------------------------- -$pdf->AddPage(); - -// first patch: f = 0 -$patch_array[0]['f'] = 0; -$patch_array[0]['points'] = array( - 0.00,0.00, 0.33,0.00, - 0.67,0.00, 1.00,0.00, 1.00,0.33, - 0.8,0.67, 1.00,1.00, 0.67,0.8, - 0.33,1.80, 0.00,1.00, 0.00,0.67, - 0.00,0.33); -$patch_array[0]['colors'][0] = array('r' => 255, 'g' => 255, 'b' => 0); -$patch_array[0]['colors'][1] = array('r' => 0, 'g' => 0, 'b' => 255); -$patch_array[0]['colors'][2] = array('r' => 0, 'g' => 255,'b' => 0); -$patch_array[0]['colors'][3] = array('r' => 255, 'g' => 0,'b' => 0); - -// second patch - above the other: f = 2 -$patch_array[1]['f'] = 2; -$patch_array[1]['points'] = array( - 0.00,1.33, - 0.00,1.67, 0.00,2.00, 0.33,2.00, - 0.67,2.00, 1.00,2.00, 1.00,1.67, - 1.5,1.33); -$patch_array[1]['colors'][0]=array('r' => 0, 'g' => 0, 'b' => 0); -$patch_array[1]['colors'][1]=array('r' => 255, 'g' => 0, 'b' => 255); - -// third patch - right of the above: f = 3 -$patch_array[2]['f'] = 3; -$patch_array[2]['points'] = array( - 1.33,0.80, - 1.67,1.50, 2.00,1.00, 2.00,1.33, - 2.00,1.67, 2.00,2.00, 1.67,2.00, - 1.33,2.00); -$patch_array[2]['colors'][0] = array('r' => 0, 'g' => 255, 'b' => 255); -$patch_array[2]['colors'][1] = array('r' => 0, 'g' => 0, 'b' => 0); - -// fourth patch - below the above, which means left(?) of the above: f = 1 -$patch_array[3]['f'] = 1; -$patch_array[3]['points'] = array( - 2.00,0.67, - 2.00,0.33, 2.00,0.00, 1.67,0.00, - 1.33,0.00, 1.00,0.00, 1.00,0.33, - 0.8,0.67); -$patch_array[3]['colors'][0] = array('r' => 0, 'g' => 0, 'b' => 0); -$patch_array[3]['colors'][1] = array('r' => 0, 'g' => 0, 'b' => 255); - -$coords_min = 0; -$coords_max = 2; - -$pdf->CoonsPatchMesh(10, 45, 190, 200, '', '', '', '', $patch_array, $coords_min, $coords_max); - -// write label -$pdf->Text(10, 250, 'CoonsPatchMesh()'); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_030.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_031.php b/htdocs/includes/tcpdf/examples/example_031.php deleted file mode 100644 index eccf268d9d3..00000000000 --- a/htdocs/includes/tcpdf/examples/example_031.php +++ /dev/null @@ -1,106 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 031'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 031', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', 'B', 20); - -// add a page -$pdf->AddPage(); - -$pdf->Write(0, 'Example of PieSector() method.'); - -$xc = 105; -$yc = 100; -$r = 50; - -$pdf->SetFillColor(0, 0, 255); -$pdf->PieSector($xc, $yc, $r, 20, 120, 'FD', false, 0, 2); - -$pdf->SetFillColor(0, 255, 0); -$pdf->PieSector($xc, $yc, $r, 120, 250, 'FD', false, 0, 2); - -$pdf->SetFillColor(255, 0, 0); -$pdf->PieSector($xc, $yc, $r, 250, 20, 'FD', false, 0, 2); - -// write labels -$pdf->SetTextColor(255,255,255); -$pdf->Text(105, 65, 'BLUE'); -$pdf->Text(60, 95, 'GREEN'); -$pdf->Text(120, 115, 'RED'); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_031.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_032.php b/htdocs/includes/tcpdf/examples/example_032.php deleted file mode 100644 index 968c433e004..00000000000 --- a/htdocs/includes/tcpdf/examples/example_032.php +++ /dev/null @@ -1,96 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 032'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 032', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', '', 12); - -$pdf->AddPage(); - -$pdf->Write(0, 'Example of ImageEPS() method for AI and EPS images'); - -$pdf->ImageEps($file='../images/tiger.ai', $x=10, $y=50, $w=190, $h=190, $link='', $useBoundingBox=true, $align='', $palign='', $border=0, $fitonpage=false); - -$pdf->AddPage(); - -$pdf->ImageEps('../images/bug.eps', 0, 25, 0, 240, "http://www.tcpdf.org", true, 'T', 'C'); - -$pdf->AddPage(); - -$pdf->ImageEps('../images/pelican.ai', 15, 70, 180); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_032.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_033.php b/htdocs/includes/tcpdf/examples/example_033.php deleted file mode 100644 index a3fecd904a6..00000000000 --- a/htdocs/includes/tcpdf/examples/example_033.php +++ /dev/null @@ -1,105 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 033'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 033', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// add a page -$pdf->AddPage(); - -$pdf->SetFont('helvetica', 'B', 20); - -$pdf->Write(0, 'Font Types', '', 0, 'C', 1, 0, false, false, 0); - -$pdf->Ln(10); - -$pdf->SetFont('times', '', 10); - -$pdf->MultiCell(80, 0, "[Core font] : Cras eros leo, porttitor porta, accumsan fermentum, ornare ac, est. Praesent dui lorem, imperdiet at, cursus sed, facilisis aliquam, nibh. Nulla accumsan nonummy diam. Donec tempus. Etiam posuere. Proin lectus. Donec purus. Duis in sem pretium urna feugiat vehicula. Ut suscipit velit eget massa. Nam nonummy, enim commodo euismod placerat, tortor elit tempus lectus, quis suscipit metus lorem blandit turpis.\n", 1, 'J', 0, 1, '', '', true, 0); - -$pdf->Ln(2); - -$pdf->SetFont('dejavusans', '', 10); - -$pdf->MultiCell(80, 0, "[True Type Unicode font] : Cras eros leo, porttitor porta, accumsan fermentum, ornare ac, est. Praesent dui lorem, imperdiet at, cursus sed, facilisis aliquam, nibh. Nulla accumsan nonummy diam. Donec tempus. Etiam posuere. Proin lectus. Donec purus. Duis in sem pretium urna feugiat vehicula. Ut suscipit velit eget massa. Nam nonummy, enim commodo euismod placerat, tortor elit tempus lectus, quis suscipit metus lorem blandit turpis.\n", 1, 'J', 0, 1, '', '', true, 0); - -$pdf->Ln(2); - -$pdf->SetFont('arialunicid0', '', 9); - -$pdf->MultiCell(80, 0, "[CID-0 font] : Cras eros leo, porttitor porta, accumsan fermentum, ornare ac, est. Praesent dui lorem, imperdiet at, cursus sed, facilisis aliquam, nibh. Nulla accumsan nonummy diam. Donec tempus. Etiam posuere. Proin lectus. Donec purus. Duis in sem pretium urna feugiat vehicula. Ut suscipit velit eget massa. Nam nonummy, enim commodo euismod placerat, tortor elit tempus lectus, quis suscipit metus lorem blandit turpis.\n", 1, 'J', 0, 1, '', '', true, 0); - - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_033.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_034.php b/htdocs/includes/tcpdf/examples/example_034.php deleted file mode 100644 index c62fae30748..00000000000 --- a/htdocs/includes/tcpdf/examples/example_034.php +++ /dev/null @@ -1,99 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 034'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 034', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', 'B', 20); - -// add a page -$pdf->AddPage(); - -$pdf->Write(0, 'Image Clipping using geometric functions', '', 0, 'C', 1, 0, false, false, 0); - -//Start Graphic Transformation -$pdf->StartTransform(); - -// set clipping mask -$pdf->StarPolygon(105, 100, 30, 10, 3, 0, 1, 'CNZ'); - -// draw jpeg image to be clipped -$pdf->Image('../images/image_demo.jpg', 75, 70, 60, 60, '', 'http://www.tcpdf.org', '', true, 72); - -//Stop Graphic Transformation -$pdf->StopTransform(); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_034.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_035.php b/htdocs/includes/tcpdf/examples/example_035.php deleted file mode 100644 index 8cc9a3e207b..00000000000 --- a/htdocs/includes/tcpdf/examples/example_035.php +++ /dev/null @@ -1,114 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 035'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 035', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('times', 'BI', 16); - -// add a page -$pdf->AddPage(); - -$pdf->Write(0, 'Example of SetLineStyle() method', '', 0, 'L', true, 0, false, false, 0); - -$pdf->Ln(); - -$pdf->SetLineStyle(array('width' => 0.5, 'cap' => 'butt', 'join' => 'miter', 'dash' => 4, 'color' => array(255, 0, 0))); -$pdf->SetFillColor(255,255,128); -$pdf->SetTextColor(0,0,128); - -$text="DUMMY"; - -$pdf->Cell(0, 0, $text, 1, 1, 'L', 1, 0); - -$pdf->Ln(); - -$pdf->SetLineStyle(array('width' => 0.5, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 255))); -$pdf->SetFillColor(255,255,0); -$pdf->SetTextColor(0,0,255); -$pdf->MultiCell(60, 4, $text, 1, 'C', 1, 0); - -$pdf->SetLineStyle(array('width' => 0.5, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(255, 255, 0))); -$pdf->SetFillColor(0,0,255); -$pdf->SetTextColor(255,255,0); -$pdf->MultiCell(60, 4, $text, 'TB', 'C', 1, 0); - -$pdf->SetLineStyle(array('width' => 0.5, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(255, 0, 255))); -$pdf->SetFillColor(0,255,0); -$pdf->SetTextColor(255,0,255); -$pdf->MultiCell(60, 4, $text, 1, 'C', 1, 1); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_035.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_036.php b/htdocs/includes/tcpdf/examples/example_036.php deleted file mode 100644 index b612c2609df..00000000000 --- a/htdocs/includes/tcpdf/examples/example_036.php +++ /dev/null @@ -1,92 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 036'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 036', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('times', '', 16); - -// add a page -$pdf->AddPage(); - -$txt = 'Example of Text Annotation. -Move your mouse over the yellow box or double click on it to display the annotation text.'; -$pdf->Write(0, $txt, '', 0, 'L', true, 0, false, false, 0); - -// text annotation -$pdf->Annotation(83, 27, 10, 10, "Text annotation example\naccented letters test: àèéìòù", array('Subtype'=>'Text', 'Name' => 'Comment', 'T' => 'title example', 'Subj' => 'example', 'C' => array(255, 255, 0))); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_036.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_037.php b/htdocs/includes/tcpdf/examples/example_037.php deleted file mode 100644 index efdc2614cb7..00000000000 --- a/htdocs/includes/tcpdf/examples/example_037.php +++ /dev/null @@ -1,205 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 037'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 037', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', '', 20); - -// add a page -$pdf->AddPage(); - - -$pdf->Write(0, 'Example of Spot Colors', '', 0, 'L', true, 0, false, false, 0); - -$pdf->Ln(5); - -$pdf->SetFont('helvetica', '', 8); - -// Define some new spot colors -// $c, $m, $y and $k (2nd, 3rd, 4th and 5th parameter) are the CMYK color components. -// AddSpotColor($name, $c, $m, $y, $k) -$pdf->AddSpotColor('Pantone 116 C', 0, 20, 100, 0); -$pdf->AddSpotColor('HKS 16 K', 30, 100, 90, 10); -$pdf->AddSpotColor('Pantone 505 C', 57, 100, 85, 55); -$pdf->AddSpotColor('Pantone 440 C', 50, 60, 80, 70); -$pdf->AddSpotColor('Pantone 288 C', 100, 60, 10, 5); -$pdf->AddSpotColor('Pantone 289 C', 100, 78, 50, 0); -$pdf->AddSpotColor('Pantone 356 C', 100, 30, 100, 0); -$pdf->AddSpotColor('Pantone 567 C', 100, 50, 80, 45); -$pdf->AddSpotColor('Pantone 9060 C', 0, 0, 7, 0); -$pdf->AddSpotColor('Pantone 420 C', 22, 14, 22, 0); -$pdf->AddSpotColor('Pantone 422 C', 39, 24, 34, 0); -$pdf->AddSpotColor('Pantone 433 C', 34, 0, 0, 94); -$pdf->AddSpotColor('NovaSpace-Black', 50, 0, 0, 100); -$pdf->AddSpotColor('Pantone 601 C', 0, 0, 55, 0); -$pdf->AddSpotColor('Pantone 659 C', 50, 20, 0, 10); - -// Select the spot color -// $tint (the second parameter) is the intensity of the color (0-100). -// SetTextSpotColor($name, $tint=100) -// SetDrawSpotColor($name, $tint=100) -// SetFillSpotColor($name, $tint=100) - -$pdf->SetTextSpotColor('NovaSpace-Black', 100); -$pdf->SetDrawSpotColor('NovaSpace-Black', 100); - -$starty = 50; - -// print some spot colors -$pdf->SetFillSpotColor('Pantone 116 C', 100); -$pdf->Rect(30, $starty, 20, 6, 'DF'); -$pdf->Text(53, $starty + 1, 'Pantone 116 C'); - -$starty += 8; - -$pdf->SetFillSpotColor('HKS 16 K', 100); -$pdf->Rect(30, $starty, 20, 6, 'DF'); -$pdf->Text(53, $starty + 1, 'HKS 16 K'); - -$starty += 8; - -$pdf->SetFillSpotColor('Pantone 505 C', 100); -$pdf->Rect(30, $starty, 20, 6, 'DF'); -$pdf->Text(53, $starty + 1, 'Pantone 505 C'); - -$starty += 8; - -$pdf->SetFillSpotColor('Pantone 440 C', 100); -$pdf->Rect(30, $starty, 20, 6, 'DF'); -$pdf->Text(53, $starty + 1, 'Pantone 440 C'); - -$starty += 8; - -$pdf->SetFillSpotColor('Pantone 288 C', 100); -$pdf->Rect(30, $starty, 20, 6, 'DF'); -$pdf->Text(53, $starty + 1, 'Pantone 288 C'); - -$starty += 8; - -$pdf->SetFillSpotColor('Pantone 289 C', 100); -$pdf->Rect(30, $starty, 20, 6, 'DF'); -$pdf->Text(53, $starty + 1, 'Pantone 289 C'); - -$starty += 8; - -$pdf->SetFillSpotColor('Pantone 356 C', 100); -$pdf->Rect(30, $starty, 20, 6, 'DF'); -$pdf->Text(53, $starty + 1, 'Pantone 356 C'); - -$starty += 8; - -$pdf->SetFillSpotColor('Pantone 567 C', 100); -$pdf->Rect(30, $starty, 20, 6, 'DF'); -$pdf->Text(53, $starty + 1, 'Pantone 567 C'); - -$starty += 8; - -$pdf->SetFillSpotColor('Pantone 9060 C', 100); -$pdf->Rect(30, $starty, 20, 6, 'DF'); -$pdf->Text(53, $starty + 1, 'Pantone 9060 C'); - -$starty += 8; - -$pdf->SetFillSpotColor('Pantone 420 C', 100); -$pdf->Rect(30, $starty, 20, 6, 'DF'); -$pdf->Text(53, $starty + 1, 'Pantone 420 C'); - -$starty += 8; - -$pdf->SetFillSpotColor('Pantone 422 C', 100); -$pdf->Rect(30, $starty, 20, 6, 'DF'); -$pdf->Text(53, $starty + 1, 'Pantone 422 C'); - -$starty += 8; - -$pdf->SetFillSpotColor('Pantone 433 C', 100); -$pdf->Rect(30, $starty, 20, 6, 'DF'); -$pdf->Text(53, $starty + 1, 'Pantone 433 C'); - -$starty += 8; - -$pdf->SetFillSpotColor('Pantone 601 C', 100); -$pdf->Rect(30, $starty, 20, 6, 'DF'); -$pdf->Text(53, $starty + 1, 'Pantone 601 C'); - -$starty += 8; - -$pdf->SetFillSpotColor('Pantone 659 C', 100); -$pdf->Rect(30, $starty, 20, 6, 'DF'); -$pdf->Text(53, $starty + 1, 'Pantone 659 C'); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_037.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_038.php b/htdocs/includes/tcpdf/examples/example_038.php deleted file mode 100644 index 0e30399f852..00000000000 --- a/htdocs/includes/tcpdf/examples/example_038.php +++ /dev/null @@ -1,90 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 038'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 038', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('arialunicid0', '', 20); - -// add a page -$pdf->AddPage(); - -$txt = 'Example of CID-0 CJK unembedded font. -To display extended text you must have CJK fonts for your PDF reader: こんにちは世界'; - -$pdf->Write(0, $txt, '', 0, 'L', true, 0, false, false, 0); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_038.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_039.php b/htdocs/includes/tcpdf/examples/example_039.php deleted file mode 100644 index ca1bcc3f5e5..00000000000 --- a/htdocs/includes/tcpdf/examples/example_039.php +++ /dev/null @@ -1,107 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 039'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 039', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// add a page -$pdf->AddPage(); - -// set font -$pdf->SetFont('helvetica', 'B', 20); - -$pdf->Write(0, 'Example of HTML Justification', '', 0, 'L', true, 0, false, false, 0); - -// create some HTML content -$html = 'a abc abcdefghijkl abcdef abcdefg abcdefghi a abc abcd test alt attribute abcdef abcdefg abcdefghi a abc abcd abcdef abcdefg abcdefghi a abc abcd abcdef abcdefg abcdefghi a abc abcd abcdef abcdefg abcdefghi a abc abcd abcdef abcdefg abcdefghi a abc abcd abcdef abcdefg abcdefghi a abc abcd abcdef abcdefg abcdefghi a abc abcd abcdef abcdefg abcdefghi a abc abcd abcdef abcdefg abcdefghi a abc abcd abcdef abcdefg start a abc before yellow color after a abc abcd abcdef abcdefg abcdefghi a abc abcd end abcdefg abcdefghi a abc abcd abcdef abcdefg abcdefghi a abc abcd abcdef abcdefg abcdefghi a abc abcd abcdef abcdefg abcdefghi a abc abcd abcdef abcdefg abcdefghi a abc abcd abcdef abcdefg abcdefghi a abc abcd abcdef abcdefg abcdefghi a abc abcd abcdef abcdefg abcdefghi
      abcd abcdef abcdefg abcdefghi
      abcd abcde abcdef
      '; - -// set core font -$pdf->SetFont('helvetica', '', 10); - -// output the HTML content -$pdf->writeHTML($html, true, 0, true, true); - -$pdf->Ln(); - -// set UTF-8 Unicode font -$pdf->SetFont('dejavusans', '', 10); - -// output the HTML content -$pdf->writeHTML($html, true, 0, true, true); - -// reset pointer to the last page -$pdf->lastPage(); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_039.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_040.php b/htdocs/includes/tcpdf/examples/example_040.php deleted file mode 100644 index 40bfb99b1fa..00000000000 --- a/htdocs/includes/tcpdf/examples/example_040.php +++ /dev/null @@ -1,119 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 040'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 040', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set display mode -$pdf->SetDisplayMode($zoom='fullpage', $layout='TwoColumnRight', $mode='UseNone'); - -// set pdf viewer preferences -$pdf->setViewerPreferences(array('Duplex' => 'DuplexFlipLongEdge')); - -// set booklet mode -$pdf->SetBooklet(true, 10, 30); - -// set core font -$pdf->SetFont('helvetica', '', 18); - -// add a page (left page) -$pdf->AddPage(); - -$pdf->Write(0, 'Example of booklet mode', '', 0, 'L', true, 0, false, false, 0); - -// print a line using Cell() -$pdf->Cell(0, 0, 'PAGE 1', 1, 1, 'C'); - - -// add a page (right page) -$pdf->AddPage(); - -// print a line using Cell() -$pdf->Cell(0, 0, 'PAGE 2', 1, 1, 'C'); - - -// add a page (left page) -$pdf->AddPage(); - -// print a line using Cell() -$pdf->Cell(0, 0, 'PAGE 3', 1, 1, 'C'); - -// add a page (right page) -$pdf->AddPage(); - -// print a line using Cell() -$pdf->Cell(0, 0, 'PAGE 4', 1, 1, 'C'); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_040.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_041.php b/htdocs/includes/tcpdf/examples/example_041.php deleted file mode 100644 index d9cdc43f94e..00000000000 --- a/htdocs/includes/tcpdf/examples/example_041.php +++ /dev/null @@ -1,93 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 041'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 041', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('times', '', 16); - -// add a page -$pdf->AddPage(); - - -$txt = 'Example of File Attachment. -Double click on the icon to open the attached file.'; -$pdf->Write(0, $txt, '', 0, 'L', true, 0, false, false, 0); - -// attach an external file -$pdf->Annotation(85, 27, 5, 5, 'text file', array('Subtype'=>'FileAttachment', 'Name' => 'PushPin', 'FS' => '../cache/utf8test.txt')); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_041.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_042.php b/htdocs/includes/tcpdf/examples/example_042.php deleted file mode 100644 index e048bad419b..00000000000 --- a/htdocs/includes/tcpdf/examples/example_042.php +++ /dev/null @@ -1,105 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 042'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 042', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set JPEG quality -//$pdf->setJPEGQuality(75); - -$pdf->SetFont('helvetica', '', 18); - -// add a page -$pdf->AddPage(); - -// create background text -$background_text = str_repeat('TCPDF test PNG Alpha Channel ', 50); -$pdf->MultiCell(0, 5, $background_text, 0, 'J', 0, 2, '', '', true, 0, false); - -// --- Method (A) ------------------------------------------ -// the Image() method recognizes the alpha channel embedded on the image: - -$pdf->Image('../images/image_with_alpha.png', 50, 50, 100, '', '', 'http://www.tcpdf.org', '', false, 300); - -// --- Method (B) ------------------------------------------ -// provide image + separate 8-bit mask - -// first embed mask image (w, h, x and y will be ignored, the image will be scaled to the target image's size) -$mask = $pdf->Image('../images/alpha.png', 50, 140, 100, '', '', '', '', false, 300, '', true); - -// embed image, masked with previously embedded mask -$pdf->Image('../images/img.png', 50, 140, 100, '', '', 'http://www.tcpdf.org', '', false, 300, '', false, $mask); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_042.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_043.php b/htdocs/includes/tcpdf/examples/example_043.php deleted file mode 100644 index 65874af1a24..00000000000 --- a/htdocs/includes/tcpdf/examples/example_043.php +++ /dev/null @@ -1,88 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 043'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 043', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', '', 16); - -// add a page -$pdf->AddPage(); - -// Multicell test -$pdf->MultiCell(0, 0, 'DISK CACHING TEST: check the parameters of the class constructor.', 1, 'L', 0, 0, '', '', true); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_043.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_044.php b/htdocs/includes/tcpdf/examples/example_044.php deleted file mode 100644 index 3e1224d94cb..00000000000 --- a/htdocs/includes/tcpdf/examples/example_044.php +++ /dev/null @@ -1,131 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 044'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 044', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', 'B', 40); - -// print a line using Cell() -$pdf->AddPage(); -$pdf->Cell(0, 10, 'PAGE: A', 0, 1, 'L'); - -// add some vertical space -$pdf->Ln(10); - -// print some text -$pdf->SetFont('times', 'I', 16); -$txt = 'TCPDF allows you to Copy, Move and Delete pages.'; -$pdf->Write(0, $txt, '', 0, 'L', true, 0, false, false, 0); - -$pdf->SetFont('helvetica', 'B', 40); - -$pdf->AddPage(); -$pdf->Cell(0, 10, 'PAGE: B', 0, 1, 'L'); - -$pdf->AddPage(); -$pdf->Cell(0, 10, 'PAGE: D', 0, 1, 'L'); - -$pdf->AddPage(); -$pdf->Cell(0, 10, 'PAGE: E', 0, 1, 'L'); - -$pdf->AddPage(); -$pdf->Cell(0, 10, 'PAGE: E-2', 0, 1, 'L'); - -$pdf->AddPage(); -$pdf->Cell(0, 10, 'PAGE: F', 0, 1, 'L'); - -$pdf->AddPage(); -$pdf->Cell(0, 10, 'PAGE: C', 0, 1, 'L'); - -$pdf->AddPage(); -$pdf->Cell(0, 10, 'PAGE: G', 0, 1, 'L'); - -// Move page 7 to page 3 -$pdf->movePage(7, 3); - -// Delete page 6 -$pdf->deletePage(6); - -$pdf->AddPage(); -$pdf->Cell(0, 10, 'PAGE: H', 0, 1, 'L'); - -// copy the second page -$pdf->copyPage(2); - -// NOTE: to insert a page to a previous position, you can add a new page to the end of document and then move it using movePage(). - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_044.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_045.php b/htdocs/includes/tcpdf/examples/example_045.php deleted file mode 100644 index b63dc41e1a1..00000000000 --- a/htdocs/includes/tcpdf/examples/example_045.php +++ /dev/null @@ -1,133 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 045'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 045', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('times', 'B', 20); - -// add a page -$pdf->AddPage(); - -// set a bookmark for the current position -$pdf->Bookmark('Chapter 1', 0, 0); - -// print a line using Cell() -$pdf->Cell(0, 10, 'Chapter 1', 0, 1, 'L'); - -$pdf->AddPage(); -$pdf->Bookmark('Paragraph 1.1', 1, 0); -$pdf->Cell(0, 10, 'Paragraph 1.1', 0, 1, 'L'); - -$pdf->AddPage(); -$pdf->Bookmark('Paragraph 1.2', 1, 0); -$pdf->Cell(0, 10, 'Paragraph 1.2', 0, 1, 'L'); - -$pdf->AddPage(); -$pdf->Bookmark('Sub-Paragraph 1.2.1', 2, 0); -$pdf->Cell(0, 10, 'Sub-Paragraph 1.2.1', 0, 1, 'L'); - -$pdf->AddPage(); -$pdf->Bookmark('Paragraph 1.3', 1, 0); -$pdf->Cell(0, 10, 'Paragraph 1.3', 0, 1, 'L'); - -// add some pages and bookmarks -for ($i = 2; $i < 12; $i++) { - $pdf->AddPage(); - $pdf->Bookmark('Chapter '.$i, 0, 0); - $pdf->Cell(0, 10, 'Chapter '.$i, 0, 1, 'L'); -} - -// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - -// add a new page for TOC -$pdf->addTOCPage(); - -// write the TOC title -$pdf->SetFont('times', 'B', 16); -$pdf->MultiCell(0, 0, 'Table Of Content', 0, 'C', 0, 1, '', '', true, 0); -$pdf->Ln(); - -$pdf->SetFont('dejavusans', '', 12); - -// add a simple Table Of Content at first page -// (check the example n. 59 for the HTML version) -$pdf->addTOC(1, 'courier', '.', 'INDEX'); - -// end of TOC page -$pdf->endTOCPage(); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_045.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_046.php b/htdocs/includes/tcpdf/examples/example_046.php deleted file mode 100644 index 3c374c58cd9..00000000000 --- a/htdocs/includes/tcpdf/examples/example_046.php +++ /dev/null @@ -1,126 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 046'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 046', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', 'B', 20); - -// add a page -$pdf->AddPage(); - -$pdf->Write(0, 'Example of Text Hyphenation', '', 0, 'L', true, 0, false, false, 0); - -$pdf->Ln(10); - -/* -Unicode Data for SHY: - Name : SOFT HYPHEN, commonly abbreviated as SHY - HTML Entity (decimal): ­ - HTML Entity (hex): ­ - HTML Entity (named): ­ - How to type in Microsoft Windows: [Alt +00AD] or [Alt 0173] - UTF-8 (hex): 0xC2 0xAD (c2ad) -*/ - -/* -// You can autmatically add SOFT HYPHENS to your text using -// the hyphenateText() method, but this requires either an -// hyphenation pattern array of a hyphenation pattern TEX file. -// You can download hyphenation TEX patterns from: -// http://www.ctan.org/tex-archive/language/hyph-utf8/tex/generic/hyph-utf8/patterns/ - -// EXAMPLE: - -$html = 'On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted. The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains.'; - -$hyphen_patterns = $pdf->getHyphenPatternsFromTEX('../hyphens/hyph-en-gb.tex'); - -$html = $pdf->hyphenateText($html, $hyphen_patterns, $dictionary=array(), $leftmin=1, $rightmin=2, $charmin=1, $charmax=8); -*/ - - -// HTML text with soft hyphens (­) -$html = 'On the other hand, we de­nounce with righ­teous in­dig­na­tion and dis­like men who are so be­guiled and de­mo­r­al­ized by the charms of plea­sure of the mo­ment, so blind­ed by de­sire, that they can­not fore­see the pain and trou­ble that are bound to en­sue; and equal blame be­longs to those who fail in their du­ty through weak­ness of will, which is the same as say­ing through shrink­ing from toil and pain. Th­ese cas­es are per­fect­ly sim­ple and easy to distin­guish. In a free hour, when our pow­er of choice is un­tram­melled and when noth­ing pre­vents our be­ing able to do what we like best, ev­ery plea­sure is to be wel­comed and ev­ery pain avoid­ed. But in cer­tain cir­cum­s­tances and ow­ing to the claims of du­ty or the obli­ga­tions of busi­ness it will fre­quent­ly oc­cur that plea­sures have to be re­pu­di­at­ed and an­noy­ances ac­cept­ed. The wise man there­fore al­ways holds in th­ese mat­ters to this prin­ci­ple of se­lec­tion: he re­jects plea­sures to se­cure other greater plea­sures, or else he en­dures pains to avoid worse pains.'; - -$pdf->SetFont('times', '', 10); -$pdf->SetDrawColor(255,0,0); -$pdf->SetTextColor(0,63,127); - -// print a cell -$pdf->writeHTMLCell(50, 0, '', '', $html, 1, 1, 0, true, 'J'); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_046.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_047.php b/htdocs/includes/tcpdf/examples/example_047.php deleted file mode 100644 index 30cdc5c3b20..00000000000 --- a/htdocs/includes/tcpdf/examples/example_047.php +++ /dev/null @@ -1,120 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 047'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 047', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', '', 16); - -// add a page -$pdf->AddPage(); - -$txt = 'Example of Transactions. -TCPDF allows you to undo some operations using the Transactions. -Check the source code for further information.'; -$pdf->Write(0, $txt, '', 0, 'L', true, 0, false, false, 0); - -$pdf->Ln(5); - -$pdf->SetFont('times', '', 12); - -// start transaction -$pdf->startTransaction(); - -$pdf->Write(0, "LINE 1\n"); -$pdf->Write(0, "LINE 2\n"); - -// restarts transaction -$pdf->startTransaction(); - -$pdf->Write(0, "LINE 3\n"); -$pdf->Write(0, "LINE 4\n"); - -// rolls back to the last (re)start -$pdf = $pdf->rollbackTransaction(); - -$pdf->Write(0, "LINE 5\n"); -$pdf->Write(0, "LINE 6\n"); - -// start transaction -$pdf->startTransaction(); - -$pdf->Write(0, "LINE 7\n"); - -// commit transaction (actually just frees memory) -$pdf->commitTransaction(); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_047.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_048.php b/htdocs/includes/tcpdf/examples/example_048.php deleted file mode 100644 index 09655e8b10f..00000000000 --- a/htdocs/includes/tcpdf/examples/example_048.php +++ /dev/null @@ -1,316 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 048'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 048', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', 'B', 20); - -// add a page -$pdf->AddPage(); - -$pdf->Write(0, 'Example of HTML tables', '', 0, 'L', true, 0, false, false, 0); - -$pdf->SetFont('helvetica', '', 8); - -// ----------------------------------------------------------------------------- - -$tbl = << - - COL 1 - ROW 1
      COLSPAN 3 - COL 2 - ROW 1 - COL 3 - ROW 1 - - - COL 2 - ROW 2 - COLSPAN 2
      text line
      text line
      text line
      text line - COL 3 - ROW 2 - - - COL 3 - ROW 3 - - - -EOD; - -$pdf->writeHTML($tbl, true, false, false, false, ''); - -// ----------------------------------------------------------------------------- - -$tbl = << - - COL 1 - ROW 1
      COLSPAN 3
      text line
      text line
      text line
      text line
      text line
      text line - COL 2 - ROW 1 - COL 3 - ROW 1 - - - COL 2 - ROW 2 - COLSPAN 2
      text line
      text line
      text line
      text line - COL 3 - ROW 2 - - - COL 3 - ROW 3 - - - -EOD; - -$pdf->writeHTML($tbl, true, false, false, false, ''); - -// ----------------------------------------------------------------------------- - -$tbl = << - - COL 1 - ROW 1
      COLSPAN 3
      text line
      text line
      text line
      text line
      text line
      text line - COL 2 - ROW 1 - COL 3 - ROW 1 - - - COL 2 - ROW 2 - COLSPAN 2
      text line
      text line
      text line
      text line - COL 3 - ROW 2
      text line
      text line - - - COL 3 - ROW 3 - - - -EOD; - -$pdf->writeHTML($tbl, true, false, false, false, ''); - -// ----------------------------------------------------------------------------- - -$tbl = << - -Left column -Heading Column Span 5 -Heading Column Span 9 - - -Rowspan 2
      This is some text that fills the table cell. -span 2 -span 2 -2 rows -Colspan 8 - - -1a -2a -1b -2b -1 -2 -3 -4 -5 -6 -7 -8 - - -EOD; - -$pdf->writeHTML($tbl, true, false, false, false, ''); - -// ----------------------------------------------------------------------------- - -// Table with rowspans and THEAD -$tbl = << - - - A - XXXX - XXXX - XXXX - XXXX - XXXX - - - B - XXXX - XXXX - XXXX - XXXX - XXXX - - - - 1. - XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX - XXXX
      XXXX - XXXX
      XXXX - XXXX - XXXX
      XXXX - - - 2. - XXXX
      XXXX - XXXX
      XXXX - XXXX
      XXXX - XXXX
      XXXX - - - XXXX
      XXXX
      XXXX
      XXXX - XXXX
      XXXX - XXXX
      XXXX - - - RRRRRR
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX - XXXX
      XXXX - XXXX
      XXXX - - - 3. - XXXX1
      XXXX - XXXX
      XXXX - XXXX
      XXXX - - - 4. - XXXX
      XXXX - XXXX
      XXXX - XXXX
      XXXX - XXXX
      XXXX - - -EOD; - -$pdf->writeHTML($tbl, true, false, false, false, ''); - -$pdf->writeHTML($tbl, true, false, false, false, ''); - -// ----------------------------------------------------------------------------- - -// NON-BREAKING TABLE (nobr="true") - -$tbl = << - - NON-BREAKING TABLE - - - 1-1 - 1-2 - 1-3 - - - 2-1 - 3-2 - 3-3 - - - 3-1 - 3-2 - 3-3 - - -EOD; - -$pdf->writeHTML($tbl, true, false, false, false, ''); - -// ----------------------------------------------------------------------------- - -// NON-BREAKING ROWS (nobr="true") - -$tbl = << - - NON-BREAKING ROWS - - - ROW 1
      COLUMN 1 - ROW 1
      COLUMN 2 - ROW 1
      COLUMN 3 - - - ROW 2
      COLUMN 1 - ROW 2
      COLUMN 2 - ROW 2
      COLUMN 3 - - - ROW 3
      COLUMN 1 - ROW 3
      COLUMN 2 - ROW 3
      COLUMN 3 - - -EOD; - -$pdf->writeHTML($tbl, true, false, false, false, ''); - -// ----------------------------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_048.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_049.php b/htdocs/includes/tcpdf/examples/example_049.php deleted file mode 100644 index c4cd74d6ce9..00000000000 --- a/htdocs/includes/tcpdf/examples/example_049.php +++ /dev/null @@ -1,129 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 049'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 049', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', '', 10); - -// add a page -$pdf->AddPage(); - - -/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - -IMPORTANT: -If you are printing user-generated content, tcpdf tag can be unsafe. -You can disable this tag by setting to false the K_TCPDF_CALLS_IN_HTML -constant on TCPDF configuration file. - -For security reasons, the parameters for the 'params' attribute of TCPDF -tag must be prepared as an array and encoded with the -serializeTCPDFtagParameters() method (see the example below). - - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ - - -$html = '

      Test TCPDF Methods in HTML

      -

      IMPORTANT:

      -If you are printing user-generated content, tcpdf tag can be unsafe.
      -You can disable this tag by setting to false the K_TCPDF_CALLS_IN_HTML constant on TCPDF configuration file.
      -

      write1DBarcode method in HTML

      '; - -$params = $pdf->serializeTCPDFtagParameters(array('CODE 39', 'C39', '', '', 80, 30, 0.4, array('position'=>'S', 'border'=>true, 'padding'=>4, 'fgcolor'=>array(0,0,0), 'bgcolor'=>array(255,255,255), 'text'=>true, 'font'=>'helvetica', 'fontsize'=>8, 'stretchtext'=>4), 'N')); -$html .= ''; - -$params = $pdf->serializeTCPDFtagParameters(array('CODE 128C+', 'C128C', '', '', 80, 30, 0.4, array('position'=>'S', 'border'=>true, 'padding'=>4, 'fgcolor'=>array(0,0,0), 'bgcolor'=>array(255,255,255), 'text'=>true, 'font'=>'helvetica', 'fontsize'=>8, 'stretchtext'=>4), 'N')); -$html .= ''; - -$html .= '

      Graphic Functions

      '; - -$params = $pdf->serializeTCPDFtagParameters(array(0)); -$html .= ''; - -$params = $pdf->serializeTCPDFtagParameters(array(50, 50, 40, 10, 'DF', array(), array(0,128,255))); -$html .= ''; - - -// output the HTML content -$pdf->writeHTML($html, true, 0, true, 0); - -// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -// reset pointer to the last page -$pdf->lastPage(); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_049.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_050.php b/htdocs/includes/tcpdf/examples/example_050.php deleted file mode 100644 index 77115093031..00000000000 --- a/htdocs/includes/tcpdf/examples/example_050.php +++ /dev/null @@ -1,208 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 050'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 050', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// NOTE: 2D barcode algorithms must be implemented on 2dbarcode.php class file. - -// set font -$pdf->SetFont('helvetica', '', 10); - -// add a page -$pdf->AddPage(); - -// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -// set style for barcode -$style = array( - 'border' => true, - 'vpadding' => 'auto', - 'hpadding' => 'auto', - 'fgcolor' => array(0,0,0), - 'bgcolor' => false, //array(255,255,255) - 'module_width' => 1, // width of a single module in points - 'module_height' => 1 // height of a single module in points -); - -// write RAW 2D Barcode -$pdf->SetXY(30, 30); -$code = '111011101110111,010010001000010,010011001110010,010010000010010,010011101110010'; -$pdf->write2DBarcode($code, 'RAW', '', '', 30, 20, $style, 'N'); - -$pdf->SetXY(100, 30); -// write RAW2 2D Barcode -$code = '[111011101110111][010010001000010][010011001110010][010010000010010][010011101110010]'; -$pdf->write2DBarcode($code, 'RAW2', '', '', 30, 20, $style, 'N'); - -// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -// set style for barcode -$style = array( - 'border' => 2, - 'vpadding' => 'auto', - 'hpadding' => 'auto', - 'fgcolor' => array(0,0,0), - 'bgcolor' => false, //array(255,255,255) - 'module_width' => 1, // width of a single module in points - 'module_height' => 1 // height of a single module in points -); - -// QRCODE,L : QR-CODE Low error correction -$pdf->SetXY(30, 60); -$pdf->write2DBarcode('www.tcpdf.org', 'QRCODE,L', '', '', 50, 50, $style, 'N'); -$pdf->Text(30, 55, 'QRCODE L'); - -// QRCODE,M : QR-CODE Medium error correction -$pdf->SetXY(100, 60); -$pdf->write2DBarcode('www.tcpdf.org', 'QRCODE,M', '', '', 50, 50, $style, 'N'); -$pdf->Text(100, 55, 'QRCODE M'); - -// QRCODE,Q : QR-CODE Better error correction -$pdf->SetXY(30, 120); -$pdf->write2DBarcode('www.tcpdf.org', 'QRCODE,Q', '', '', 50, 50, $style, 'N'); -$pdf->Text(30, 115, 'QRCODE Q'); - - -// QRCODE,H : QR-CODE Best error correction -$pdf->SetXY(100, 120); -$pdf->write2DBarcode('www.tcpdf.org', 'QRCODE,H', '', '', 50, 50, $style, 'N'); -$pdf->Text(100, 115, 'QRCODE H'); - -// ------------------------------------------------------------------- -// PDF417 (ISO/IEC 15438:2006) - -/* - - The $type parameter can be simple 'PDF417' or 'PDF417' followed by a - number of comma-separated options: - - 'PDF417,a,e,t,s,f,o0,o1,o2,o3,o4,o5,o6' - - Possible options are: - - a = aspect ratio (width/height); - e = error correction level (0-8); - - Macro Control Block options: - - t = total number of macro segments; - s = macro segment index (0-99998); - f = file ID; - o0 = File Name (text); - o1 = Segment Count (numeric); - o2 = Time Stamp (numeric); - o3 = Sender (text); - o4 = Addressee (text); - o5 = File Size (numeric); - o6 = Checksum (numeric). - - Parameters t, s and f are required for a Macro Control Block, all other parametrs are optional. - To use a comma character ',' on text options, replace it with the character 255: "\xff". - -*/ - -$pdf->SetXY(30, 180); -$pdf->write2DBarcode('www.tcpdf.org', 'PDF417', '', '', 0, 30, $style, 'N'); -$pdf->Text(30, 175, 'PDF417 (ISO/IEC 15438:2006)'); - -// ------------------------------------------------------------------- -// new style -$style = array( - 'border' => 2, - 'padding' => 'auto', - 'fgcolor' => array(0,0,255), - 'bgcolor' => array(255,255,64) -); - -// QRCODE,H : QR-CODE Best error correction -$pdf->SetXY(30, 220); -$pdf->write2DBarcode('www.tcpdf.org', 'QRCODE,H', '', '', 50, 50, $style, 'N'); -$pdf->Text(30, 215, 'QRCODE H - COLORED'); - -// new style -$style = array( - 'border' => false, - 'padding' => 0, - 'fgcolor' => array(128,0,0), - 'bgcolor' => false -); - -// QRCODE,H : QR-CODE Best error correction -$pdf->SetXY(100, 220); -$pdf->write2DBarcode('www.tcpdf.org', 'QRCODE,H', '', '', 50, 50, $style, 'N'); -$pdf->Text(100, 215, 'QRCODE H - NO PADDING'); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_050.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_051.php b/htdocs/includes/tcpdf/examples/example_051.php deleted file mode 100644 index b28c0679e89..00000000000 --- a/htdocs/includes/tcpdf/examples/example_051.php +++ /dev/null @@ -1,114 +0,0 @@ -getBreakMargin(); - $auto_page_break = $this->AutoPageBreak; - $this->SetAutoPageBreak(false, 0); - $img_file = K_PATH_IMAGES.'image_demo.jpg'; - $this->Image($img_file, 0, 0, 210, 297, '', '', '', false, 300, '', false, false, 0); - // restore auto-page-break status - $this->SetAutoPageBreak($auto_page_break, $bMargin); - } -} - -// create new PDF document -$pdf = new MYPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false); - -// set document information -$pdf->SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 051'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(0); -$pdf->SetFooterMargin(0); - -// remove default footer -$pdf->setPrintFooter(false); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('times', '', 48); - -// add a page -$pdf->AddPage(); - -// Print a text -$html = ' PAGE 1  -

      You can set a full page background.

      '; -$pdf->writeHTML($html, true, false, true, false, ''); - - -// add a page -$pdf->AddPage(); - -// Print a text -$html = ' PAGE 2 '; -$pdf->writeHTML($html, true, false, true, false, ''); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_051.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_052.php b/htdocs/includes/tcpdf/examples/example_052.php deleted file mode 100644 index 9481db06f9f..00000000000 --- a/htdocs/includes/tcpdf/examples/example_052.php +++ /dev/null @@ -1,118 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 052'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 052', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -/* -NOTES: - - To create self-signed signature: openssl req -x509 -nodes -days 365000 -newkey rsa:1024 -keyout tcpdf.crt -out tcpdf.crt - - To export crt to p12: openssl pkcs12 -export -in tcpdf.crt -out tcpdf.p12 - - To convert pfx certificate to pem: openssl pkcs12 -in tcpdf.pfx -out tcpdf.crt -nodes -*/ - -// set certificate file -$certificate = 'file://../tcpdf.crt'; - -// set additional information -$info = array( - 'Name' => 'TCPDF', - 'Location' => 'Office', - 'Reason' => 'Testing TCPDF', - 'ContactInfo' => 'http://www.tcpdf.org', - ); - -// set document signature -$pdf->setSignature($certificate, $certificate, 'tcpdfdemo', '', 2, $info); - -// set font -$pdf->SetFont('helvetica', '', 12); - -// add a page -$pdf->AddPage(); - -// print a line of text -$text = 'This is a digitally signed document using the default (example) tcpdf.crt certificate.
      To validate this signature you have to load the tcpdf.fdf on the Arobat Reader to add the certificate to List of Trusted Identities.

      For more information check the source code of this example and the source code documentation for the setSignature() method.

      www.tcpdf.org'; -$pdf->writeHTML($text, true, 0, true, 0); - - -// *** set signature appearance *** - -// create content for signature (image and/or text) -$pdf->Image($file='../images/tcpdf_signature.png', $x=180, $y=60, $w=15, $h=15, $type='PNG'); -// define active area for signature appearance -$pdf->setSignatureAppearance($x=180, $y=60, $w=15, $h=15); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_052.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_053.php b/htdocs/includes/tcpdf/examples/example_053.php deleted file mode 100644 index 9f0f6ebf039..00000000000 --- a/htdocs/includes/tcpdf/examples/example_053.php +++ /dev/null @@ -1,111 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 053'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 053', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('times', '', 14); - -// add a page -$pdf->AddPage(); - -// print a some of text -$text = 'This is an example of JavaScript usage on PDF documents.

      For more information check the source code of this example, the source code documentation for the IncludeJS() method and the JavaScript for Acrobat API Reference guide.

      www.tcpdf.org'; -$pdf->writeHTML($text, true, 0, true, 0); - -// write some JavaScript code -$js = <<IncludeJS($js); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_053.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_054.php b/htdocs/includes/tcpdf/examples/example_054.php deleted file mode 100644 index 45f4eaf4594..00000000000 --- a/htdocs/includes/tcpdf/examples/example_054.php +++ /dev/null @@ -1,131 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 054'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 054', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// IMPORTANT: disable font subsetting to allow users editing the document -$pdf->setFontSubsetting(false); - -// set font -$pdf->SetFont('helvetica', '', 10, '', false); - -// add a page -$pdf->AddPage(); - -// create some HTML content -$html = <<XHTML Form Example -
      -
      -

      -

      -

      -
      -
      -

      - -

      - -


      -
      -
      -


      - - - - -
      -
      -EOD; - -// output the HTML content -$pdf->writeHTML($html, true, 0, true, 0); - -// reset pointer to the last page -$pdf->lastPage(); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_054.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_055.php b/htdocs/includes/tcpdf/examples/example_055.php deleted file mode 100644 index 55c108cc3c2..00000000000 --- a/htdocs/includes/tcpdf/examples/example_055.php +++ /dev/null @@ -1,112 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 055'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 055', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', '', 10); - -// add a page -$pdf->AddPage(); - -// array of core font names -$core_fonts = array('courier', 'helvetica', 'times', 'symbol', 'zapfdingbats'); - -$html = '

      Core Fonts Dump

      '; - -// create one HTML table for each core font -foreach($core_fonts as $font) { - // create HTML content - $html .= ''; - $html .= ''; - // print each character - for ($i = 0; $i < 256; ++$i) { - if (($i > 0) AND (($i % 16) == 0)) { - $html .= ''; - } - $chr = $pdf->unichr($i); - // replace special characters - $trans = array('<' => '<', '>' => '>'); - $chr = strtr($chr, $trans); - $html .= ''; - } - $html .= '
      '.strtoupper($font).'
      '.$chr.'

       
      '; -} - -// output the HTML content -$pdf->writeHTML($html, true, false, true, false, ''); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_055.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_056.php b/htdocs/includes/tcpdf/examples/example_056.php deleted file mode 100644 index 371b238b158..00000000000 --- a/htdocs/includes/tcpdf/examples/example_056.php +++ /dev/null @@ -1,120 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 056'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 056', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', '', 20); - -// add a page -$pdf->AddPage(); - -$pdf->Write(0, 'Example of Crop Marks and Color Registration Bars', '', 0, 'L', true, 0, false, false, 0); - -$pdf->Ln(5); - -// color registration bars - -$pdf->colorRegistrationBar($x=50, $y=70, $w=40, $h=40, $transition=true, $vertical=false, $colors='A,R,G,B,C,M,Y,K'); -$pdf->colorRegistrationBar($x=90, $y=70, $w=40, $h=40, $transition=true, $vertical=true, $colors='A,R,G,B,C,M,Y,K'); -$pdf->colorRegistrationBar($x=50, $y=115, $w=80, $h=5, $transition=false, $vertical=true, $colors='A,W,R,G,B,C,M,Y,K'); -$pdf->colorRegistrationBar($x=135, $y=70, $w=5, $h=50, $transition=false, $vertical=false, $colors='A,W,R,G,B,C,M,Y,K'); - -// corner crop marks - -$pdf->cropMark($x=50, $y=70, $w=10, $h=10, $type='A', $color=array(0,0,0)); -$pdf->cropMark($x=140, $y=70, $w=10, $h=10, $type='B', $color=array(0,0,0)); -$pdf->cropMark($x=50, $y=120, $w=10, $h=10, $type='C', $color=array(0,0,0)); -$pdf->cropMark($x=140, $y=120, $w=10, $h=10, $type='D', $color=array(0,0,0)); - -// various crop marks - -$pdf->cropMark($x=95, $y=65, $w=5, $h=5, $type='A,B', $color=array(255,0,0)); -$pdf->cropMark($x=95, $y=125, $w=5, $h=5, $type='C,D', $color=array(255,0,0)); - -$pdf->cropMark($x=45, $y=95, $w=5, $h=5, $type='A,C', $color=array(0,255,0)); -$pdf->cropMark($x=145, $y=95, $w=5, $h=5, $type='B,D', $color=array(0,255,0)); - -$pdf->cropMark($x=95, $y=140, $w=5, $h=5, $type='A,D', $color=array(0,0,255)); - -// registration marks - -$pdf->registrationMark($x=40, $y=60, $r=5, $double=false, $cola=array(0,0,0), $colb=array(255,255,255)); -$pdf->registrationMark($x=150, $y=60, $r=5, $double=true, $cola=array(0,0,0), $colb=array(255,255,0)); -$pdf->registrationMark($x=40, $y=130, $r=5, $double=true, $cola=array(0,0,0), $colb=array(255,255,0)); -$pdf->registrationMark($x=150, $y=130, $r=5, $double=false, $cola=array(0,0,0), $colb=array(255,255,255)); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_056.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_057.php b/htdocs/includes/tcpdf/examples/example_057.php deleted file mode 100644 index dc76d729904..00000000000 --- a/htdocs/includes/tcpdf/examples/example_057.php +++ /dev/null @@ -1,237 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 057'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 057', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', 'B', 20); - -// add a page -$pdf->AddPage(); - -$pdf->Write(0, 'Example of alignment options for Cell()', '', 0, 'L', true, 0, false, false, 0); - -$pdf->SetFont('helvetica', '', 11); - -// set border width -$pdf->SetLineWidth(0.7); - -// set color for cell border -$pdf->SetDrawColor(0,128,255); - -$pdf->setCellHeightRatio(3); - -$pdf->SetXY(15, 60); - -// text on center -$pdf->Cell(30, 0, 'Top-Center', 1, $ln=0, 'C', 0, '', 0, false, 'T', 'C'); -$pdf->Cell(30, 0, 'Center-Center', 1, $ln=0, 'C', 0, '', 0, false, 'C', 'C'); -$pdf->Cell(30, 0, 'Bottom-Center', 1, $ln=0, 'C', 0, '', 0, false, 'B', 'C'); -$pdf->Cell(30, 0, 'Ascent-Center', 1, $ln=0, 'C', 0, '', 0, false, 'A', 'C'); -$pdf->Cell(30, 0, 'Baseline-Center', 1, $ln=0, 'C', 0, '', 0, false, 'L', 'C'); -$pdf->Cell(30, 0, 'Descent-Center', 1, $ln=0, 'C', 0, '', 0, false, 'D', 'C'); - - -$pdf->SetXY(15, 90); - -// text on top -$pdf->Cell(30, 0, 'Top-Top', 1, $ln=0, 'C', 0, '', 0, false, 'T', 'T'); -$pdf->Cell(30, 0, 'Center-Top', 1, $ln=0, 'C', 0, '', 0, false, 'C', 'T'); -$pdf->Cell(30, 0, 'Bottom-Top', 1, $ln=0, 'C', 0, '', 0, false, 'B', 'T'); -$pdf->Cell(30, 0, 'Ascent-Top', 1, $ln=0, 'C', 0, '', 0, false, 'A', 'T'); -$pdf->Cell(30, 0, 'Baseline-Top', 1, $ln=0, 'C', 0, '', 0, false, 'L', 'T'); -$pdf->Cell(30, 0, 'Descent-Top', 1, $ln=0, 'C', 0, '', 0, false, 'D', 'T'); - - -$pdf->SetXY(15, 120); - -// text on bottom -$pdf->Cell(30, 0, 'Top-Bottom', 1, $ln=0, 'C', 0, '', 0, false, 'T', 'B'); -$pdf->Cell(30, 0, 'Center-Bottom', 1, $ln=0, 'C', 0, '', 0, false, 'C', 'B'); -$pdf->Cell(30, 0, 'Bottom-Bottom', 1, $ln=0, 'C', 0, '', 0, false, 'B', 'B'); -$pdf->Cell(30, 0, 'Ascent-Bottom', 1, $ln=0, 'C', 0, '', 0, false, 'A', 'B'); -$pdf->Cell(30, 0, 'Baseline-Bottom', 1, $ln=0, 'C', 0, '', 0, false, 'L', 'B'); -$pdf->Cell(30, 0, 'Descent-Bottom', 1, $ln=0, 'C', 0, '', 0, false, 'D', 'B'); - - -// draw some reference lines -$linestyle = array('width' => 0.1, 'cap' => 'butt', 'join' => 'miter', 'dash' => '', 'phase' => 0, 'color' => array(255, 0, 0)); -$pdf->Line(15, 60, 195, 60, $linestyle); -$pdf->Line(15, 90, 195, 90, $linestyle); -$pdf->Line(15, 120, 195, 120, $linestyle); - -// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -// CELL BORDERS - -// add a page -$pdf->AddPage(); - -$pdf->SetFont('helvetica', 'B', 20); - -$pdf->Write(0, 'Example of borders for Cell()', '', 0, 'L', true, 0, false, false, 0); - -$pdf->SetFont('helvetica', '', 11); - -// set border width -$pdf->SetLineWidth(1); - -// set color for cell border -$pdf->SetDrawColor(0,128,255); - -// set filling color -$pdf->SetFillColor(255,255,128); - -$pdf->Cell(30, 0, '1', 1, 1, 'C', 1, '', 0, false, 'T', 'C'); -$pdf->Ln(2); -$pdf->Cell(30, 0, 'LTRB', 'LTRB', 1, 'C', 1, '', 0, false, 'T', 'C'); -$pdf->Ln(2); -$pdf->Cell(30, 0, 'LTR', 'LTR', 1, 'C', 1, '', 0, false, 'T', 'C'); -$pdf->Ln(2); -$pdf->Cell(30, 0, 'TRB', 'TRB', 1, 'C', 1, '', 0, false, 'T', 'C'); -$pdf->Ln(2); -$pdf->Cell(30, 0, 'LRB', 'LRB', 1, 'C', 1, '', 0, false, 'T', 'C'); -$pdf->Ln(2); -$pdf->Cell(30, 0, 'LTB', 'LTB', 1, 'C', 1, '', 0, false, 'T', 'C'); -$pdf->Ln(2); -$pdf->Cell(30, 0, 'LT', 'LT', 1, 'C', 1, '', 0, false, 'T', 'C'); -$pdf->Ln(2); -$pdf->Cell(30, 0, 'TR', 'TR', 1, 'C', 1, '', 0, false, 'T', 'C'); -$pdf->Ln(2); -$pdf->Cell(30, 0, 'RB', 'RB', 1, 'C', 1, '', 0, false, 'T', 'C'); -$pdf->Ln(2); -$pdf->Cell(30, 0, 'LB', 'LB', 1, 'C', 1, '', 0, false, 'T', 'C'); -$pdf->Ln(2); -$pdf->Cell(30, 0, 'LR', 'LR', 1, 'C', 1, '', 0, false, 'T', 'C'); -$pdf->Ln(2); -$pdf->Cell(30, 0, 'TB', 'TB', 1, 'C', 1, '', 0, false, 'T', 'C'); -$pdf->Ln(2); -$pdf->Cell(30, 0, 'L', 'L', 1, 'C', 1, '', 0, false, 'T', 'C'); -$pdf->Ln(2); -$pdf->Cell(30, 0, 'T', 'T', 1, 'C', 1, '', 0, false, 'T', 'C'); -$pdf->Ln(2); -$pdf->Cell(30, 0, 'R', 'R', 1, 'C', 1, '', 0, false, 'T', 'C'); -$pdf->Ln(2); -$pdf->Cell(30, 0, 'B', 'B', 1, 'C', 1, '', 0, false, 'T', 'C'); - -// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -// ADVANCED SETTINGS FOR CELL BORDERS - -// add a page -$pdf->AddPage(); - -$pdf->SetFont('helvetica', 'B', 20); - -$pdf->Write(0, 'Example of advanced border settings for Cell()', '', 0, 'L', true, 0, false, false, 0); - -$pdf->SetFont('helvetica', '', 11); - -// set border width -$pdf->SetLineWidth(1); - -// set color for cell border -$pdf->SetDrawColor(0,128,255); - -// set filling color -$pdf->SetFillColor(255,255,128); - -$border = array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(255, 0, 0))); -$pdf->Cell(30, 0, 'LTRB', $border, 1, 'C', 1, '', 0, false, 'T', 'C'); -$pdf->Ln(5); - -$border = array( -'L' => array('width' => 2, 'cap' => 'square', 'join' => 'miter', 'dash' => 0, 'color' => array(255, 0, 0)), -'R' => array('width' => 2, 'cap' => 'square', 'join' => 'miter', 'dash' => 0, 'color' => array(255, 0, 255)), -'T' => array('width' => 2, 'cap' => 'square', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 255, 0)), -'B' => array('width' => 2, 'cap' => 'square', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 255))); -$pdf->Cell(30, 0, 'LTRB', $border, 1, 'C', 1, '', 0, false, 'T', 'C'); -$pdf->Ln(5); - -$border = array('mode' => 'ext', 'LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(255, 0, 0))); -$pdf->Cell(30, 0, 'LTRB EXT', $border, 1, 'C', 1, '', 0, false, 'T', 'C'); -$pdf->Ln(5); - -$border = array('mode' => 'int', 'LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(255, 0, 0))); -$pdf->Cell(30, 0, 'LTRB INT', $border, 1, 'C', 1, '', 0, false, 'T', 'C'); -$pdf->Ln(5); - -// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -// reset pointer to the last page -$pdf->lastPage(); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_057.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_058.php b/htdocs/includes/tcpdf/examples/example_058.php deleted file mode 100644 index b24118bf6b1..00000000000 --- a/htdocs/includes/tcpdf/examples/example_058.php +++ /dev/null @@ -1,97 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 058'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 058', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', '', 10); - -// add a page -$pdf->AddPage(); - -// NOTE: Uncomment the following line to rasterize SVG image using the ImageMagick library. -//$pdf->setRasterizeVectorImages(true); - -$pdf->ImageSVG($file='../images/testsvg.svg', $x=15, $y=30, $w='', $h='', $link='http://www.tcpdf.org', $align='', $palign='', $border=1, $fitonpage=false); - -$pdf->ImageSVG($file='../images/tux.svg', $x=30, $y=100, $w='', $h=100, $link='', $align='', $palign='', $border=0, $fitonpage=false); - -$pdf->SetFont('helvetica', '', 8); -$pdf->SetY(195); -$txt = '© The copyright holder of the above Tux image is Larry Ewing, allows anyone to use it for any purpose, provided that the copyright holder is properly attributed. Redistribution, derivative work, commercial use, and all other use is permitted.'; -$pdf->Write(0, $txt, '', 0, 'L', true, 0, false, false, 0); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_058.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_059.php b/htdocs/includes/tcpdf/examples/example_059.php deleted file mode 100644 index 1a6f6d6b58e..00000000000 --- a/htdocs/includes/tcpdf/examples/example_059.php +++ /dev/null @@ -1,192 +0,0 @@ -tocpage) { - // *** replace the following parent::Header() with your code for TOC page - parent::Header(); - } else { - // *** replace the following parent::Header() with your code for normal pages - parent::Header(); - } - } - - /** - * Overwrite Footer() method. - * @access public - */ - public function Footer() { - if ($this->tocpage) { - // *** replace the following parent::Footer() with your code for TOC page - parent::Footer(); - } else { - // *** replace the following parent::Footer() with your code for normal pages - parent::Footer(); - } - } - -} // end of class - -// create new PDF document -$pdf = new TOC_TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false); - -// set document information -$pdf->SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 059'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 059', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// set font -$pdf->SetFont('helvetica', '', 10); - -// --------------------------------------------------------- - -// create some content ... - -// add a page -$pdf->AddPage(); - -// set a bookmark for the current position -$pdf->Bookmark('Chapter 1', 0, 0); - -// print a line using Cell() -$pdf->Cell(0, 10, 'Chapter 1', 0, 1, 'L'); - -$pdf->AddPage(); -$pdf->Bookmark('Paragraph 1.1', 1, 0); -$pdf->Cell(0, 10, 'Paragraph 1.1', 0, 1, 'L'); - -$pdf->AddPage(); -$pdf->Bookmark('Paragraph 1.2', 1, 0); -$pdf->Cell(0, 10, 'Paragraph 1.2', 0, 1, 'L'); - -$pdf->AddPage(); -$pdf->Bookmark('Sub-Paragraph 1.2.1', 2, 0); -$pdf->Cell(0, 10, 'Sub-Paragraph 1.2.1', 0, 1, 'L'); - -$pdf->AddPage(); -$pdf->Bookmark('Paragraph 1.3', 1, 0); -$pdf->Cell(0, 10, 'Paragraph 1.3', 0, 1, 'L'); - -for ($i = 2; $i < 12; ++$i) { - $pdf->AddPage(); - $pdf->Bookmark('Chapter '.$i, 0, 0); - $pdf->Cell(0, 10, 'Chapter '.$i, 0, 1, 'L'); -} - - -// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - - -// add a new page for TOC -$pdf->addTOCPage(); - -// write the TOC title and/or other elements on the TOC page -$pdf->SetFont('times', 'B', 16); -$pdf->MultiCell(0, 0, 'Table Of Content', 0, 'C', 0, 1, '', '', true, 0); -$pdf->Ln(); -$pdf->SetFont('helvetica', '', 10); - -// define styles for various bookmark levels -$bookmark_templates = array(); - -/* - * The key of the $bookmark_templates array represent the bookmark level (from 0 to n). - * The following templates will be replaced with proper content: - * #TOC_DESCRIPTION# this will be replaced with the bookmark description; - * #TOC_PAGE_NUMBER# this will be replaced with page number. - * - * NOTES: - * If you want to align the page number on the right you have to use a monospaced font like courier, otherwise you can left align using any font type. - * The following is just an example, you can get various styles by combining various HTML elements. - */ - -// A monospaced font for the page number is mandatory to get the right alignment -$bookmark_templates[0] = '
      #TOC_DESCRIPTION##TOC_PAGE_NUMBER#
      '; -$bookmark_templates[1] = '
       #TOC_DESCRIPTION##TOC_PAGE_NUMBER#
      '; -$bookmark_templates[2] = '
       #TOC_DESCRIPTION##TOC_PAGE_NUMBER#
      '; -// add other bookmark level templates here ... - -// add table of content at page 1 -// (check the example n. 45 for a text-only TOC -$pdf->addHTMLTOC($page=1, $toc_name='INDEX', $bookmark_templates, $correct_align=true); - -// end of TOC page -$pdf->endTOCPage(); - -// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_059.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_060.php b/htdocs/includes/tcpdf/examples/example_060.php deleted file mode 100644 index bc989576106..00000000000 --- a/htdocs/includes/tcpdf/examples/example_060.php +++ /dev/null @@ -1,111 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 060'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 060', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// set font -$pdf->SetFont('helvetica', '', 20); - -// --------------------------------------------------------- - -// set page format (read source code documentation for further information) -$page_format = array( - 'MediaBox' => array ('llx' => 0, 'lly' => 0, 'urx' => 210, 'ury' => 297), - 'CropBox' => array ('llx' => 0, 'lly' => 0, 'urx' => 210, 'ury' => 297), - 'BleedBox' => array ('llx' => 5, 'lly' => 5, 'urx' => 205, 'ury' => 292), - 'TrimBox' => array ('llx' => 10, 'lly' => 10, 'urx' => 200, 'ury' => 287), - 'ArtBox' => array ('llx' => 15, 'lly' => 15, 'urx' => 195, 'ury' => 282), - 'Dur' => 3, - 'trans' => array( - 'D' => 1.5, - 'S' => 'Split', - 'Dm' => 'V', - 'M' => 'O' - ), - 'Rotate' => 90, - 'PZ' => 1, -); - -// Check the example n. 29 for viewer preferences - -// add first page --- -$pdf->AddPage('P', $page_format, false, false); -$pdf->Cell(0, 12, 'First Page', 1, 1, 'C'); - -// add second page --- -$page_format['Rotate'] = 270; -$pdf->AddPage('P', $page_format, false, false); -$pdf->Cell(0, 12, 'Second Page', 1, 1, 'C'); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_060.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_061.php b/htdocs/includes/tcpdf/examples/example_061.php deleted file mode 100644 index 2b50ba81531..00000000000 --- a/htdocs/includes/tcpdf/examples/example_061.php +++ /dev/null @@ -1,221 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 061'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 061', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', '', 10); - -// add a page -$pdf->AddPage(); - -/* NOTE: - * ********************************************************* - * You can load external XHTML using : - * - * $html = file_get_contents('/path/to/your/file.html'); - * - * External CSS files will be automatically loaded. - * Sometimes you need to fix the path of the external CSS. - * ********************************************************* - */ - -// define some HTML content with style -$html = << - - -

      Example of XHTML + CSS

      - -

      Example of paragraph with class selector. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed imperdiet lectus. Phasellus quis velit velit, non condimentum quam. Sed neque urna, ultrices ac volutpat vel, laoreet vitae augue. Sed vel velit erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Cras eget velit nulla, eu sagittis elit. Nunc ac arcu est, in lobortis tellus. Praesent condimentum rhoncus sodales. In hac habitasse platea dictumst. Proin porta eros pharetra enim tincidunt dignissim nec vel dolor. Cras sapien elit, ornare ac dignissim eu, ultricies ac eros. Maecenas augue magna, ultrices a congue in, mollis eu nulla. Nunc venenatis massa at est eleifend faucibus. Vivamus sed risus lectus, nec interdum nunc.

      - -

      Example of paragraph with ID selector. Fusce et felis vitae diam lobortis sollicitudin. Aenean tincidunt accumsan nisi, id vehicula quam laoreet elementum. Phasellus egestas interdum erat, et viverra ipsum ultricies ac. Praesent sagittis augue at augue volutpat eleifend. Cras nec orci neque. Mauris bibendum posuere blandit. Donec feugiat mollis dui sit amet pellentesque. Sed a enim justo. Donec tincidunt, nisl eget elementum aliquam, odio ipsum ultrices quam, eu porttitor ligula urna at lorem. Donec varius, eros et convallis laoreet, ligula tellus consequat felis, ut ornare metus tellus sodales velit. Duis sed diam ante. Ut rutrum malesuada massa, vitae consectetur ipsum rhoncus sed. Suspendisse potenti. Pellentesque a congue massa.

      - -
      example of DIV with border and fill.
      Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed imperdiet lectus.
      - -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      No.XXXXXXXX XXXXXXXXXXXX
      1.XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXXXXXX
      XXXX
      2.XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      3.XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      4.XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      XXXX
      -EOF; - -// output the HTML content -$pdf->writeHTML($html, true, false, true, false, ''); - -// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -// reset pointer to the last page -$pdf->lastPage(); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_061.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/example_062.php b/htdocs/includes/tcpdf/examples/example_062.php deleted file mode 100644 index 52f04b1fe0f..00000000000 --- a/htdocs/includes/tcpdf/examples/example_062.php +++ /dev/null @@ -1,139 +0,0 @@ -SetCreator(PDF_CREATOR); -$pdf->SetAuthor('Nicola Asuni'); -$pdf->SetTitle('TCPDF Example 062'); -$pdf->SetSubject('TCPDF Tutorial'); -$pdf->SetKeywords('TCPDF, PDF, example, test, guide'); - -// set default header data -$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 062', PDF_HEADER_STRING); - -// set header and footer fonts -$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); -$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); - -// set default monospaced font -$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); - -//set margins -$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); -$pdf->SetHeaderMargin(PDF_MARGIN_HEADER); -$pdf->SetFooterMargin(PDF_MARGIN_FOOTER); - -//set auto page breaks -$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); - -//set image scale factor -$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); - -//set some language-dependent strings -$pdf->setLanguageArray($l); - -// --------------------------------------------------------- - -// set font -$pdf->SetFont('helvetica', 'B', 20); - -// add a page -$pdf->AddPage(); - -$pdf->Write(0, 'XObject Templates', '', 0, 'C', 1, 0, false, false, 0); - -/* - * An XObject Template is a PDF block that is a self-contained - * description of any sequence of graphics objects (including path - * objects, text objects, and sampled images). - * An XObject Template may be painted multiple times, either on - * several pages or at several locations on the same page and produces - * the same results each time, subject only to the graphics state at - * the time it is invoked. - */ - -// start a new XObject Template -$template_id = $pdf->startTemplate(60, 60); - - -// create Template content -// ................................................................... -//Start Graphic Transformation -$pdf->StartTransform(); - -// set clipping mask -$pdf->StarPolygon(30, 30, 29, 10, 3, 0, 1, 'CNZ'); - -// draw jpeg image to be clipped -$pdf->Image('../images/image_demo.jpg', 0, 0, 60, 60, '', '', '', true, 72, '', false, false, 0, false, false, false); - -//Stop Graphic Transformation -$pdf->StopTransform(); - -$pdf->SetXY(0, 0); - -$pdf->SetFont('times', '', 40); - -$pdf->SetTextColor(255, 0, 0); - -// print a text -$pdf->Cell(60, 60, 'Template', 0, 0, 'C', false, '', 0, false, 'T', 'M'); -// ................................................................... - - -// end the current Template -$pdf->endTemplate(); - -// print the selected Template various times - -$pdf->printTemplate($template_id, 15, 50, 20, 20, '', '', false); - -$pdf->printTemplate($template_id, 27, 62, 40, 40, '', '', false); - -$pdf->printTemplate($template_id, 55, 85, 60, 60, '', '', false); - -$pdf->printTemplate($template_id, 95, 125, 80, 80, '', '', false); - -// --------------------------------------------------------- - -//Close and output PDF document -$pdf->Output('example_062.pdf', 'I'); - -//============================================================+ -// END OF FILE -//============================================================+ diff --git a/htdocs/includes/tcpdf/examples/index.php b/htdocs/includes/tcpdf/examples/index.php deleted file mode 100644 index 39144f8da2e..00000000000 --- a/htdocs/includes/tcpdf/examples/index.php +++ /dev/null @@ -1,87 +0,0 @@ -'; -?> - - - - - -TCPDF Examples - - - - - - - - - -

      TCPDF Examples

      - -
        -
      1. Simple PDF with default Header and Footer: [PDF]
      2. -
      3. Simple PDF without Header and Footer: [PDF]
      4. -
      5. Custom Header and Footer: [PDF]
      6. -
      7. Cell stretching: [PDF]
      8. -
      9. Multicell: [PDF]
      10. -
      11. WriteHTML and RTL support: [PDF]
      12. -
      13. Independent columns with WriteHTMLCell: [PDF]
      14. -
      15. External UTF-8 text file: [PDF]
      16. -
      17. Image: [PDF]
      18. -
      19. Multiple columns: [PDF]
      20. -
      21. Colored Tables: [PDF]
      22. -
      23. Graphic Functions: [PDF]
      24. -
      25. Graphic Transformations: [PDF]
      26. -
      27. Javascript and Forms: [PDF]
      28. -
      29. Bookmarks (Table of Content): [PDF]
      30. -
      31. Document Encryption: [PDF]
      32. -
      33. Independent columns with MultiCell: [PDF]
      34. -
      35. Persian and Arabic language on RTL document: [PDF]
      36. -
      37. Non unicode / Alternative config file: [PDF]
      38. -
      39. Multicell complex alignment: [PDF]
      40. -
      41. writeHTML alignment: [PDF]
      42. -
      43. CMYK colors: [PDF]
      44. -
      45. Page Groups: [PDF]
      46. -
      47. Object Visibility: [PDF]
      48. -
      49. Object Transparency: [PDF]
      50. -
      51. Text Rendering Modes and Text Clipping: [PDF]
      52. -
      53. Barcodes: [PDF]
      54. -
      55. Multiple page formats: [PDF]
      56. -
      57. Set PDF viewer display preferences: [PDF]
      58. -
      59. Colour gradients: [PDF]
      60. -
      61. Pie Chart Graphic: [PDF]
      62. -
      63. EPS/AI vectorial image: [PDF]
      64. -
      65. Mixed font types (TrueType Unicode, core, CID-0): [PDF]
      66. -
      67. Clipping masks: [PDF]
      68. -
      69. Line styles with cells and multicells: [PDF]
      70. -
      71. Text Annotations: [PDF]
      72. -
      73. Spot Colors: [PDF]
      74. -
      75. NON-embedded CID-0 CJK font: [PDF]
      76. -
      77. HTML Justification: [PDF]
      78. -
      79. Booklet (double-sided pages): [PDF]
      80. -
      81. File attachment: [PDF]
      82. -
      83. Image with Alpha Channel Transparency: [PDF]
      84. -
      85. Disk caching: [PDF]
      86. -
      87. Move, Copy and Delete page: [PDF]
      88. -
      89. Table Of Content with Bookmarks: [PDF]
      90. -
      91. Text hyphenation: [PDF]
      92. -
      93. Transactions and UNDO: [PDF]
      94. -
      95. Table header and rowspan: [PDF]
      96. -
      97. TCPDF methods in HTML: [PDF]
      98. -
      99. 2D Barcode (QR-Code AND PDF417): [PDF]
      100. -
      101. Full page background: [PDF]
      102. -
      103. Digital Signature Certification: [PDF]
      104. -
      105. Javascript functions: [PDF]
      106. -
      107. XHTML Form: [PDF]
      108. -
      109. Font Dump: [PDF]
      110. -
      111. Crop Marks and Registration Marks: [PDF]
      112. -
      113. Cell vertical alignments and borders: [PDF]
      114. -
      115. SVG Image: [PDF]
      116. -
      117. Table Of Content with HTML templates: [PDF]
      118. -
      119. Advanced page settings: [PDF]
      120. -
      121. XHTML + CSS: [PDF]
      122. -
      123. XObject Templates: [PDF]
      124. -
      - - - diff --git a/htdocs/includes/tcpdf/images/_blank.png b/htdocs/includes/tcpdf/images/_blank.png deleted file mode 100644 index 38f7b2fa56a..00000000000 Binary files a/htdocs/includes/tcpdf/images/_blank.png and /dev/null differ diff --git a/htdocs/includes/tcpdf/images/alpha.png b/htdocs/includes/tcpdf/images/alpha.png deleted file mode 100644 index 08daf2d44cd..00000000000 Binary files a/htdocs/includes/tcpdf/images/alpha.png and /dev/null differ diff --git a/htdocs/includes/tcpdf/images/bug.eps b/htdocs/includes/tcpdf/images/bug.eps deleted file mode 100644 index 7df891e7d9f..00000000000 --- a/htdocs/includes/tcpdf/images/bug.eps +++ /dev/null @@ -1,1809 +0,0 @@ -%!PS-Adobe-3.0 EPSF-3.0 -%%Creator: Adobe Illustrator(TM) 3.2 -%%AI8_CreatorVersion: 12.0.0 -%%For: (fluxus) (x) -%%Title: (bug.eps) -%%CreationDate: 4/15/2006 11:11 PM -%%BoundingBox: -2 747 53 843 -% -2 747 53 843 -%%DocumentProcessColors: Cyan Magenta Yellow Black -%%DocumentSuppliedResources: procset Adobe_packedarray 2.0 0 -%%+ procset Adobe_cmykcolor 1.1 0 -%%+ procset Adobe_cshow 1.1 0 -%%+ procset Adobe_customcolor 1.0 0 -%%+ procset Adobe_pattern_AI3 1.0 0 -%%+ procset Adobe_Illustrator_AI3 1.0 1 -%AI3_ColorUsage: Color -%AI3_IncludePlacedImages -%%CMYKCustomColor: 1 1 1 1 ([Registration]) -%AI3_TemplateBox: 298.5 420.3896 298.5 420.3896 -%AI3_TileBox: 0.157715 0.044861 595.1177 841.9648 -%AI3_DocumentPreview: Header -%%PageOrigin:-32 11.8896 -%AI7_GridSettings: 72 8 72 8 1 0 0.8 0.8 0.8 0.9 0.9 0.9 -%AI9_Flatten: 1 -%AI12_CMSettings: 00.MS -%%EndComments -%%BeginProlog -%%BeginResource: procset Adobe_packedarray 2.0 0 -%%Title: (Packed Array Operators) -%%Version: 2.0 0 -%%CreationDate: (8/2/90) () -%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved) -userdict /Adobe_packedarray 5 dict dup begin put -/initialize -{ -/packedarray where - { - pop - } - { - Adobe_packedarray begin - Adobe_packedarray - { - dup xcheck - { - bind - } if - userdict 3 1 roll put - } forall - end - } ifelse -} def -/terminate -{ -} def -/packedarray -{ -array astore readonly -} def -/setpacking -{ -pop -} def -/currentpacking -{ -false -} def -currentdict readonly pop end -%%EndResource -Adobe_packedarray /initialize get exec -%%BeginResource: procset Adobe_cmykcolor 1.1 0 -%%Title: (CMYK Color Operators) -%%Version: 1.1 0 -%%CreationDate: (1/23/89) () -%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved) -currentpacking true setpacking -userdict /Adobe_cmykcolor 4 dict dup begin put -/initialize -{ -/setcmykcolor where - { - pop - } - { - userdict /Adobe_cmykcolor_vars 2 dict dup begin put - /_setrgbcolor - /setrgbcolor load def - /_currentrgbcolor - /currentrgbcolor load def - Adobe_cmykcolor begin - Adobe_cmykcolor - { - dup xcheck - { - bind - } if - pop pop - } forall - end - end - Adobe_cmykcolor begin - } ifelse -} def -/terminate -{ -currentdict Adobe_cmykcolor eq - { - end - } if -} def -/setcmykcolor -{ -1 sub 4 1 roll -3 - { - 3 index add neg dup 0 lt - { - pop 0 - } if - 3 1 roll - } repeat -Adobe_cmykcolor_vars /_setrgbcolor get exec -pop -} def -/currentcmykcolor -{ -Adobe_cmykcolor_vars /_currentrgbcolor get exec -3 - { - 1 sub neg 3 1 roll - } repeat -0 -} def -currentdict readonly pop end -setpacking -%%EndResource -%%BeginResource: procset Adobe_cshow 1.1 0 -%%Title: (cshow Operator) -%%Version: 1.1 0 -%%CreationDate: (1/23/89) () -%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved) -currentpacking true setpacking -userdict /Adobe_cshow 3 dict dup begin put -/initialize -{ -/cshow where - { - pop - } - { - userdict /Adobe_cshow_vars 1 dict dup begin put - /_cshow - {} def - Adobe_cshow begin - Adobe_cshow - { - dup xcheck - { - bind - } if - userdict 3 1 roll put - } forall - end - end - } ifelse -} def -/terminate -{ -} def -/cshow -{ -exch -Adobe_cshow_vars - exch /_cshow - exch put - { - 0 0 Adobe_cshow_vars /_cshow get exec - } forall -} def -currentdict readonly pop end -setpacking -%%EndResource -%%BeginResource: procset Adobe_customcolor 1.0 0 -%%Title: (Custom Color Operators) -%%Version: 1.0 0 -%%CreationDate: (5/9/88) () -%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved) -currentpacking true setpacking -userdict /Adobe_customcolor 5 dict dup begin put -/initialize -{ -/setcustomcolor where - { - pop - } - { - Adobe_customcolor begin - Adobe_customcolor - { - dup xcheck - { - bind - } if - pop pop - } forall - end - Adobe_customcolor begin - } ifelse -} def -/terminate -{ -currentdict Adobe_customcolor eq - { - end - } if -} def -/findcmykcustomcolor -{ -5 packedarray -} def -/setcustomcolor -{ -exch -aload pop pop -4 - { - 4 index mul 4 1 roll - } repeat -5 -1 roll pop -setcmykcolor -} def -/setoverprint -{ -pop -} def -currentdict readonly pop end -setpacking -%%EndResource -%%BeginResource: procset Adobe_pattern_AI3 1.1 0 -%%Title: (Adobe Illustrator (R) Version 3.0 Pattern Operators) -%%Version: 1.1 0 -%%CreationDate: (7/21/89) () -%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved) -currentpacking true setpacking -userdict /Adobe_pattern_AI3 16 dict dup begin put -/initialize -{ -/definepattern where - { - pop - } - { - Adobe_pattern_AI3 begin - Adobe_pattern_AI3 - { - dup xcheck - { - bind - } if - pop pop - } forall - mark - cachestatus 7 1 roll pop pop pop pop exch pop exch - { - { - 10000 add - dup 2 index gt - { - exit - } if - dup setcachelimit - } loop - } stopped - cleartomark - } ifelse -} def -/terminate -{ -currentdict Adobe_pattern_AI3 eq - { - end - } if -} def -errordict -/nocurrentpoint -{ -pop -stop -} put -errordict -/invalidaccess -{ -pop -stop -} put -/patternencoding -256 array def -0 1 255 -{ -patternencoding exch ( ) 2 copy exch 0 exch put cvn put -} for -/definepattern -{ -17 dict begin -/uniform exch def -/cache exch def -/key exch def -/procarray exch def -/mtx exch matrix invertmatrix def -/height exch def -/width exch def -/ctm matrix currentmatrix def -/ptm matrix def -/str 32 string def -/slice 9 dict def -slice /s 1 put -slice /q 256 procarray length div sqrt floor cvi put -slice /b 0 put -/FontBBox [0 0 0 0] def -/FontMatrix mtx matrix copy def -/Encoding patternencoding def -/FontType 3 def -/BuildChar - { - exch - begin - /setstrokeadjust where {pop true setstrokeadjust} if - slice begin - dup q dup mul mod s idiv /i exch def - dup q dup mul mod s mod /j exch def - q dup mul idiv procarray exch get - /xl j width s div mul def - /xg j 1 add width s div mul def - /yl i height s div mul def - /yg i 1 add height s div mul def - uniform - { - 1 1 - } - { - width 0 dtransform - dup mul exch dup mul add sqrt dup 1 add exch div - 0 height dtransform - dup mul exch dup mul add sqrt dup 1 add exch div - } ifelse - width 0 cache - { - xl 4 index mul yl 4 index mul xg 6 index mul yg 6 index mul - setcachedevice - } - { - setcharwidth - } ifelse - gsave - scale - newpath - xl yl moveto - xg yl lineto - xg yg lineto - xl yg lineto - closepath - clip - newpath - end - end - exec - grestore - } def -key currentdict definefont -end -} def -/patterncachesize -{ -gsave -newpath -0 0 moveto -width 0 lineto -width height lineto -0 height lineto -closepath -patternmatrix setmatrix -pathbbox -exch ceiling 4 -1 roll floor sub 3 1 roll -ceiling exch floor sub -mul 1 add -grestore -} def -/patterncachelimit -{ -cachestatus 7 1 roll 6 npop 8 mul -} def -/patternpath -{ -exch dup begin setfont -ctm setmatrix -concat -slice exch /b exch slice /q get dup mul mul put -FontMatrix concat -uniform - { - width 0 dtransform round width div exch round width div exch - 0 height dtransform round height div exch height div exch - 0 0 transform round exch round exch - ptm astore setmatrix - } - { - ptm currentmatrix pop - } ifelse -{currentpoint} stopped not - { - 2 npop - pathbbox - true - 4 index 3 index eq - 4 index 3 index eq - and - { - pop false - { - {2 npop} - {3 npop true} - {7 npop true} - {pop true} - pathforall - } stopped - { - 5 npop true - } if - } if - { - height div ceiling height mul 4 1 roll - width div ceiling width mul 4 1 roll - height div floor height mul 4 1 roll - width div floor width mul 4 1 roll - 2 index sub height div ceiling cvi exch - 3 index sub width div ceiling cvi exch - 4 2 roll moveto - FontMatrix mtx invertmatrix - dup dup 4 get exch 5 get rmoveto - ptm ptm concatmatrix pop - slice /s - patterncachesize patterncachelimit div ceiling sqrt ceiling cvi - dup slice /q get gt - { - pop slice /q get - } if - put - 0 1 slice /s get dup mul 1 sub - { - slice /b get add - gsave - 0 1 str length 1 sub - { - str exch 2 index put - } for - pop - dup - { - gsave - ptm setmatrix - 1 index str length idiv {str show} repeat - 1 index str length mod str exch 0 exch getinterval show - grestore - 0 height rmoveto - } repeat - grestore - } for - 2 npop - } - { - 4 npop - } ifelse - } if -end -} def -/patternclip -{ -clip -} def -/patternstrokepath -{ -strokepath -} def -/patternmatrix -matrix def -/patternfill -{ -dup type /dicttype eq - { - Adobe_pattern_AI3 /patternmatrix get - } if -gsave -patternclip -Adobe_pattern_AI3 /patternpath get exec -grestore -newpath -} def -/patternstroke -{ -dup type /dicttype eq - { - Adobe_pattern_AI3 /patternmatrix get - } if -gsave -patternstrokepath -true - { - { - { - newpath - moveto - } - { - lineto - } - { - curveto - } - { - closepath - 3 copy - Adobe_pattern_AI3 /patternfill get exec - } pathforall - 3 npop - } stopped - { - 5 npop - patternclip - Adobe_pattern_AI3 /patternfill get exec - } if - } - { - patternclip - Adobe_pattern_AI3 /patternfill get exec - } ifelse -grestore -newpath -} def -/patternashow -{ -3 index type /dicttype eq - { - Adobe_pattern_AI3 /patternmatrix get 4 1 roll - } if - { - 2 npop (0) exch - 2 copy 0 exch put pop - gsave - false charpath currentpoint - 6 index 6 index 6 index - Adobe_pattern_AI3 /patternfill get exec - grestore - newpath moveto - 2 copy rmoveto - } exch cshow -5 npop -} def -/patternawidthshow -{ -6 index type /dicttype eq - { - Adobe_pattern_AI3 /patternmatrix get 7 1 roll - } if - { - 2 npop (0) exch - 2 copy 0 exch put - gsave - _sp eq {5 index 5 index rmoveto} if - false charpath currentpoint - 9 index 9 index 9 index - Adobe_pattern_AI3 /patternfill get exec - grestore - newpath moveto - 2 copy rmoveto - } exch cshow -8 npop -} def -/patternashowstroke -{ -4 index type /dicttype eq - { - patternmatrix /patternmatrix get 5 1 roll - } if -4 1 roll - { - 2 npop (0) exch - 2 copy 0 exch put pop - gsave - false charpath - currentpoint - 4 index setmatrix - 7 index 7 index 7 index - Adobe_pattern_AI3 /patternstroke get exec - grestore - newpath moveto - 2 copy rmoveto - } exch cshow -6 npop -} def -/patternawidthshowstroke -{ -7 index type /dicttype eq - { - patternmatrix /patternmatrix get 8 1 roll - } if -7 1 roll - { - 2 npop (0) exch - 2 copy 0 exch put - gsave - _sp eq {5 index 5 index rmoveto} if - false charpath currentpoint - 7 index setmatrix - 10 index 10 index 10 index - Adobe_pattern_AI3 /patternstroke get exec - grestore - newpath moveto - 2 copy rmoveto - } exch cshow -9 npop -} def -currentdict readonly pop end -setpacking -%%EndResource -%%BeginResource: procset Adobe_Illustrator_AI3 1.1 0 -%%Title: (Adobe Illustrator (R) Version 3.0 Full Prolog) -%%Version: 1.1 0 -%%CreationDate: (3/7/1994) () -%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved) -currentpacking true setpacking -userdict /Adobe_Illustrator_AI3 71 dict dup begin put -/initialize -{ -userdict /Adobe_Illustrator_AI3_vars 67 dict dup begin put -/_lp /none def -/_pf {} def -/_ps {} def -/_psf {} def -/_pss {} def -/_pjsf {} def -/_pjss {} def -/_pola 0 def -/_doClip 0 def -/cf currentflat def -/_tm matrix def -/_renderStart [/e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0] def -/_renderEnd [null null null null /i1 /i1 /i1 /i1] def -/_render -1 def -/_rise 0 def -/_ax 0 def -/_ay 0 def -/_cx 0 def -/_cy 0 def -/_leading [0 0] def -/_ctm matrix def -/_mtx matrix def -/_sp 16#020 def -/_hyphen (-) def -/_fScl 0 def -/_cnt 0 def -/_hs 1 def -/_nativeEncoding 0 def -/_useNativeEncoding 0 def -/_tempEncode 0 def -/_pntr 0 def -/_tDict 2 dict def -/_wv 0 def -/Tx {} def -/Tj {} def -/CRender {} def -/_AI3_savepage {} def -/_gf null def -/_cf 4 array def -/_if null def -/_of false def -/_fc {} def -/_gs null def -/_cs 4 array def -/_is null def -/_os false def -/_sc {} def -/_pd 1 dict def -/_ed 15 dict def -/_pm matrix def -/_fm null def -/_fd null def -/_fdd null def -/_sm null def -/_sd null def -/_sdd null def -/_i null def -Adobe_Illustrator_AI3 begin -Adobe_Illustrator_AI3 dup /nc get begin - { - dup xcheck - { - bind - } if - pop pop - } forall -end -end -end -Adobe_Illustrator_AI3 begin -Adobe_Illustrator_AI3_vars begin -newpath -} def -/terminate -{ -end -end -} def -/_ -null def -/ddef -{ -Adobe_Illustrator_AI3_vars 3 1 roll put -} def -/xput -{ -dup load dup length exch maxlength eq - { - dup dup load dup - length 2 mul dict copy def - } if -load begin def end -} def -/npop -{ - { - pop - } repeat -} def -/sw -{ -dup length exch stringwidth -exch 5 -1 roll 3 index mul add -4 1 roll 3 1 roll mul add -} def -/swj -{ -dup 4 1 roll -dup length exch stringwidth -exch 5 -1 roll 3 index mul add -4 1 roll 3 1 roll mul add -6 2 roll /_cnt 0 ddef -{1 index eq {/_cnt _cnt 1 add ddef} if} forall pop -exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop -} def -/ss -{ -4 1 roll - { - 2 npop - (0) exch 2 copy 0 exch put pop - gsave - false charpath currentpoint - 4 index setmatrix - stroke - grestore - moveto - 2 copy rmoveto - } exch cshow -3 npop -} def -/jss -{ -4 1 roll - { - 2 npop - (0) exch 2 copy 0 exch put - gsave - _sp eq - { - exch 6 index 6 index 6 index 5 -1 roll widthshow - currentpoint - } - { - false charpath currentpoint - 4 index setmatrix stroke - }ifelse - grestore - moveto - 2 copy rmoveto - } exch cshow -6 npop -} def -/sp -{ - { - 2 npop (0) exch - 2 copy 0 exch put pop - false charpath - 2 copy rmoveto - } exch cshow -2 npop -} def -/jsp -{ - { - 2 npop - (0) exch 2 copy 0 exch put - _sp eq - { - exch 5 index 5 index 5 index 5 -1 roll widthshow - } - { - false charpath - }ifelse - 2 copy rmoveto - } exch cshow -5 npop -} def -/pl -{ -transform -0.25 sub round 0.25 add exch -0.25 sub round 0.25 add exch -itransform -} def -/setstrokeadjust where - { - pop true setstrokeadjust - /c - { - curveto - } def - /C - /c load def - /v - { - currentpoint 6 2 roll curveto - } def - /V - /v load def - /y - { - 2 copy curveto - } def - /Y - /y load def - /l - { - lineto - } def - /L - /l load def - /m - { - moveto - } def - } - { - /c - { - pl curveto - } def - /C - /c load def - /v - { - currentpoint 6 2 roll pl curveto - } def - /V - /v load def - /y - { - pl 2 copy curveto - } def - /Y - /y load def - /l - { - pl lineto - } def - /L - /l load def - /m - { - pl moveto - } def - } ifelse -/d -{ -setdash -} def -/cf {} def -/i -{ -dup 0 eq - { - pop cf - } if -setflat -} def -/j -{ -setlinejoin -} def -/J -{ -setlinecap -} def -/M -{ -setmiterlimit -} def -/w -{ -setlinewidth -} def -/H -{} def -/h -{ -closepath -} def -/N -{ -_pola 0 eq - { - _doClip 1 eq {clip /_doClip 0 ddef} if - newpath - } - { - /CRender {N} ddef - }ifelse -} def -/n -{N} def -/F -{ -_pola 0 eq - { - _doClip 1 eq - { - gsave _pf grestore clip newpath /_lp /none ddef _fc - /_doClip 0 ddef - } - { - _pf - }ifelse - } - { - /CRender {F} ddef - }ifelse -} def -/f -{ -closepath -F -} def -/S -{ -_pola 0 eq - { - _doClip 1 eq - { - gsave _ps grestore clip newpath /_lp /none ddef _sc - /_doClip 0 ddef - } - { - _ps - }ifelse - } - { - /CRender {S} ddef - }ifelse -} def -/s -{ -closepath -S -} def -/B -{ -_pola 0 eq - { - _doClip 1 eq - gsave F grestore - { - gsave S grestore clip newpath /_lp /none ddef _sc - /_doClip 0 ddef - } - { - S - }ifelse - } - { - /CRender {B} ddef - }ifelse -} def -/b -{ -closepath -B -} def -/W -{ -/_doClip 1 ddef -} def -/* -{ -count 0 ne - { - dup type (stringtype) eq {pop} if - } if -_pola 0 eq {newpath} if -} def -/u -{} def -/U -{} def -/q -{ -_pola 0 eq {gsave} if -} def -/Q -{ -_pola 0 eq {grestore} if -} def -/*u -{ -_pola 1 add /_pola exch ddef -} def -/*U -{ -_pola 1 sub /_pola exch ddef -_pola 0 eq {CRender} if -} def -/D -{pop} def -/*w -{} def -/*W -{} def -/` -{ -/_i save ddef -6 1 roll 4 npop -concat pop -userdict begin -/showpage {} def -0 setgray -0 setlinecap -1 setlinewidth -0 setlinejoin -10 setmiterlimit -[] 0 setdash -/setstrokeadjust where {pop false setstrokeadjust} if -newpath -0 setgray -false setoverprint -} def -/~ -{ -end -_i restore -} def -/@ -{} def -/& -{} def -/O -{ -0 ne -/_of exch ddef -/_lp /none ddef -} def -/R -{ -0 ne -/_os exch ddef -/_lp /none ddef -} def -/g -{ -/_gf exch ddef -/_fc -{ -_lp /fill ne - { - _of setoverprint - _gf setgray - /_lp /fill ddef - } if -} ddef -/_pf -{ -_fc -fill -} ddef -/_psf -{ -_fc -ashow -} ddef -/_pjsf -{ -_fc -awidthshow -} ddef -/_lp /none ddef -} def -/G -{ -/_gs exch ddef -/_sc -{ -_lp /stroke ne - { - _os setoverprint - _gs setgray - /_lp /stroke ddef - } if -} ddef -/_ps -{ -_sc -stroke -} ddef -/_pss -{ -_sc -ss -} ddef -/_pjss -{ -_sc -jss -} ddef -/_lp /none ddef -} def -/k -{ -_cf astore pop -/_fc -{ -_lp /fill ne - { - _of setoverprint - _cf aload pop setcmykcolor - /_lp /fill ddef - } if -} ddef -/_pf -{ -_fc -fill -} ddef -/_psf -{ -_fc -ashow -} ddef -/_pjsf -{ -_fc -awidthshow -} ddef -/_lp /none ddef -} def -/K -{ -_cs astore pop -/_sc -{ -_lp /stroke ne - { - _os setoverprint - _cs aload pop setcmykcolor - /_lp /stroke ddef - } if -} ddef -/_ps -{ -_sc -stroke -} ddef -/_pss -{ -_sc -ss -} ddef -/_pjss -{ -_sc -jss -} ddef -/_lp /none ddef -} def -/x -{ -/_gf exch ddef -findcmykcustomcolor -/_if exch ddef -/_fc -{ -_lp /fill ne - { - _of setoverprint - _if _gf 1 exch sub setcustomcolor - /_lp /fill ddef - } if -} ddef -/_pf -{ -_fc -fill -} ddef -/_psf -{ -_fc -ashow -} ddef -/_pjsf -{ -_fc -awidthshow -} ddef -/_lp /none ddef -} def -/X -{ -/_gs exch ddef -findcmykcustomcolor -/_is exch ddef -/_sc -{ -_lp /stroke ne - { - _os setoverprint - _is _gs 1 exch sub setcustomcolor - /_lp /stroke ddef - } if -} ddef -/_ps -{ -_sc -stroke -} ddef -/_pss -{ -_sc -ss -} ddef -/_pjss -{ -_sc -jss -} ddef -/_lp /none ddef -} def -/dp -{ -dup null eq -{ -pop -_dp 0 ne - { - 0 1 _dp 1 sub _dl mod - { - _da exch get 3 get - } for - _dp 1 sub _dl mod 1 add packedarray - _da 0 get aload pop 8 -1 roll 5 -1 roll pop 4 1 roll - definepattern pop - } if -} -{ -_dp 0 ne _dp _dl mod 0 eq and - { - null dp - } if -7 packedarray _da exch _dp _dl mod exch put -_dp _dl mod _da 0 get 4 get 2 packedarray -/_dp _dp 1 add def -} ifelse -} def -/E -{ -_ed begin -dup 0 get type /arraytype ne - { - 0 - { - dup 1 add index type /arraytype eq - { - 1 add - } - { - exit - } ifelse - } loop - array astore - } if -/_dd exch def -/_ury exch def -/_urx exch def -/_lly exch def -/_llx exch def -/_n exch def -/_y 0 def -/_dl 4 def -/_dp 0 def -/_da _dl array def -0 1 _dd length 1 sub - { - /_d exch _dd exch get def - 0 2 _d length 2 sub - { - /_x exch def - /_c _d _x get _ ne def - /_r _d _x 1 add get cvlit def - _r _ ne - { - _urx _llx sub _ury _lly sub [1 0 0 1 0 0] - [ - /save cvx - _llx neg _lly neg /translate cvx - _c - { - nc /begin cvx - } if - _r dup type /stringtype eq - { - cvx - } - { - {exec} /forall cvx - } ifelse - _c - { - /end cvx - } if - /restore cvx - ] cvx - /_fn 12 _n length add string def - _y _fn cvs pop - /_y _y 1 add def - _fn 12 _n putinterval - _fn _c false dp - _d exch _x 1 add exch put - } if - } for - } for -null dp -_n _dd /_pd -end xput -} def -/fc -{ -_fm dup concatmatrix pop -} def -/p -{ -/_fm exch ddef -9 -2 roll _pm translate fc -7 -2 roll _pm scale fc -5 -1 roll _pm rotate fc -4 -2 roll exch 0 ne - { - dup _pm rotate fc - 1 -1 _pm scale fc - neg _pm rotate fc - } - { - pop - } ifelse -dup _pm rotate fc -exch dup sin exch cos div 1 0 0 1 0 6 2 roll -_pm astore fc -neg _pm rotate fc -_pd exch get /_fdd exch ddef -/_pf -{ -save -/_doClip 0 ddef -0 1 _fdd length 1 sub - { - /_fd exch _fdd exch get ddef - _fd - 0 2 _fd length 2 sub - { - gsave - 2 copy get dup _ ne - { - cvx exec _fc - } - { - pop - } ifelse - 2 copy 1 add get dup _ ne - { - aload pop findfont _fm - patternfill - } - { - pop - fill - } ifelse - grestore - pop - } for - pop - } for -restore -newpath -} ddef -/_psf -{ -save -/_doClip 0 ddef -0 1 _fdd length 1 sub - { - /_fd exch _fdd exch get ddef - _fd - 0 2 _fd length 2 sub - { - gsave - 2 copy get dup _ ne - { - cvx exec _fc - } - { - pop - } ifelse - 2 copy 1 add get dup _ ne - { - aload pop findfont _fm - 9 copy 6 npop patternashow - } - { - pop - 6 copy 3 npop ashow - } ifelse - grestore - pop - } for - pop - } for -restore -%3 npop newpath -sw rmoveto -} ddef -/_pjsf -{ -save -/_doClip 0 ddef -0 1 _fdd length 1 sub - { - /_fd exch _fdd exch get ddef - _fd - 0 2 _fd length 2 sub - { - gsave - 2 copy get dup _ ne - { - cvx exec _fc - } - { - pop - } ifelse - 2 copy 1 add get dup _ ne - { - aload pop findfont _fm - 12 copy 6 npop patternawidthshow - } - { - pop 9 copy 3 npop awidthshow - } ifelse - grestore - pop - } for - pop - } for -restore -swj rmoveto -} ddef -/_lp /none ddef -} def -/sc -{ -_sm dup concatmatrix pop -} def -/P -{ -/_sm exch ddef -9 -2 roll _pm translate sc -7 -2 roll _pm scale sc -5 -1 roll _pm rotate sc -4 -2 roll exch 0 ne - { - dup _pm rotate sc - 1 -1 _pm scale sc - neg _pm rotate sc - } - { - pop - } ifelse -dup _pm rotate sc -exch dup sin exch cos div 1 0 0 1 0 6 2 roll -_pm astore sc -neg _pm rotate sc -_pd exch get /_sdd exch ddef -/_ps -{ -save -/_doClip 0 ddef -0 1 _sdd length 1 sub - { - /_sd exch _sdd exch get ddef - _sd - 0 2 _sd length 2 sub - { - gsave - 2 copy get dup _ ne - { - cvx exec _sc - } - { - pop - } ifelse - 2 copy 1 add get dup _ ne - { - aload pop findfont _sm - patternstroke - } - { - pop stroke - } ifelse - grestore - pop - } for - pop - } for -restore -newpath -} ddef -/_pss -{ -save -/_doClip 0 ddef -0 1 _sdd length 1 sub - { - /_sd exch _sdd exch get ddef - _sd - 0 2 _sd length 2 sub - { - gsave - 2 copy get dup _ ne - { - cvx exec _sc - } - { - pop - } ifelse - 2 copy 1 add get dup _ ne - { - aload pop findfont _sm - 10 copy 6 npop patternashowstroke - } - { - pop 7 copy 3 npop ss - } ifelse - grestore - pop - } for - pop - } for -restore -pop sw rmoveto -} ddef -/_pjss -{ -save -/_doClip 0 ddef -0 1 _sdd length 1 sub - { - /_sd exch _sdd exch get ddef - _sd - 0 2 _sd length 2 sub - { - gsave - 2 copy get dup _ ne - { - cvx exec _sc - } - { - pop - } ifelse - 2 copy 1 add get dup _ ne - { - aload pop findfont _sm - 13 copy 6 npop patternawidthshowstroke - } - { - pop 10 copy 3 npop jss - } ifelse - grestore - pop - } for - pop - } for -restore -pop swj rmoveto -} ddef -/_lp /none ddef -} def -/A -{ -pop -} def -/nc 3 dict def -nc begin -/setgray -{ -pop -} bind def -/setcmykcolor -{ -4 npop -} bind def -/setcustomcolor -{ -2 npop -} bind def -currentdict readonly pop end -currentdict readonly pop end -setpacking -/annotatepage -{ -} def -%%EndResource -%%EndProlog -%%BeginSetup -Adobe_cmykcolor /initialize get exec -Adobe_cshow /initialize get exec -Adobe_customcolor /initialize get exec -Adobe_pattern_AI3 /initialize get exec -Adobe_Illustrator_AI3 /initialize get exec -%%EndSetup -0 A -0 O -0.25 1 1 0.25 k -0 R -0 0 0 1 K -0 J 0 j 0.2 w 4 M []0 d -9.19971 841.8735 m -10.3311 842.1226 8.4126 839.4165 8 839.2729 c -9.57471 839.1421 9.3999 839.0728 v -9 838.9233 8.8623 838.561 8.6001 838.2729 c -7.39355 836.9985 6.49365 836.7915 7.3999 834.8735 C -8.03125 834.9233 8.1626 835.1919 8.6001 834.8735 c -9.32471 834.3423 7.78125 832.979 10 832.0728 c -11.356 831.5229 14.1997 832.1792 15.7998 832.2729 C -15.1997 831.8481 12.5186 830.4546 12.3999 829.6733 c -12.1812 828.2612 12.9434 828.686 13.5996 828.4731 C -13.2998 827.2544 13.106 827.5854 14.1997 827.0737 C -13.9058 825.7485 14.3687 824.8296 15.3999 824.0737 C -15.1309 824.0229 15.0996 823.2983 15.1997 823.4731 C -16.7246 820.23 19.1123 818.5229 21.9995 816.6733 C -21.6309 816.3979 20.6558 815.2925 20.5996 815.2739 C -21.5811 815.061 22.6807 814.1675 23.1997 814.0737 c -25.1621 813.7358 24.1309 815.5171 25.7998 814.2739 C -26.6689 815.0239 26.7061 815.8735 25.9995 816.2729 C -28.0439 816.4048 32.4873 820.0112 33.7998 821.6733 c -34.6494 822.7612 35.0557 823.9985 34.999 825.4731 C -36.499 826.3667 36.6807 826.5669 35.999 828.0737 C -38.5498 828.7544 34.6494 830.9604 33.5996 831.6733 C -35.2559 831.6235 37.4619 830.6421 39.3994 831.0728 c -40.8428 831.4048 40.2432 832.3169 40.5996 833.2729 c -41.0186 834.4165 42.5557 833.5415 42.999 834.4731 c -43.1182 834.7417 42.999 836.0728 Y -42.3311 836.8979 41.6055 837.5981 40.7998 838.2729 c -40.0811 838.8794 42.4736 838.6919 41.999 838.8735 c -41.293 839.1479 40.9424 840.7671 40.5996 841.4731 C -42.5557 840.1978 45.3623 837.6665 44.5986 833.8735 c -44.124 831.5298 41.2871 829.8423 40.1992 827.8735 c -37.6934 823.3608 36.5117 817.7612 33.3994 813.8735 c -33.2178 813.6548 33.1182 813.3608 32.7998 813.2739 c -32.3496 813.1606 33.4121 812.8677 33.5996 812.8735 c -38.4121 813.0864 39.874 811.2544 40.7998 816.0737 C -40.8428 815.8169 40.4053 818.0737 42.1992 818.6733 C -42.5557 815.4302 40.749 813.4673 39.3994 811.2739 C -37.5996 811.7231 36.3115 812.2739 33.7998 812.2739 C -33.7998 810.0112 33.793 805.686 33.1992 804.4731 c -33.168 804.4233 32.6182 803.5981 32.7998 803.4731 c -33.9248 802.7231 34.6367 801.4048 34.1992 800.0737 c -33.9365 799.3052 32.999 797.7427 33.7998 797.2739 c -35.624 796.2114 37.168 797.3052 38.7998 796.8735 C -40.0742 800.6548 40.874 803.8608 42.1992 807.8735 C -42.624 807.6987 42.6924 807.5425 42.999 807.2739 C -44.7861 810.73 46.999 812.7485 47.999 817.0737 C -48.3994 815.8735 L -49.7373 815.98 49.999 816.0737 V -48.4678 814.7856 47.0674 812.6235 46.999 812.4731 c -44.9561 809.3237 44.4111 808.8481 43.999 807.2739 C -44.9932 807.2427 44.6494 807.5552 45.5986 806.6733 C -44.6436 805.8989 45.2686 805.9048 44.7998 805.0737 c -44.7617 805.0171 44.0742 805.0737 43.999 805.0737 C -43.624 803.2427 42.4307 802.436 41.999 801.0737 c -41.3994 799.2046 41.5557 798.2983 40.3994 796.4741 c -38.4561 793.4302 38.249 794.9546 34.5996 793.8745 c -33.7686 792.7495 33.5996 792.6733 v -32.6748 792.2983 31.1309 792.1987 30.1992 792.0737 C -30.9619 790.1802 31.7998 790.4741 34.3994 790.4741 C -35.0371 788.0308 35.1934 789.2681 37.1992 788.2739 c -38.0742 787.8433 38.793 786.0991 39.3994 785.2739 c -39.999 784.4614 41.499 783.8433 41.999 783.0737 c -42.1807 782.7866 41.668 782.5308 41.5996 782.4741 C -44.5049 779.7056 47.499 773.8804 51.1992 772.0737 c -51.3242 772.0181 51.7803 771.8862 51.7998 771.8745 c -52.1436 771.6929 52.2178 771.3745 52.3994 771.2749 C -50.8682 771.6245 51.3057 771.1558 50.999 771.2749 C -51.2178 769.8745 50.5986 769.8745 V -49.4561 774.1743 45.3369 775.1304 43.5986 778.8745 C -43.3555 778.4624 42.8369 778.3179 42.7998 778.2749 C -40.999 780.8931 38.7305 783.2056 37.3994 786.0737 C -36.4248 785.9429 35.9678 785.9429 34.999 786.0737 C -35.1553 784.6245 35.5244 783.0181 35.3994 781.2749 c -35.2432 779.2612 34.8623 776.6558 34.5996 774.6743 C -35.3623 774.3237 36.1309 773.9556 36.7998 773.4741 c -37.2559 773.1499 38.1992 772.437 38.3994 771.8745 c -39.1621 769.6929 38.1992 765.2183 38.5996 762.0747 c -38.6748 761.437 39.2871 760.2368 39.1992 759.4741 c -39.1494 759.0991 38.4619 758.9116 38.5996 758.0747 c -38.7686 757.0122 39.7549 755.5435 40.1992 754.6753 c -41.0811 752.9253 41.6924 751.1128 41.999 748.8745 C -40.3496 749.8628 41.7373 748.5815 40.1992 748.0747 c -39.7061 747.9185 40.1992 748.8745 Y -40.3115 751.7866 39.9424 753.1685 38.999 755.2749 c -38.9492 755.3804 38.0498 756.2866 37.999 756.4741 c -37.2178 759.269 36.6367 763.4556 36.999 767.4741 c -37.1992 769.7495 37.5303 770.1245 35.999 770.8745 c -35.3311 771.2056 34.8994 771.2437 33.999 771.4741 C -33.3057 768.7056 32.5557 766.3491 30.999 764.4741 c -27.2686 759.9995 20.481 761.3491 17.9995 766.0737 c -17.1621 767.6675 16.3745 769.3179 15.7998 771.2749 C -14.7061 770.8745 14.106 770.73 13 770.2749 C -13.5308 766.6675 12.6812 763.0366 12.7998 760.0747 C -12.5308 760.4312 12.0562 760.731 11.7998 761.0747 C -10.4248 756.4253 6.0376 755.6304 5 750.2749 C -4.7998 752.7437 4 751.8745 Y -3.20605 751.9312 3.625 752.4683 3.6001 752.4741 C -5.65625 753.9116 9.43115 757.1304 10.3999 759.4741 c -11.6875 762.606 10.7437 769.3433 12 771.8745 c -12.4497 772.7993 14.3062 773.5366 15.1997 774.0737 C -14.7124 777.6558 14.1436 781.7925 14.5996 785.8745 C -13.8184 785.8745 12.9746 785.8745 12.1997 785.8745 C -11.6997 783.9868 10.1812 779.5679 9.19971 778.0737 c -9.125 777.9683 8.5376 778.2368 8.3999 778.2749 C -8.10596 777.1675 8.2876 776.6616 7.7998 775.6743 c -7.79346 775.6675 7.2251 775.6743 7.19971 775.6743 C -6.08105 773.3062 2.625 770.9116 4.19971 767.8745 C -3.88721 768.0425 3.49365 768.4312 3.3999 768.4741 C -3.33105 768.4741 3.26855 768.4741 3.19971 768.4741 C -3 768.6675 3.08105 769.1304 3 769.4741 C -0.90625 769.6245 1.65625 769.6187 2.6001 770.4741 c -3.94971 771.7124 5.19385 773.7368 6.19971 775.2749 c -4.34375 772.1187 8.3125 778.4487 7 778.4741 C -7.51855 779.5181 8.44336 780.4995 9 781.4741 C -8.78125 781.5181 9.19971 782.2749 Y -8.9751 782.2241 8.8999 782.1812 8.6001 782.0737 C -10.2813 783.4116 10.3062 786.6304 12 787.8745 c -14.1748 789.48 14.7935 787.48 15.5996 790.6733 C -18.1558 790.6733 19.1245 790.0806 19.7998 792.0737 C -19.8496 792.0864 18.7998 792.0737 Y -18.0435 792.2983 16.062 792.2495 15.1997 792.6733 c -14.9434 792.8052 14.6685 793.7808 14.3999 793.8745 c -10.856 795.1489 10.5747 792.9116 8.6001 796.6733 c -6.70605 800.2739 6.4126 803.3481 4.19971 806.0737 C -4.76855 806.9175 4.86865 806.7544 5.3999 807.0737 C -3.6626 809.73 2.69385 813.2114 0 814.2739 C -0 814.3481 0.037598 815.0552 0 815.0737 C -1.2251 815.4106 1.44385 815.311 2.3999 815.8735 C -1.44385 813.9487 5.23096 809.1489 6.3999 806.6733 C -7.1748 807.186 7.13721 807.6177 7.7998 806.2739 C -7.70605 806.2173 7.5874 805.2612 7.6001 805.0737 c -7.75 802.3608 9.5625 799.7358 10.1997 796.6733 C -12.1748 797.1802 13.3999 796.6304 15.5996 797.2739 C -15.2061 799.3921 14.6309 800.1548 14.1997 802.2739 C -15.4873 802.5171 15.231 802.6548 16.1997 803.4731 c -16.437 803.6802 15.8184 804.23 15.7998 804.2739 c -15.2749 805.3735 15.1875 810.2046 15.3999 812.0737 C -13.7124 811.73 12.3311 810.6606 11.1997 810.4731 c -10.7749 810.4106 10.4248 810.4731 10 810.4731 C -9.2749 812.2671 6.80615 814.355 6.6001 815.4731 c -6.4375 816.3481 6.875 816.7856 7 817.2729 C -7.1499 817.1733 7.94336 817.0854 8 817.0737 C -8.44336 814.0796 9.2373 813.8921 10.5996 811.4731 C -12.6558 811.8794 14.0186 812.7231 16.3999 813.0737 C -13.4497 817.5854 12.0747 823.5542 9.3999 828.4731 c -8.1875 830.6978 5.5249 832.2856 5.19971 835.2729 c -5.16846 835.5103 5.38086 836.1919 5.3999 836.0728 C -5.79346 838.0298 6.21875 838.8296 7.19971 840.0728 c -7.50586 840.4731 7.81836 840.9673 8.19971 841.2729 c -8.3999 841.4419 8.9624 841.8228 9.19971 841.8735 c -b -%%PageTrailer -gsave annotatepage grestore showpage -%%Trailer -Adobe_Illustrator_AI3 /terminate get exec -Adobe_pattern_AI3 /terminate get exec -Adobe_customcolor /terminate get exec -Adobe_cshow /terminate get exec -Adobe_cmykcolor /terminate get exec -Adobe_packedarray /terminate get exec -%%EOF diff --git a/htdocs/includes/tcpdf/images/image_demo.jpg b/htdocs/includes/tcpdf/images/image_demo.jpg deleted file mode 100644 index 262bce272c8..00000000000 Binary files a/htdocs/includes/tcpdf/images/image_demo.jpg and /dev/null differ diff --git a/htdocs/includes/tcpdf/images/image_with_alpha.png b/htdocs/includes/tcpdf/images/image_with_alpha.png deleted file mode 100644 index 27df6afcb23..00000000000 Binary files a/htdocs/includes/tcpdf/images/image_with_alpha.png and /dev/null differ diff --git a/htdocs/includes/tcpdf/images/img.png b/htdocs/includes/tcpdf/images/img.png deleted file mode 100644 index 1816e3f0a61..00000000000 Binary files a/htdocs/includes/tcpdf/images/img.png and /dev/null differ diff --git a/htdocs/includes/tcpdf/images/logo_example.gif b/htdocs/includes/tcpdf/images/logo_example.gif deleted file mode 100644 index 010b487d938..00000000000 Binary files a/htdocs/includes/tcpdf/images/logo_example.gif and /dev/null differ diff --git a/htdocs/includes/tcpdf/images/logo_example.jpg b/htdocs/includes/tcpdf/images/logo_example.jpg deleted file mode 100644 index 6d9b8fd8076..00000000000 Binary files a/htdocs/includes/tcpdf/images/logo_example.jpg and /dev/null differ diff --git a/htdocs/includes/tcpdf/images/logo_example.png b/htdocs/includes/tcpdf/images/logo_example.png deleted file mode 100644 index 13799452be3..00000000000 Binary files a/htdocs/includes/tcpdf/images/logo_example.png and /dev/null differ diff --git a/htdocs/includes/tcpdf/images/pelican.ai b/htdocs/includes/tcpdf/images/pelican.ai deleted file mode 100644 index e4d461e9689..00000000000 --- a/htdocs/includes/tcpdf/images/pelican.ai +++ /dev/null @@ -1,147 +0,0 @@ -%!PS-Adobe-3.0 -%%Creator: Adobe Illustrator(TM) 3.2 -%%AI8_CreatorVersion: 12.0.0 -%%For: (fluxus) (x) -%%Title: (pelican.ai) -%%CreationDate: 4/15/2006 11:28 PM -%%BoundingBox: 38 221 564 654 -%%DocumentProcessColors: Black -%%DocumentNeededResources: procset Adobe_packedarray 2.0 0 -%%+ procset Adobe_cshow 1.1 0 -%%+ procset Adobe_customcolor 1.0 0 -%%+ procset Adobe_pattern_AI3 1.0 0 -%%+ procset Adobe_Illustrator_AI3 1.0 1 -%AI3_ColorUsage: Color -%%CMYKCustomColor: 1 1 1 1 ([Registration]) -%AI3_TemplateBox: 298.5 420.3896 298.5 420.3896 -%AI3_TileBox: 0.157715 0.044861 595.1177 841.9648 -%AI3_DocumentPreview: None -%%PageOrigin:-32 11.8896 -%AI7_GridSettings: 72 8 72 8 1 0 0.8 0.8 0.8 0.9 0.9 0.9 -%AI9_Flatten: 1 -%AI12_CMSettings: 00.MS -%%EndComments -%%BeginProlog -%%IncludeResource: procset Adobe_packedarray 2.0 0 -Adobe_packedarray /initialize get exec -%%IncludeResource: procset Adobe_cshow 1.1 0 -%%IncludeResource: procset Adobe_customcolor 1.0 0 -%%IncludeResource: procset Adobe_pattern_AI3 1.0 0 -%%IncludeResource: procset Adobe_Illustrator_AI3 1.0 1 -%%EndProlog -%%BeginSetup -Adobe_cshow /initialize get exec -Adobe_customcolor /initialize get exec -Adobe_pattern_AI3 /initialize get exec -Adobe_Illustrator_AI3 /initialize get exec -%%EndSetup -0 A -0 O -0.823529 g -0 J 0 j 1 w 4 M []0 d -406.3574 653.9336 m -464.8369 654.4839 476.1016 604.7227 506.8555 577.2656 c -518.2334 567.1074 538.876 556.4058 541.0449 537.8945 C -525.793 545.1372 515.3398 557.5967 502.1924 566.9033 c -492.1299 574.0298 478.9131 577.0991 467.4844 582.9634 c -454.5439 589.603 441.3213 599.4785 424.4873 589.1792 c -413.7012 582.5776 412.9746 565.8579 406.3574 554.9893 c -401.2715 546.6338 390.2637 539.4668 382.0098 534.269 c -370.5801 527.0684 326.3232 509.3872 322.4365 499.042 C -331.416 493.8628 340.3955 488.6816 349.375 483.5005 C -370.4541 474.8203 420.0293 453.8994 428.1152 435.3247 C -427.9424 435.3247 427.7695 435.3247 427.5967 435.3247 C -422.0781 438.2988 418.0566 441.834 411.0205 443.6128 C -411.0205 442.9214 411.0205 442.2324 411.0205 441.541 C -415.6807 438.0884 420.3457 434.6333 425.0059 431.1807 C -426.5615 431.6968 428.1152 432.2153 429.6689 432.7339 C -436.3252 429.1694 440.0146 421.5771 446.2451 417.1924 c -468.749 401.3643 540.2861 360.04 557.624 408.9043 C -559.6963 408.7314 561.7676 408.5586 563.8398 408.3857 C -564.2002 369.6592 525.0967 377.3896 496.4951 382.4844 c -485.8457 384.3838 476.0742 379.3203 465.4141 380.9307 c -458.0371 382.0459 454.999 385.5068 447.8008 386.1123 C -444.6514 384.4326 443.9072 382.2314 441.583 379.8955 C -441.7559 379.5498 441.9287 379.2041 442.1016 378.8584 C -453.1211 376.5439 474.8496 358.7158 485.6162 352.4404 c -499.0371 344.6182 513.7188 346.8398 528.6133 341.043 C -531.0205 346.2412 546.2559 365.248 551.9258 365.9072 C -552.0986 365.3896 552.2715 364.8721 552.4424 364.3545 C -553.4883 360.7607 550.0078 356.1338 548.2988 353.4756 c -539.4346 339.6855 527.2559 336.8584 503.748 337.415 C -507.8379 329.7158 516.5977 331.1191 522.3965 325.501 C -510.8311 324.9131 495.6875 323.7822 486.6533 327.5732 C -483.0273 329.6455 479.4004 331.7178 475.7744 333.79 C -468.749 335.082 467.1133 328.6885 461.7891 327.5732 c -451.8096 325.4854 442.6299 328.9424 433.8125 329.6455 C -427.6152 314.2881 411.4697 330.1348 399.1045 326.5381 C -395.1328 323.6025 391.1621 320.666 387.1904 317.7314 C -380.2559 315.4561 375.2725 320.9756 368.0234 319.2861 C -363.707 316.8682 359.3877 314.4502 355.0732 312.0322 C -346.0449 325.4189 337.3516 308.3584 325.0264 313.0693 c -319.249 315.2764 317.3877 322.9951 312.0762 324.9834 c -302.3477 328.626 290.0044 321.8848 280.4756 325.501 c -275.7075 327.3125 274.5767 334.043 270.1157 335.8623 C -266.6616 335.6885 263.208 335.5166 259.7544 335.3428 C -254.7881 336.4834 253.1904 341.9092 248.8755 343.6338 C -245.7686 343.8066 242.6592 343.9775 239.5513 344.1494 C -236.9614 347.4326 234.3711 350.7119 231.7803 353.9941 C -227.1187 356.2158 222.1738 353.7666 218.312 356.0654 C -217.707 358.9385 216.9556 361.4961 214.6855 362.8008 C -210.5415 362.9736 206.396 363.1465 202.2529 363.3174 C -200.6987 365.3896 199.145 367.4639 197.5903 369.5332 C -193.9648 370.2246 190.3384 370.916 186.7119 371.6074 C -183.0776 383.6631 179.9097 377.1084 172.7246 383.0029 C -172.0347 384.5557 171.3433 386.1123 170.6528 387.665 C -167.4033 390.2705 160.396 389.1025 157.1846 391.291 C -150.2778 399.2334 143.3691 407.1787 136.4629 415.1201 C -135.7725 415.1201 135.0811 415.1201 134.3906 415.1201 C -129.8872 408.9912 123.022 405.2783 118.332 399.5791 c -109.856 389.2803 103.8877 376.3271 98.6465 362.8008 c -91.7344 344.96 87.7056 323.8467 83.6235 304.2627 c -81.5273 294.2061 81.9316 284.2168 78.4434 275.7705 c -74.5234 266.2822 66.5 259.7139 60.8296 251.9404 c -54.7129 243.5557 51.2388 224.7588 40.627 221.3779 C -40.7998 221.7217 40.9727 222.0674 41.144 222.4131 C -39.79 227.2139 42.2383 230.333 43.2163 234.3291 C -41.1147 235.4502 39.3652 235.8232 38.5547 238.4736 C -40.1084 244.3438 41.6626 250.2139 43.2163 256.085 C -42.6357 258.7764 38.5103 262.4824 40.1084 267.4814 c -41.354 271.3818 44.9365 271.5908 45.2896 277.3262 C -43.8086 279.5244 41.9907 280.7529 40.1084 282.5049 C -40.1084 282.6777 40.1084 282.8506 40.1084 283.0234 C -52.8052 283.6553 57.1475 290.5166 61.3481 299.6006 C -53.7988 301.8721 41.7808 303.3838 38.5547 309.96 C -46.126 307.9092 59.4692 305.3623 67.0459 307.3721 C -69.4639 315.3115 71.8813 323.2568 74.2993 331.1992 C -77.9248 347.085 81.5513 362.9736 85.1777 378.8584 C -87.957 392.2158 84.7827 409.2002 90.3579 419.7832 C -92.7749 421.6826 95.1934 423.5815 97.6104 425.481 C -99.3364 431.1782 101.064 436.8784 102.7905 442.5757 C -107.7554 450.8428 114.814 456.6777 119.3677 465.8892 C -115.0508 468.8232 110.7329 471.7593 106.417 474.6938 C -106.7617 476.2495 107.1074 477.8027 107.4531 479.3564 C -93.3389 475.1343 85.5649 470.4336 75.8525 462.7798 C -65.6665 462.7798 55.4756 462.7798 45.2896 462.7798 C -45.4609 463.1255 45.6338 463.4712 45.8066 463.8169 C -74.2612 470.5581 82.3726 479.2275 102.7905 491.7886 C -114.7041 497.832 126.6211 503.8774 138.5347 509.9204 C -142.1606 513.2007 145.7881 516.4824 149.4136 519.7622 C -168.4629 531.9883 188.5562 540.2256 210.5415 549.8081 c -217.877 553.0059 224.0391 558.6489 232.2988 561.2056 c -245.8008 565.3853 266.6577 569.8081 284.1025 566.3867 C -292.7354 563.4507 301.3701 560.5142 310.0039 557.5801 C -324.5254 553.9165 346.2764 558.8447 355.0732 564.3149 c -369.0625 573.0098 372.4688 593.5171 375.793 613.0088 C -376.6572 620.606 377.5195 628.2046 378.3838 635.8013 C -383.2783 647.8481 394.3535 648.647 406.3574 653.9336 C -f -%%PageTrailer -gsave annotatepage grestore showpage -%%Trailer -Adobe_Illustrator_AI3 /terminate get exec -Adobe_pattern_AI3 /terminate get exec -Adobe_customcolor /terminate get exec -Adobe_cshow /terminate get exec -Adobe_packedarray /terminate get exec -%%EOF diff --git a/htdocs/includes/tcpdf/images/tcpdf_logo.jpg b/htdocs/includes/tcpdf/images/tcpdf_logo.jpg deleted file mode 100644 index 257f8fb6d93..00000000000 Binary files a/htdocs/includes/tcpdf/images/tcpdf_logo.jpg and /dev/null differ diff --git a/htdocs/includes/tcpdf/images/tcpdf_signature.png b/htdocs/includes/tcpdf/images/tcpdf_signature.png deleted file mode 100644 index a4f06372511..00000000000 Binary files a/htdocs/includes/tcpdf/images/tcpdf_signature.png and /dev/null differ diff --git a/htdocs/includes/tcpdf/images/testsvg.svg b/htdocs/includes/tcpdf/images/testsvg.svg deleted file mode 100644 index fd8314e3484..00000000000 --- a/htdocs/includes/tcpdf/images/testsvg.svg +++ /dev/null @@ -1,328 +0,0 @@ - - - - - TCPDF SVG EXAMPLE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - www.tcpdf.org - - - - - - - - SVG - diff --git a/htdocs/includes/tcpdf/images/tiger.ai b/htdocs/includes/tcpdf/images/tiger.ai deleted file mode 100644 index 37c8b5b4848..00000000000 --- a/htdocs/includes/tcpdf/images/tiger.ai +++ /dev/null @@ -1,3599 +0,0 @@ -%!PS-Adobe-3.0 -%%Creator: Adobe Illustrator(TM) 3.2 -%%AI8_CreatorVersion: 12.0.0 -%%For: (fluxus) (x) -%%Title: (tiger.ai) -%%CreationDate: 4/14/2006 11:35 PM -%%BoundingBox: 22 167 567 730 -%%DocumentProcessColors: Cyan Magenta Yellow Black -%%DocumentNeededResources: procset Adobe_packedarray 2.0 0 -%%+ procset Adobe_cmykcolor 1.1 0 -%%+ procset Adobe_cshow 1.1 0 -%%+ procset Adobe_customcolor 1.0 0 -%%+ procset Adobe_pattern_AI3 1.0 0 -%%+ procset Adobe_Illustrator_AI3 1.0 1 -%AI3_ColorUsage: Color -%%CMYKCustomColor: 0.74902 0.678431 0.670588 0.901961 ([Registration]) -%AI3_TemplateBox: 306.5 396.5 306.5 396.5 -%AI3_TileBox: 0 1 612 793 -%AI3_DocumentPreview: None -%%PageOrigin:0 0 -%AI7_GridSettings: 72 8 72 8 1 0 0.8 0.8 0.8 0.9 0.9 0.9 -%AI9_Flatten: 1 -%AI12_CMSettings: 00.MS -%%EndComments -%%BeginProlog -%%IncludeResource: procset Adobe_packedarray 2.0 0 -Adobe_packedarray /initialize get exec -%%IncludeResource: procset Adobe_cmykcolor 1.1 0 -%%IncludeResource: procset Adobe_cshow 1.1 0 -%%IncludeResource: procset Adobe_customcolor 1.0 0 -%%IncludeResource: procset Adobe_pattern_AI3 1.0 0 -%%IncludeResource: procset Adobe_Illustrator_AI3 1.0 1 -%%EndProlog -0 A -u -0 O -1 g -0 J 0 j 1 w 4 M []0 d -90.5 477.5 m -90.5767 475.4434 89.7798 475.5801 v -88.7646 475.4863 70.6641 528.3682 48.02 525.9795 c -67.6445 533.9883 90.5 477.5 v -F -0 R -0 G -0.1892 w 10 M -90.5 477.5 m -90.5767 475.4434 89.7798 475.5801 v -88.7646 475.4863 70.6641 528.3682 48.02 525.9795 c -67.6445 533.9883 90.5 477.5 v -90.5 477.5 l -s -0 O -1 g -1 w 4 M -94.3398 480.8594 m -93.7446 478.8555 92.8999 479.1797 v -92.0552 479.5107 93.0249 535.3975 71.0601 540.8594 c -92.0981 541.709 94.3398 480.8594 v -F -0 R -0 G -0.1892 w 10 M -94.3398 480.8594 m -93.7446 478.8555 92.8999 479.1797 v -92.0552 479.5107 93.0249 535.3975 71.0601 540.8594 c -92.0981 541.709 94.3398 480.8594 v -94.3398 480.8594 l -s -0 O -1 g -1 w 4 M -124.5801 434.2998 m -126.3872 433.2363 125.7798 432.3799 v -125.3525 431.7461 71.2617 445.8291 60.98 425.6602 c -64.9063 446.4102 124.5801 434.2998 v -F -0 R -0 G -0.1892 w 10 M -124.5801 434.2998 m -126.3872 433.2363 125.7798 432.3799 v -125.3525 431.7461 71.2617 445.8291 60.98 425.6602 c -64.9063 446.4102 124.5801 434.2998 v -124.5801 434.2998 l -s -0 O -1 g -1 w 4 M -121.46 423.0195 m -123.5381 422.624 123.3799 421.8193 v -123.0249 420.8838 67.2534 417.207 63.8599 394.7002 c -61.04 415.7598 121.46 423.0195 v -F -0 R -0 G -0.1892 w 10 M -121.46 423.0195 m -123.5381 422.624 123.3799 421.8193 v -123.0249 420.8838 67.2534 417.207 63.8599 394.7002 c -61.04 415.7598 121.46 423.0195 v -121.46 423.0195 l -s -0 O -1 g -1 w 4 M -116.8999 429.0195 m -118.8223 428.4082 118.3398 427.5801 v -118.0615 426.7617 62.3481 431.2617 55.7002 409.5801 c -55.9902 430.7334 116.8999 429.0195 v -F -0 R -0 G -0.1892 w 10 M -116.8999 429.0195 m -118.8223 428.4082 118.3398 427.5801 v -118.0615 426.7617 62.3481 431.2617 55.7002 409.5801 c -55.9902 430.7334 116.8999 429.0195 v -116.8999 429.0195 l -s -0 O -1 g -1 w 4 M -105.1401 449.1797 m -106.5298 447.6514 105.8599 447.0195 v -105.123 446.5039 57.0054 474.9434 41.54 458.2998 c -51.0586 477.2549 105.1401 449.1797 v -F -0 R -0 G -0.1892 w 10 M -105.1401 449.1797 m -106.5298 447.6514 105.8599 447.0195 v -105.123 446.5039 57.0054 474.9434 41.54 458.2998 c -51.0586 477.2549 105.1401 449.1797 v -105.1401 449.1797 l -s -0 O -1 g -1 w 4 M -96.7402 444.6201 m -98.3936 443.2139 97.7002 442.46 v -97.1265 441.9131 46.0977 464.7266 32.4199 446.54 c -39.9297 466.3496 96.7402 444.6201 v -F -0 R -0 G -0.1892 w 10 M -96.7402 444.6201 m -98.3936 443.2139 97.7002 442.46 v -97.1265 441.9131 46.0977 464.7266 32.4199 446.54 c -39.9297 466.3496 96.7402 444.6201 v -96.7402 444.6201 l -s -0 O -1 g -1 w 4 M -93.8599 440.0596 m -95.6982 438.9629 95.0601 438.1396 v -94.6206 437.5059 40.9614 453.1494 30.02 433.3398 c -34.6279 453.917 93.8599 440.0596 v -F -0 R -0 G -0.1892 w 10 M -93.8599 440.0596 m -95.6982 438.9629 95.0601 438.1396 v -94.6206 437.5059 40.9614 453.1494 30.02 433.3398 c -34.6279 453.917 93.8599 440.0596 v -93.8599 440.0596 l -s -0 O -1 g -1 w 4 M -105.6201 439.3398 m -106.9736 437.7129 106.1001 437.1797 v -105.4302 436.7549 61.3545 471.1279 43.7002 456.6201 c -55.7529 474.1826 105.6201 439.3398 v -F -0 R -0 G -0.1892 w 10 M -105.6201 439.3398 m -106.9736 437.7129 106.1001 437.1797 v -105.4302 436.7549 61.3545 471.1279 43.7002 456.6201 c -55.7529 474.1826 105.6201 439.3398 v -105.6201 439.3398 l -s -0 O -1 g -1 w 4 M -84.02 471.2598 m -84.6416 469.2607 83.7798 469.0996 v -82.8799 468.8213 51.4209 515.0215 30.2598 506.7803 c -47.0215 519.6416 84.02 471.2598 v -F -0 R -0 G -0.1892 w 10 M -84.02 471.2598 m -84.6416 469.2607 83.7798 469.0996 v -82.8799 468.8213 51.4209 515.0215 30.2598 506.7803 c -47.0215 519.6416 84.02 471.2598 v -84.02 471.2598 l -s -0 O -1 g -1 w 4 M -84.7402 463.5801 m -85.8174 461.7725 84.98 461.4199 v -84.1929 460.9639 43.5078 499.292 24.7402 486.6201 c -38.2158 502.8535 84.7402 463.5801 v -F -0 R -0 G -0.1892 w 10 M -84.7402 463.5801 m -85.8174 461.7725 84.98 461.4199 v -84.1929 460.9639 43.5078 499.292 24.7402 486.6201 c -38.2158 502.8535 84.7402 463.5801 v -84.7402 463.5801 l -s -0 O -1 g -1 w 4 M -84.5 458.7803 m -85.8535 457.0732 84.98 456.6201 v -84.3105 456.1182 40.2344 490.4883 22.5801 476.0596 c -34.6328 493.541 84.5 458.7803 v -F -0 R -0 G -0.1892 w 10 M -84.5 458.7803 m -85.8535 457.0732 84.98 456.6201 v -84.3105 456.1182 40.2344 490.4883 22.5801 476.0596 c -34.6328 493.541 84.5 458.7803 v -84.5 458.7803 l -s -0 O -1 g -1 w 4 M -82.1001 456.8594 m -82.7407 450.2168 83.8281 442.9902 85.7002 439.5801 c -81.7808 425.9189 91.46 411.5 v -91.0205 403.4795 92.8999 399.9795 v -97.1816 390.7207 102.5 389.8994 v -106.7334 389.1299 116.3286 385.7529 127.2197 384.1396 c -146.0215 368.7197 142.5801 354.6201 v -142.0615 336.6006 138.02 334.9395 v -150.8599 347.1582 140.4199 328.7002 v -135.3799 308.0596 l -163.6206 331.7598 146.4199 311.4199 v -135.3799 282.8594 l -157.0205 303.1592 149.0601 293.8994 v -145.7002 284.2998 l -193.1001 314.1582 159.1401 281.6602 v -168.02 285.5596 172.8198 282.3799 v -180.3418 283.8008 179.54 282.1396 v -156.5815 270.6006 152.6602 250.46 v -161.8613 261.3584 158.4199 249.5 v -158.8999 236.7803 l -163.1816 260.4795 162.7402 219.0195 v -183.8599 238.9209 171.1401 216.1396 v -171.1401 197.6602 l -187.8198 215.5996 180.7402 201.5 v -191.7798 211.2002 187.46 194.54 v -186.5 183.0391 191.2998 195.2598 v -208.9399 229.0205 202.3398 200.2998 v -201.4614 179.0791 206.6602 195.2598 v -207.1807 183.9199 217.2197 176.0596 v -215.9814 231.8789 230.1802 192.3799 v -234.5 174.1396 l -237.541 184.3594 237.1401 189.9795 v -253.3809 208.1191 246.02 181.3398 v -262.6206 206.3594 259.2197 191.8994 v -250.7407 174.2402 252.5 168.8594 v -270.98 207.2402 272.4199 208.9395 v -270.1016 162.3584 282.02 201.9795 v -288.1401 188.7607 285.1401 183.9795 v -293.8613 192.7207 293.0601 196.2197 v -298.04 205.2607 301.2197 190.2197 v -303.1016 179.96 304.8198 183.5 v -309.2598 157.0781 310.5801 182.0596 v -312.3418 197.1201 304.3398 209.8994 v -305.2998 213.3994 302.1802 217.8193 v -317.1797 194.04 309.3799 225.7393 v -321.582 216.9199 322.8203 216.8594 v -307.9395 242.4385 317.54 237.2598 v -311.9004 248.5996 331.7002 235.3398 v -314.1006 252.999 333.3799 242.54 v -342.2617 235.3994 333.8594 246.3799 v -318.0605 264.001 342.2598 244.2197 v -355.0205 226.1602 355.9395 223.0996 v -344.9023 255.2002 340.0996 258.3799 v -349.3018 298.3203 394.5801 281.1797 v -402.1016 262.2393 407.0605 282.3799 v -421.0215 289.5195 433.46 259.0996 v -437.7422 274.1191 436.8203 277.0996 v -444.3418 275.8779 443.54 277.0996 v -457.9805 272.3594 459.3799 273.2598 v -466.7813 265.7598 467.2998 269.6602 v -477.3418 266.6406 475.2197 270.6201 v -484.8223 253.4404 485.2998 249.5 v -487.9395 264.8594 l -490.0996 261.7393 l -491.8613 270.1592 491.0605 271.5801 v -490.1025 272.7988 512.9814 264.001 518.1797 241.0996 c -520.5801 231.9795 l -527.0625 248.1602 525.3799 252.6201 v -531.0225 251.6787 531.3799 246.8594 v -535.8613 272.3594 530.6602 279.0195 v -535.4219 279.8408 536.6602 275.8994 v -536.6602 283.8193 l -544.6621 282.9199 544.5801 285.5 v -549.502 289.959 551.7793 284.7803 v -538.0615 323.4004 558.2598 302.2998 v -566.2207 290.4004 562.3398 311.1797 v -558.3008 331.7598 553.9014 333.5186 559.2207 333.9795 c -560.0625 337.9209 557.7793 339.7393 v -555.6602 341.4385 559.2207 339.7393 y -564.4609 335.2803 558.7402 359.4199 v -565.7813 357.7207 552.5 389.8994 v -555.6602 392.4795 551.2998 401.6602 v -560.0625 396.8789 563.0605 398.54 v -562.7021 400.3994 559.2207 404.7803 v -535.4219 465.0801 557.7793 440.7803 v -570.8965 425.9746 563.7793 451.0996 v -553.834 477.4658 554.6602 482.2998 v -82.1001 456.8594 l -F -0 R -0 G -1.1 w 10 M -82.1001 456.8594 m -82.7407 450.2168 83.8281 442.9902 85.7002 439.5801 c -81.7808 425.9189 91.46 411.5 v -91.0205 403.4795 92.8999 399.9795 v -97.1816 390.7207 102.5 389.8994 v -106.7334 389.1299 116.3286 385.7529 127.2197 384.1396 c -146.0215 368.7197 142.5801 354.6201 v -142.0615 336.6006 138.02 334.9395 v -150.8599 347.1582 140.4199 328.7002 v -135.3799 308.0596 l -163.6206 331.7598 146.4199 311.4199 v -135.3799 282.8594 l -157.0205 303.1592 149.0601 293.8994 v -145.7002 284.2998 l -193.1001 314.1582 159.1401 281.6602 v -168.02 285.5596 172.8198 282.3799 v -180.3418 283.8008 179.54 282.1396 v -156.5815 270.6006 152.6602 250.46 v -161.8613 261.3584 158.4199 249.5 v -158.8999 236.7803 l -163.1816 260.4795 162.7402 219.0195 v -183.8599 238.9209 171.1401 216.1396 v -171.1401 197.6602 l -187.8198 215.5996 180.7402 201.5 v -191.7798 211.2002 187.46 194.54 v -186.5 183.0391 191.2998 195.2598 v -208.9399 229.0205 202.3398 200.2998 v -201.4614 179.0791 206.6602 195.2598 v -207.1807 183.9199 217.2197 176.0596 v -215.9814 231.8789 230.1802 192.3799 v -234.5 174.1396 l -237.541 184.3594 237.1401 189.9795 v -253.3809 208.1191 246.02 181.3398 v -262.6206 206.3594 259.2197 191.8994 v -250.7407 174.2402 252.5 168.8594 v -270.98 207.2402 272.4199 208.9395 v -270.1016 162.3584 282.02 201.9795 v -288.1401 188.7607 285.1401 183.9795 v -293.8613 192.7207 293.0601 196.2197 v -298.04 205.2607 301.2197 190.2197 v -303.1016 179.96 304.8198 183.5 v -309.2598 157.0781 310.5801 182.0596 v -312.3418 197.1201 304.3398 209.8994 v -305.2998 213.3994 302.1802 217.8193 v -317.1797 194.04 309.3799 225.7393 v -321.582 216.9199 322.8203 216.8594 v -307.9395 242.4385 317.54 237.2598 v -311.9004 248.5996 331.7002 235.3398 v -314.1006 252.999 333.3799 242.54 v -342.2617 235.3994 333.8594 246.3799 v -318.0605 264.001 342.2598 244.2197 v -355.0205 226.1602 355.9395 223.0996 v -344.9023 255.2002 340.0996 258.3799 v -349.3018 298.3203 394.5801 281.1797 v -402.1016 262.2393 407.0605 282.3799 v -421.0215 289.5195 433.46 259.0996 v -437.7422 274.1191 436.8203 277.0996 v -444.3418 275.8779 443.54 277.0996 v -457.9805 272.3594 459.3799 273.2598 v -466.7813 265.7598 467.2998 269.6602 v -477.3418 266.6406 475.2197 270.6201 v -484.8223 253.4404 485.2998 249.5 v -487.9395 264.8594 l -490.0996 261.7393 l -491.8613 270.1592 491.0605 271.5801 v -490.1025 272.7988 512.9814 264.001 518.1797 241.0996 c -520.5801 231.9795 l -527.0625 248.1602 525.3799 252.6201 v -531.0225 251.6787 531.3799 246.8594 v -535.8613 272.3594 530.6602 279.0195 v -535.4219 279.8408 536.6602 275.8994 v -536.6602 283.8193 l -544.6621 282.9199 544.5801 285.5 v -549.502 289.959 551.7793 284.7803 v -538.0615 323.4004 558.2598 302.2998 v -566.2207 290.4004 562.3398 311.1797 v -558.3008 331.7598 553.9014 333.5186 559.2207 333.9795 c -560.0625 337.9209 557.7793 339.7393 v -555.6602 341.4385 559.2207 339.7393 y -564.4609 335.2803 558.7402 359.4199 v -565.7813 357.7207 552.5 389.8994 v -555.6602 392.4795 551.2998 401.6602 v -560.0625 396.8789 563.0605 398.54 v -562.7021 400.3994 559.2207 404.7803 v -535.4219 465.0801 557.7793 440.7803 v -570.8965 425.9746 563.7793 451.0996 v -553.834 477.4658 554.6602 482.2998 v -82.1001 456.8594 l -82.1001 456.8594 l -s -0 O -0.164706 0.627451 1 0.031373 k -1 w 4 M -554.6602 482.0596 m -555.3799 481.7715 557.8066 480.5361 559.2197 478.7002 c -566.6621 466.8418 560.9004 487.0996 v -550.8223 518.7607 560.4199 506.54 v -567.1016 498.5215 563.54 513.5 v -559.3301 531.5498 556.5801 538.46 y -569.3027 533.2803 539.7793 576.8594 v -549.6201 572.7793 l -527.9414 616.4404 504.2598 622.2197 v -495.3799 628.7002 l -537.623 670.5605 523.46 711.0195 v -516.0605 716.7607 505.46 706.7002 v -498.4609 701.3594 491.7793 703.0996 v -457.9805 701.8018 455.7793 701.8994 v -453.582 701.8018 415.3018 742.7217 343.2197 723.2598 c -337.4219 721.1602 332.6602 722.54 v -312.3418 740.0811 258.7397 715.0996 v -247.6616 712.8008 246.02 712.7002 v -244.1406 712.8008 241.0615 712.8008 232.3398 705.7393 c -223.46 698.7197 223.0205 697.8418 220.8198 696.1396 c -202.7817 683.7607 197.54 682.9395 v -184.7407 675.8408 180.02 664.9395 v -175.9399 663.5 l -174.1807 655.6016 173.7798 654.3799 v -168.4614 650.3213 167.54 644.0596 v -157.9014 637.5605 158.4199 632.7793 v -156.5815 627.001 155.7798 621.7393 v -147.7808 616.4404 148.5801 613.3398 v -140.2998 597.9609 141.6201 590.54 v -134.5806 590.9209 131.54 588.3799 v -130.6206 583.001 128.8999 582.6201 v -125.7798 581.2393 128.4199 576.8594 v -126.6606 573.7617 126.2598 572.0596 v -127.1001 568.9209 122.1797 562.7002 v -115.2197 542.0811 117.3799 536.2998 v -117.8599 531.0801 114.7397 529.3398 v -110.8208 529.7598 120.02 516.6201 v -120.9414 515.2393 117.3799 512.54 v -98.5015 508.6396 95.7798 490.7002 v -80.8999 474.3193 80.8999 468.6201 v -80.8999 466.0664 81.1973 462.6025 81.8599 457.5801 c -81.3418 448.3594 111.6201 447.5 v -142.0615 446.5996 554.6602 482.0596 y -F -0 R -0 G -1.1 w 10 M -554.6602 482.0596 m -555.3799 481.7715 557.8066 480.5361 559.2197 478.7002 c -566.6621 466.8418 560.9004 487.0996 v -550.8223 518.7607 560.4199 506.54 v -567.1016 498.5215 563.54 513.5 v -559.3301 531.5498 556.5801 538.46 y -569.3027 533.2803 539.7793 576.8594 v -549.6201 572.7793 l -527.9414 616.4404 504.2598 622.2197 v -495.3799 628.7002 l -537.623 670.5605 523.46 711.0195 v -516.0605 716.7607 505.46 706.7002 v -498.4609 701.3594 491.7793 703.0996 v -457.9805 701.8018 455.7793 701.8994 v -453.582 701.8018 415.3018 742.7217 343.2197 723.2598 c -337.4219 721.1602 332.6602 722.54 v -312.3418 740.0811 258.7397 715.0996 v -247.6616 712.8008 246.02 712.7002 v -244.1406 712.8008 241.0615 712.8008 232.3398 705.7393 c -223.46 698.7197 223.0205 697.8418 220.8198 696.1396 c -202.7817 683.7607 197.54 682.9395 v -184.7407 675.8408 180.02 664.9395 v -175.9399 663.5 l -174.1807 655.6016 173.7798 654.3799 v -168.4614 650.3213 167.54 644.0596 v -157.9014 637.5605 158.4199 632.7793 v -156.5815 627.001 155.7798 621.7393 v -147.7808 616.4404 148.5801 613.3398 v -140.2998 597.9609 141.6201 590.54 v -134.5806 590.9209 131.54 588.3799 v -130.6206 583.001 128.8999 582.6201 v -125.7798 581.2393 128.4199 576.8594 v -126.6606 573.7617 126.2598 572.0596 v -127.1001 568.9209 122.1797 562.7002 v -115.2197 542.0811 117.3799 536.2998 v -117.8599 531.0801 114.7397 529.3398 v -110.8208 529.7598 120.02 516.6201 v -120.9414 515.2393 117.3799 512.54 v -98.5015 508.6396 95.7798 490.7002 v -80.8999 474.3193 80.8999 468.6201 v -80.8999 466.0664 81.1973 462.6025 81.8599 457.5801 c -81.3418 448.3594 111.6201 447.5 v -142.0615 446.5996 554.6602 482.0596 y -554.6602 482.0596 l -s -0 O -0.164706 0.627451 1 0.031373 k -1 w 4 M -97.9399 457.3398 m -70.3398 500.7197 86.1802 438.6201 y -95.8613 400.8389 238.3398 442.2197 y -424.1025 475.6396 436.3398 480.1396 v -448.7402 484.4404 553.46 477.5 y -547.2207 495.9795 l -476.0215 546.9199 454.9014 521.4004 439.9395 525.7402 c -424.9805 530.2012 427.6211 519.6416 424.0996 518.7803 c -420.582 517.8799 377.4609 545.1602 370.3398 544.2197 c -363.3828 543.4014 335.5059 569.5273 351.8594 534.6201 c -369.541 497.2012 287.7007 491.4795 269.2998 503.8994 c -250.7407 516.1201 277.2197 483.5 y -297.3799 461.5615 259.46 480.1396 y -221.7007 494.1201 195.3008 465.9609 191.7798 465.0195 c -188.2617 464.2012 182.9814 460.6807 182.1802 467.6602 c -181.2197 474.7617 172.959 493.1309 138.02 464.2998 c -116.1006 445.9395 100.8198 470.0596 y -97.9399 457.3398 l -F -0.054902 0.607843 0.878431 0 k -371.7793 542.2998 m -364.8203 541.4814 336.918 567.5938 353.2998 532.7002 c -371.6406 493.9609 289.1406 489.5596 270.7402 501.9795 c -252.1807 514.2002 278.6602 481.5801 y -298.8198 459.6416 260.8999 478.2197 y -223.1406 492.2002 196.7407 464.04 193.2197 463.0996 c -189.7017 462.2813 184.4214 458.7607 183.6201 465.7393 c -182.6602 472.8418 174.543 491.0283 139.46 462.3799 c -116.1802 443.1992 101.2998 466.7002 y -97.9399 455.6602 l -70.3208 499.46 86.8999 435.2598 y -96.5815 397.4785 239.7798 440.2998 y -425.54 473.7197 437.7793 478.2197 v -450.1807 482.5205 553.9395 475.5801 y -547.9395 494.54 l -476.5801 545.6406 456.3418 519.4805 441.3799 523.8193 c -426.4209 528.2813 429.0605 517.7217 425.54 516.8594 c -422.0215 515.96 378.9004 543.2402 371.7793 542.2998 c -F -0.047059 0.537255 0.772549 0 k -373.2197 540.3799 m -366.2598 539.5615 339.0537 565.9922 354.7402 530.7793 c -372.6416 490.9395 290.5806 487.6396 272.1802 500.0596 c -253.6206 512.2783 280.1001 479.6602 y -300.2598 457.7188 262.3398 476.2998 y -224.5806 490.2793 198.1807 462.1182 194.6602 461.1797 c -191.1392 460.3594 185.8594 456.8379 185.0601 463.8193 c -184.1001 470.9189 176.127 488.9238 140.8999 460.46 c -116.2593 440.458 101.7798 463.3398 y -97.7002 453.9795 l -71.6216 496.8799 87.6201 431.8994 y -97.3018 394.1191 241.2197 438.3799 y -426.9805 471.7998 439.2197 476.2998 v -451.6211 480.5977 554.4199 473.6602 y -548.4199 493.3398 l -477.1406 544.3594 457.7813 517.5605 442.8203 521.8994 c -427.8613 526.3613 430.501 515.8018 426.9805 514.9395 c -423.4609 514.04 380.3408 541.3203 373.2197 540.3799 c -F -0.039216 0.462745 0.67451 0 k -374.6602 538.46 m -367.7002 537.6416 340.498 564.0752 356.1797 528.8594 c -374.7422 487.5293 291.4326 486.1113 273.6201 498.1396 c -255.0605 510.3604 281.54 477.7393 y -301.7002 455.8018 263.7798 474.3799 y -226.0205 488.3594 199.6206 460.2002 196.1001 459.2598 c -192.5815 458.4414 187.3018 454.9209 186.5 461.8994 c -185.54 469.001 177.7134 486.8164 142.3398 458.54 c -116.3408 437.7197 102.2598 460.2197 y -97.7002 452.2998 l -73.7983 492.7617 88.3398 428.54 y -98.0215 390.7588 242.6602 436.46 y -428.4199 469.8799 440.6602 474.3799 v -453.0625 478.6807 554.9004 471.9795 y -548.9004 492.1396 l -477.7012 543.0801 459.2217 515.6406 444.2598 519.9795 c -429.3008 524.4414 431.9414 513.8818 428.4199 513.0195 c -424.9014 512.1201 381.7813 539.4004 374.6602 538.46 c -F -0.035294 0.396078 0.572549 0 k -376.0996 536.54 m -369.1406 535.7188 342.4951 562.3994 357.6201 526.9395 c -376.1816 483.7998 293.4609 483.7998 275.0601 496.2197 c -256.501 508.4385 282.98 475.8193 y -303.1401 453.8789 265.2197 472.46 y -227.4609 486.4395 201.0605 458.2783 197.54 457.3398 c -194.0215 456.5186 188.7417 452.998 187.9399 459.9795 c -186.98 467.0791 179.2974 484.7139 143.7798 456.6201 c -116.4199 434.9785 102.5 456.8594 y -97.7002 450.6201 l -75.98 488.8613 89.0601 425.1797 y -98.7393 387.3994 244.1001 434.54 y -429.8623 467.96 442.0996 472.46 v -454.5039 476.7578 555.3799 470.0596 y -549.6201 490.7002 l -478.2637 541.8008 460.6621 513.7178 445.7002 518.0596 c -430.7432 522.5186 433.3828 511.959 429.8594 511.0996 c -426.3418 510.2002 383.2227 537.4785 376.0996 536.54 c -F -0.031373 0.333333 0.470588 0 k -377.54 534.6201 m -370.582 533.8018 342.0225 559.5967 359.0605 525.0195 c -380.2617 482.3213 294.9009 481.8799 276.5 494.2998 c -257.9409 506.5205 284.4199 473.8994 y -304.5801 451.959 266.6602 470.54 y -228.9009 484.5195 202.501 456.3604 198.98 455.4199 c -195.4614 454.6016 190.1816 451.0801 189.3799 458.0596 c -188.4199 465.1592 180.8818 482.6094 145.2197 454.7002 c -116.5015 432.2383 102.98 453.5 y -97.7002 448.9395 l -77.9409 485.4004 89.7798 421.8193 y -99.4614 384.0391 245.54 432.6201 y -431.3027 466.04 443.54 470.54 v -455.9434 474.8408 555.8594 468.1396 y -550.0996 489.5 l -478.8223 540.5186 462.1016 511.8008 447.1406 516.1396 c -432.1836 520.6016 434.8232 510.0391 431.2998 509.1797 c -427.7813 508.2793 384.6631 535.5605 377.54 534.6201 c -F -0.027451 0.278431 0.372549 0 k -378.9805 532.7002 m -372.0195 531.8818 343.0449 557.4678 360.5 523.0996 c -383.0215 479.0791 296.3408 479.96 277.9399 492.3799 c -259.3809 504.5977 285.8599 471.9795 y -306.02 450.0391 268.1001 468.6201 y -230.3408 482.5996 203.9409 454.4385 200.4199 453.5 c -196.9014 452.6787 191.6216 449.1582 190.8198 456.1396 c -189.8599 463.2393 182.4658 480.5049 146.6602 452.7793 c -116.5806 429.5 103.46 450.1396 y -97.7002 447.2598 l -80.1201 480.3994 90.5 418.46 y -100.1792 380.6787 246.98 430.7002 y -432.7422 464.1201 444.9805 468.6201 v -457.3828 472.918 556.3398 466.46 y -550.5801 488.2998 l -479.3818 539.2393 463.541 509.8779 448.5801 514.2197 c -433.623 518.6816 436.2637 508.1191 432.7402 507.2598 c -429.2217 506.3594 386.1035 533.6406 378.9805 532.7002 c -F -0.019608 0.215686 0.286275 0 k -380.4199 530.7793 m -373.4629 529.959 343.2754 554.9023 361.9395 521.1797 c -386.2227 477.6006 297.7808 478.04 279.3799 490.46 c -260.8208 502.6807 287.2998 470.0596 y -307.46 448.1191 269.54 466.7002 y -231.7808 480.6797 205.3809 452.5205 201.8599 451.5801 c -198.3418 450.7588 193.0615 447.2402 192.2598 454.2197 c -191.2998 461.3193 184.0498 478.3994 148.1001 450.8594 c -116.6602 426.7588 103.9399 446.7793 y -97.7002 445.5801 l -81.8599 476.7197 91.2197 415.0996 y -100.9014 377.3193 248.4199 428.7793 y -434.1826 462.2002 446.4199 466.7002 v -458.8232 471.001 556.8203 464.54 y -551.2998 486.8594 l -479.9434 537.9609 464.9814 507.9609 450.0195 512.2998 c -435.0625 516.7588 437.7031 506.1992 434.1797 505.3398 c -430.6621 504.4395 387.543 531.7207 380.4199 530.7793 c -F -0.015686 0.156863 0.203922 0 k -381.8594 528.8594 m -374.9023 528.0391 344.7148 552.9824 363.3799 519.2598 c -387.6631 475.6777 299.2231 476.1201 280.8198 488.54 c -262.2607 500.7578 288.7402 468.1396 y -308.9023 446.1992 270.98 464.7793 y -233.2207 478.7598 206.8208 450.5977 203.2998 449.6602 c -199.7817 448.8389 194.5015 445.3184 193.7002 452.2998 c -192.7402 459.3994 185.6357 476.2949 149.54 448.9395 c -116.7417 424.0186 104.1802 443.4199 y -97.7002 443.6602 l -82.7192 472.8193 91.9399 411.7393 y -101.6216 373.959 249.8599 426.8594 y -435.623 460.2793 447.8594 464.7793 v -460.2637 469.0781 557.2998 462.6201 y -551.7793 485.6602 l -480.502 536.6787 466.4219 506.0381 451.46 510.3799 c -436.501 514.8389 439.1426 504.2793 435.6201 503.4199 c -432.1016 502.5195 388.9834 529.7979 381.8594 528.8594 c -F -0.011765 0.098039 0.12549 0 k -383.2998 526.9395 m -376.3418 526.1191 346.582 551.2949 364.8203 517.3398 c -389.1006 472.4404 300.6606 474.2002 282.2598 486.6201 c -263.7007 498.8408 290.1802 466.2197 y -310.3418 444.2793 272.4199 462.8594 y -234.6606 476.8398 208.2607 448.6807 204.7402 447.7393 c -201.2217 446.9189 195.9414 443.4004 195.1401 450.3799 c -194.1802 457.4785 187.2197 474.1904 150.98 447.0195 c -116.8208 421.2793 104.6602 440.0596 y -97.7002 441.9795 l -83.3599 468.4805 92.6602 408.3799 y -102.3418 370.5986 251.2998 424.9395 y -437.0625 458.3594 449.2998 462.8594 v -461.7012 467.1602 557.7793 460.9395 y -552.2598 484.46 l -481.0615 535.3994 467.8613 504.1201 452.9004 508.46 c -437.9414 512.9189 440.5801 502.3594 437.0605 501.5 c -433.541 500.5996 390.4209 527.8809 383.2998 526.9395 c -F -0 0.039216 0.05098 0 k -384.7402 525.0195 m -377.7822 524.2012 349.208 549.9893 366.2598 515.4199 c -389.6621 468.3193 302.1006 472.2793 283.7002 484.7002 c -265.1406 496.918 291.6201 464.2998 y -311.7822 442.3594 273.8599 460.9395 y -236.1006 474.9199 209.7007 446.7578 206.1802 445.8193 c -202.6616 444.999 197.3818 441.4785 196.5801 448.46 c -195.6226 455.5586 188.8042 472.085 152.4199 445.0996 c -116.8999 418.5391 105.1401 436.7002 y -97.7002 440.2998 l -83.5591 465.8984 93.3799 405.0195 y -103.0615 367.2393 252.7402 423.0195 y -438.502 456.4395 450.7402 460.9395 v -463.1426 465.2383 558.2598 459.0195 y -552.9805 483.0195 l -481.6211 534.1201 469.3018 502.1982 454.3398 506.54 c -439.3828 511.001 442.0234 500.4385 438.5 499.5801 c -434.9814 498.6797 391.8613 525.9609 384.7402 525.0195 c -F -1 g -97.7002 438.6201 m -83.54 462.8818 94.1001 401.6602 y -103.7817 363.8789 254.1802 421.0996 y -439.9424 454.5195 452.1797 459.0195 v -464.5801 463.3203 558.7402 457.0996 y -553.46 481.8193 l -482.1826 532.8418 470.7422 500.2803 455.7793 504.6201 c -440.8203 509.0811 443.4609 498.5215 439.9395 497.6602 c -436.4219 496.7598 393.3008 524.041 386.1797 523.0996 c -379.2227 522.2813 351.4785 548.4678 367.7002 513.5 c -392.2305 461.002 300.9463 472.0898 285.1401 482.7803 c -266.5806 495.001 293.0601 462.3799 y -313.2197 440.4395 275.2998 459.0195 y -237.541 473 211.1406 444.8408 207.6201 443.8994 c -204.1016 443.0791 198.8218 439.5586 198.02 446.54 c -197.0601 453.6416 190.3877 469.9834 153.8599 443.1797 c -116.9814 415.8008 105.6201 433.3398 y -97.7002 438.6201 l -F -0 g -143.2998 405.7402 m -135.4614 392.9189 158.4199 378.3799 v -159.8818 376.8584 140.1802 381.5 v -133.2607 383.6787 131.54 395.1797 v -126.2217 399.958 120.98 406.2197 v -115.6616 412.2803 143.2998 405.7402 y -F -0.8 g -297.3799 458.0596 m -316.8486 428.5371 316.0996 423.2598 v -314.7607 411.8408 314.54 401.2803 318.0195 396.8594 c -321.582 392.4795 331.2197 356.0596 y -330.8223 354.6387 344.4199 396.3799 v -357.2217 414.0391 335.2998 434.2998 v -296.5015 465.9609 297.3799 458.0596 v -F -0 g -165.3799 376.2197 m -177.7017 368.2803 161.7798 333.9795 v -168.98 336.6201 l -168.02 324.2793 164.4199 321.7393 v -172.3398 325.0996 l -177.7017 316.3594 173.2998 311.1797 v -191.7798 302.2803 190.8198 295.3398 v -197.9409 304.04 193.46 311.1797 v -189.1401 318.1201 181.2197 313.7188 182.1802 333.9795 c -172.3398 330.3799 l -178.5801 340.1191 178.5801 347.1797 v -169.7002 344.54 l -186.7949 373.7549 174.98 375.2598 v -168.4614 376.2002 165.3799 376.2197 y -F -0.8 g -201.1401 357.7393 m -204.1016 362.5586 201.1401 361.5801 v -197.9409 360.7998 163.6206 344.5205 156.98 333.9795 c -194.8613 360.7998 201.1401 357.7393 v -F -212.4199 348.8594 m -215.54 353.7578 212.4199 352.9395 v -209.3818 351.999 175.0615 335.7197 168.5 325.0996 c -206.2998 351.999 212.4199 348.8594 v -F -227.0601 365.6602 m -230.0601 370.4795 227.0601 369.5 v -223.9014 368.7197 189.5815 352.4404 182.8999 341.8994 c -220.8198 368.7197 227.0601 365.6602 v -F -201.3799 317.6602 m -201.4614 324.2793 198.5 323.4199 v -195.3008 322.5195 155.7007 303.1592 149.0601 292.7002 c -195.3008 320.7578 201.3799 317.6602 v -F -202.8198 329.6602 m -204.1016 334.8389 201.1401 333.9795 v -198.8218 333.958 169.7817 321.2002 163.2197 310.7002 c -195.7402 334.3994 202.8198 329.6602 v -F -186.98 277.0996 m -175.9399 268.9395 l -187.3809 277.2002 191.2998 275.8994 v -183.8599 263.5586 182.8999 257.8994 v -194.4199 271.9209 200.6602 271.5801 v -208.9399 271.04 209.0601 259.0996 v -215.1006 270.6006 218.6602 270.1396 v -219.9414 263.1201 218.6602 255.7393 v -223.0205 264.001 227.54 262.2197 v -234.4614 264.4395 233.54 251.6602 v -233.5806 240.2402 232.8198 237.2598 v -238.8608 266.1992 241.46 266.54 v -250.3018 267.958 255.6201 258.3799 v -251.1802 266.6406 256.5801 264.3799 v -268.3398 262.6777 271.9399 255.2598 v -264.3799 268.3994 270.5 264.8594 v -278.0215 264.8789 279.3799 257.8994 v -288.5815 234.5186 290.8999 232.7002 v -282.4209 256.5195 284.1802 256.46 v -281.9814 269.7197 287.7798 253.3398 v -284.1802 268.8389 290.4199 267.9795 v -296.5015 267.0801 301.3398 256.0781 310.5801 258.6201 c -321.1426 252.5596 323.2998 328.7002 v -186.98 277.0996 l -F -0 g -192.2598 379.3398 m -208.501 385.8799 252.5 379.3398 v -260.4199 378.8408 267.8599 388.46 v -275.3818 398.1992 304.8608 406.1191 312.0195 403.8193 c -322.5801 396.8594 l -323.2998 395.6602 l -336.9824 384.1201 337.46 375.7393 v -337.8613 367.3994 321.582 314.5996 311.0605 297.0195 c -300.4614 279.3994 289.9014 265.7598 268.8198 268.46 c -245.8999 272.7988 217.7002 268.46 v -185.6216 270.1592 182.6602 279.0195 v -179.4609 287.7578 194.8999 304.46 y -199.7002 313.7188 198.5 329.6602 v -197.0601 345.3994 197.5015 376.2002 192.2598 379.3398 c -F -0.047059 0.745098 0.211765 0 k -216.5 377.1797 m -225.6606 356.8398 193.2197 285.0195 y -190.9014 283.3594 207.0273 276.7109 218.1802 279.5 c -230.2207 282.3008 274.5801 277.5801 y -300.4614 294.7998 314.6602 343.5801 y -325.9805 370.04 306.7402 373.5801 v -287.2617 377.0791 216.5 377.1797 y -F -0.247059 0.933333 0.509804 0.070588 k -214.1001 343.0996 m -217.8438 357.1641 219.5864 370.1426 216.5 377.1797 c -285.0605 370.04 297.3799 393.0195 v -302.0454 401.583 318.2813 367.8389 317.7793 357.2598 c -248.54 341.4385 232.3398 353.6602 v -214.1001 343.0996 l -F -0.266667 0.972549 0.580392 0.137255 k -219.1401 325.0996 m -221.2617 317.2393 218.6602 312.8594 v -216.8599 311.96 215.54 311.4199 v -216.8599 307.5586 223.46 305.8994 v -225.6606 300.958 228.2598 300.6201 v -230.9409 300.0801 236.2207 293.9189 240.7402 295.3398 c -245.0215 296.5586 257.2998 300.8594 y -263.5015 304.4795 273.1401 300.6201 v -275.792 301.4023 276.2598 305.8994 v -276.8096 310.9707 280.2197 315.0391 282.5 317.1797 c -284.6216 319.4404 295.1816 333.5186 293.7798 333.9795 c -292.5415 334.3994 219.1401 325.0996 y -F -0 0.698039 0.356863 0 k -214.3398 378.3799 m -211.1406 353.7578 214.5801 344.54 v -218.1802 335.2803 217.3018 333.0801 216.5 328.7002 c -215.54 324.2793 220.3809 313.2803 226.5801 306.6201 c -239.7798 304.9395 l -256.46 308.8809 266.6602 305.8994 v -276.4736 304.3232 280.3398 320.7803 v -285.5 327.7998 293.54 330.8594 v -301.3398 333.958 309.2598 379.7188 304.8198 388.46 c -300.4614 397.3203 284.6216 402.1592 267.1401 385.0996 c -249.4209 367.8389 247.2197 386.3193 214.3398 378.3799 c -F -0 R -0 G -1.1 w 10 M -214.3398 378.3799 m -211.1406 353.7578 214.5801 344.54 v -218.1802 335.2803 217.3018 333.0801 216.5 328.7002 c -215.54 324.2793 220.3809 313.2803 226.5801 306.6201 c -239.7798 304.9395 l -256.46 308.8809 266.6602 305.8994 v -276.4736 304.3232 280.3398 320.7803 v -285.5 327.7998 293.54 330.8594 v -301.3398 333.958 309.2598 379.7188 304.8198 388.46 c -300.4614 397.3203 284.6216 402.1592 267.1401 385.0996 c -249.4209 367.8389 247.2197 386.3193 214.3398 378.3799 c -214.3398 378.3799 l -s -0 O -0.011765 0 0.239216 0 k -1 w 4 M -216.02 296.0596 m -215.1006 298.3203 210.2598 298.7002 v -185.6216 302.7197 176.4199 316.46 v -168.9009 322.5195 173.7798 309.7393 v -185.1802 287.3193 192.7402 284.2998 v -210.7017 279.8408 216.02 296.0596 v -F -0 R -0 G -0.550001 w 10 M -216.02 296.0596 m -215.1006 298.3203 210.2598 298.7002 v -185.6216 302.7197 176.4199 316.46 v -168.9009 322.5195 173.7798 309.7393 v -185.1802 287.3193 192.7402 284.2998 v -210.7017 279.8408 216.02 296.0596 v -216.02 296.0596 l -s -0 O -0.145098 0.898039 0.682353 0.027451 k -1 w 4 M -303.8599 366.3799 m -304.6426 375.1855 306.7905 384.6602 304.8198 388.46 c -297.771 402.7041 279.0991 396.7754 267.1401 385.0996 c -249.4209 367.8389 247.2197 386.3193 214.3398 378.3799 c -212.2998 363.041 213.1401 351.9795 v -254.2617 364.7598 255.1401 358.7002 v -256.9014 362.1201 267.1401 362.0596 v -277.1406 362.1201 302.1558 363.4082 303.8599 366.3799 c -F -0 R -0.231373 1 0.941176 0.172549 K -2.2 w 10 M -256.5801 377.4199 m -261.7402 372.2402 257.7798 361.5801 v -241.9399 344.0791 244.1001 328.7002 v -S -0 O -0.011765 0 0.239216 0 k -1 w 4 M -203.7798 284.2998 m -198.8218 298.3203 208.5801 290.7803 v -213.7808 288.6387 212.4199 286.9395 v -211.1406 285.1201 204.98 280.7188 203.7798 284.2998 c -F -0 R -0 G -0.550001 w 10 M -203.7798 284.2998 m -198.8218 298.3203 208.5801 290.7803 v -213.7808 288.6387 212.4199 286.9395 v -211.1406 285.1201 204.98 280.7188 203.7798 284.2998 c -203.7798 284.2998 l -s -0 O -0.011765 0 0.239216 0 k -1 w 4 M -209.2998 282.8594 m -205.333 294.1826 213.1401 288.1396 v -217.9399 285.5068 216.2598 285.0195 v -211.2295 283.623 216.2432 280.8076 209.2998 282.8594 c -F -0 R -0 G -0.550001 w 10 M -209.2998 282.8594 m -205.333 294.1826 213.1401 288.1396 v -217.9399 285.5068 216.2598 285.0195 v -211.2295 283.623 216.2432 280.8076 209.2998 282.8594 c -209.2998 282.8594 l -s -0 O -0.011765 0 0.239216 0 k -1 w 4 M -214.5801 282.8594 m -210.6128 294.1826 218.4199 288.1396 v -223.1694 285.6582 221.54 285.0195 v -217.8296 283.623 221.5229 280.8076 214.5801 282.8594 c -F -0 R -0 G -0.550001 w 10 M -214.5801 282.8594 m -210.6128 294.1826 218.4199 288.1396 v -223.1694 285.6582 221.54 285.0195 v -217.8296 283.623 221.5229 280.8076 214.5801 282.8594 c -214.5801 282.8594 l -s -0 O -0.011765 0 0.239216 0 k -1 w 4 M -221.7798 282.6201 m -217.8726 293.9648 225.6201 287.8994 v -230.4365 285.4131 228.7402 284.7803 v -225.5288 283.623 228.7856 280.5869 221.7798 282.6201 c -F -0 R -0 G -0.550001 w 10 M -221.7798 282.6201 m -217.8726 293.9648 225.6201 287.8994 v -230.4365 285.4131 228.7402 284.7803 v -225.5288 283.623 228.7856 280.5869 221.7798 282.6201 c -221.7798 282.6201 l -s -0 O -0.011765 0 0.239216 0 k -1 w 4 M -228.98 282.8594 m -225.001 294.0508 232.8198 288.1396 v -236.9697 286.3086 235.9399 284.7803 v -234.8574 283.4912 235.9136 280.6758 228.98 282.8594 c -F -0 R -0 G -0.550001 w 10 M -228.98 282.8594 m -225.001 294.0508 232.8198 288.1396 v -236.9697 286.3086 235.9399 284.7803 v -234.8574 283.4912 235.9136 280.6758 228.98 282.8594 c -228.98 282.8594 l -s -0 O -0.011765 0 0.239216 0 k -1 w 4 M -236.1802 282.1396 m -230.9409 295.6807 240.98 288.6201 v -246.3418 286.4404 245.0601 284.7803 v -243.7017 282.9199 245.0215 279.3994 236.1802 282.1396 c -F -0 R -0 G -0.550001 w 10 M -236.1802 282.1396 m -230.9409 295.6807 240.98 288.6201 v -246.3418 286.4404 245.0601 284.7803 v -243.7017 282.9199 245.0215 279.3994 236.1802 282.1396 c -236.1802 282.1396 l -s -*u -0.266667 0.972549 0.580392 0.137255 K -2.2 w -204.98 300.8594 m -219.5 304.04 226.1001 300.6201 v -232.7002 299.1992 234.02 299.6602 v -235.3398 300.0801 238.8198 300.6201 y -S -1 D -242.4199 291.2598 m -255.5815 306.2402 268.8198 301.3398 v -276.4976 298.5703 275.3818 302.2803 276.2598 305.4199 c -277.1406 308.4385 277.3613 313.0586 282.98 316.46 c -S -*U -0 D -0 O -0.011765 0 0.239216 0 k -1 w 4 M -261.3799 308.7803 m -256.9014 320.7578 253.9399 306.6201 v -250.7407 292.5986 247.2197 288.6387 245.54 285.5 c -245.4609 279.8408 254.6602 280.2197 v -266.5806 280.7188 267.1401 283.8193 v -267.4614 286.8799 265.7002 299.6406 261.3799 308.7803 c -F -0 R -0 G -0.550001 w 10 M -261.3799 308.7803 m -256.9014 320.7578 253.9399 306.6201 v -250.7407 292.5986 247.2197 288.6387 245.54 285.5 c -245.4609 279.8408 254.6602 280.2197 v -266.5806 280.7188 267.1401 283.8193 v -267.4614 286.8799 265.7002 299.6406 261.3799 308.7803 c -261.3799 308.7803 l -s -*u -0.266667 0.972549 0.580392 0.137255 K -2.2 w -276.7402 300.8594 m -280.6616 303.6006 283.2197 302.2998 v -S -283.9399 319.0996 m -287.041 324.3896 292.3398 325.3398 v -S -*U -0 O -0.701961 g -1 w 4 M -196.5801 278.54 m -216.4209 275 221.2998 276.8594 v -230.9409 276.7588 221.7798 274.46 v -207.6201 274.5586 198.7402 275.8994 v -186.0605 282.0391 196.5801 278.54 v -F -0.011765 0 0.239216 0 k -211.9399 381.0195 m -231.3799 381.0391 233.54 380.0596 v -241.501 346.2803 237.6201 337.8193 v -236.2207 334.8389 233.0601 340.9395 v -212.8999 377.0791 209.2998 379.3398 v -205.8608 381.4805 210.7017 381.0391 211.9399 381.0195 c -F -0 R -0 G -0.550001 w 10 M -211.9399 381.0195 m -231.3799 381.0391 233.54 380.0596 v -241.501 346.2803 237.6201 337.8193 v -236.2207 334.8389 233.0601 340.9395 v -212.8999 377.0791 209.2998 379.3398 v -205.8608 381.4805 210.7017 381.0391 211.9399 381.0195 c -211.9399 381.0195 l -s -0 O -0.011765 0 0.239216 0 k -1 w 4 M -127.2197 383.8994 m -137 382.1406 150.98 379.3398 v -156.1401 354.6387 159.6201 349.3398 v -163.1816 344.0791 159.2217 344.0791 155.2998 347.1797 c -151.3018 350.2393 135.02 365.6406 132.7402 370.46 c -130.6206 375.3193 127.2197 383.8994 y -F -0 R -0 G -0.550001 w 10 M -127.2197 383.8994 m -137 382.1406 150.98 379.3398 v -156.1401 354.6387 159.6201 349.3398 v -163.1816 344.0791 159.2217 344.0791 155.2998 347.1797 c -151.3018 350.2393 135.02 365.6406 132.7402 370.46 c -130.6206 375.3193 127.2197 383.8994 y -127.2197 383.8994 l -s -0 O -0.011765 0 0.239216 0 k -1 w 4 M -151.2197 379.0996 m -157.6377 377.3379 158.6602 375.0195 v -159.855 372.4658 157.46 368.7803 y -156.3247 365.2041 155.0601 367.5801 v -153.6802 369.9629 150.5215 378.3867 151.2197 379.0996 c -F -0 R -0 G -0.550001 w 10 M -151.2197 379.0996 m -157.6377 377.3379 158.6602 375.0195 v -159.855 372.4658 157.46 368.7803 y -156.3247 365.2041 155.0601 367.5801 v -153.6802 369.9629 150.5215 378.3867 151.2197 379.0996 c -151.2197 379.0996 l -s -0 O -0 g -1 w 4 M -151.2197 379.3398 m -155.2617 373.5586 159.1401 373.5801 v -163.1816 373.5586 163.6016 374.0146 166.8198 373.3398 c -171.7617 372.2402 171.3198 374.4385 178.5801 373.0996 c -181.4839 372.5908 184.3018 373.5586 187.46 372.1396 c -190.46 370.9209 193.981 371.7988 195.3799 374.0596 c -196.6206 376.2002 201.8599 380.7803 y -187.8198 378.8408 184.8198 377.8994 v -160.1001 376.6396 151.2197 379.3398 v -F -0.011765 0 0.239216 0 k -200.4199 379.0996 m -193.2656 375.209 192.7402 372.6201 v -192.3848 369.9297 198.5 365.8994 y -201.625 360.7998 202.3398 363.5 v -202.9448 366.0801 201.2407 378.6201 200.4199 379.0996 c -F -0 R -0 G -0.550001 w 10 M -200.4199 379.0996 m -193.2656 375.209 192.7402 372.6201 v -192.3848 369.9297 198.5 365.8994 y -201.625 360.7998 202.3398 363.5 v -202.9448 366.0801 201.2407 378.6201 200.4199 379.0996 c -200.4199 379.0996 l -s -0 O -0.011765 0 0.239216 0 k -1 w 4 M -159.1401 373.0996 m -166.8345 360.7422 167.0601 373.0996 v -167.6865 374.458 165.8599 374.54 v -159.0679 374.5664 160.7407 379.0781 159.1401 373.0996 c -F -0 R -0 G -0.550001 w 10 M -159.1401 373.0996 m -166.8345 360.7422 167.0601 373.0996 v -167.6865 374.458 165.8599 374.54 v -159.0679 374.5664 160.7407 379.0781 159.1401 373.0996 c -159.1401 373.0996 l -s -0 O -0.011765 0 0.239216 0 k -1 w 4 M -167.0601 372.8594 m -175.7358 360.4707 174.98 372.8594 v -175.0449 373.2441 173.0601 373.3398 v -167.8926 373.8682 168.272 378.8359 167.0601 372.8594 c -F -0 R -0 G -0.550001 w 10 M -167.0601 372.8594 m -175.7358 360.4707 174.98 372.8594 v -175.0449 373.2441 173.0601 373.3398 v -167.8926 373.8682 168.272 378.8359 167.0601 372.8594 c -167.0601 372.8594 l -s -0 O -0.011765 0 0.239216 0 k -1 w 4 M -174.98 372.8594 m -183.7134 361.0762 182.8999 371.6602 v -183.1089 373.0664 181.2197 373.3398 v -177.0078 374.1729 176.7754 377.7461 174.98 372.8594 c -F -0 R -0 G -0.550001 w 10 M -174.98 372.8594 m -183.7134 361.0762 182.8999 371.6602 v -183.1089 373.0664 181.2197 373.3398 v -177.0078 374.1729 176.7754 377.7461 174.98 372.8594 c -174.98 372.8594 l -s -0 O -0.011765 0 0.239216 0 k -1 w 4 M -182.4199 372.6201 m -191.2109 359.9619 191.54 370.7002 v -193.4023 372.2354 191.54 372.3799 v -185.0815 373.2939 185.96 378.1953 182.4199 372.6201 c -F -0 R -0 G -0.550001 w 10 M -182.4199 372.6201 m -191.2109 359.9619 191.54 370.7002 v -193.4023 372.2354 191.54 372.3799 v -185.0815 373.2939 185.96 378.1953 182.4199 372.6201 c -182.4199 372.6201 l -s -0 O -0.105882 0.031373 0.356863 0 k -1 w 4 M -142.8198 368.7803 m -134.4199 370.46 l -131.4463 375.9795 129.1401 382.7002 y -136.1216 381.6465 149.7798 378.6201 v -150.8335 374.9141 152.4199 368.54 v -142.8198 368.7803 l -F -214.3398 373.8193 m -212.4702 376.6807 211.0229 378.6152 210.2598 379.0996 c -206.9937 381.1328 211.5513 380.7178 212.8999 380.7803 c -231.02 380.7178 233.0601 379.8193 v -233.6694 377.4219 234.5 373.5801 v -223.3232 375.9033 214.3398 373.8193 v -F -0.164706 0.627451 1 0.031373 k -273.3799 525.9795 m -303.7617 521.5303 331.832 560.7363 333.8594 571.3398 c -335.7051 582.0322 324.5 595.0996 y -326.0264 598.4883 320.7012 613.9756 314.9004 624.1396 c -309.085 634.3057 291.5938 633.2334 272.4199 634.2197 c -254.876 635.2734 234.5479 609.6201 233.0601 607.5801 c -231.644 605.749 238.4214 563.6406 239.7798 557.4199 c -241.3232 551.0547 238.3398 521.8994 y -276.085 532.0254 242.7754 530.2441 273.3799 525.9795 c -F -0.047059 0.517647 0.756863 0 k -233.7798 606.8594 m -232.4722 605.0713 239.125 563.7266 240.5 557.6602 c -241.9761 551.3721 239.0601 522.8594 y -275.0649 532.6279 243.4014 530.9385 273.3799 526.7002 c -303.2769 522.3848 330.8379 560.876 332.6602 571.3398 c -334.6406 581.7871 323.7793 594.6201 y -325.1357 597.9434 319.9082 613.1504 314.1797 623.1797 c -308.5039 633.1084 291.332 632.0547 272.4199 633.0195 c -255.2817 634.0586 235.3232 608.873 233.7798 606.8594 c -F -0.035294 0.372549 0.533333 0 k -234.7402 606.1396 m -233.2998 604.3926 239.8281 563.8154 241.2197 557.6602 c -242.6265 551.6885 239.7798 523.8193 y -274.3735 533.7822 244.0254 531.6338 273.3799 527.4199 c -302.792 523.2393 329.8447 561.0176 331.7002 571.3398 c -333.5762 581.54 322.8203 594.1396 y -324.248 597.3965 319.1172 612.3223 313.46 622.2197 c -307.9238 631.9111 291.0703 630.8789 272.4199 631.8193 c -255.6846 632.8447 236.0981 608.124 234.7402 606.1396 c -F -0.023529 0.239216 0.32549 0 k -235.46 605.6602 m -234.1255 603.7158 240.5313 563.9043 241.9399 557.8994 c -243.2769 552.0049 240.5 524.54 y -272.9121 534.4951 244.6494 532.3301 273.3799 528.1396 c -302.3096 524.0938 328.8516 561.1563 330.7402 571.3398 c -332.5117 581.293 322.0996 593.6602 y -323.3594 596.8516 318.3242 611.4941 312.7402 621.0195 c -307.3418 630.7129 290.8066 629.7002 272.6602 630.6201 c -256.0903 631.6299 236.8711 607.376 235.46 605.6602 c -F -0.011765 0.109804 0.137255 0 k -236.1802 604.9395 m -234.9536 603.0391 241.2368 563.9912 242.6602 558.1396 c -243.9297 552.3223 241.2197 525.5 y -271.8921 535.208 245.2759 533.0234 273.6201 529.0996 c -301.8247 524.9453 327.8555 561.2979 329.54 571.0996 c -331.4453 581.0479 321.1406 593.1797 y -322.4697 596.3066 317.5332 610.6689 312.2598 620.0596 c -306.7617 629.5186 290.5449 628.5244 272.6602 629.4199 c -256.4961 630.416 237.6465 606.6289 236.1802 604.9395 c -F -1 g -273.6201 529.8193 m -301.3398 525.7998 326.8613 561.4395 328.5801 571.0996 c -330.3828 580.8008 320.1797 592.7002 y -321.582 595.7598 316.7402 609.8408 311.54 619.0996 c -306.1807 628.3203 290.2808 627.3457 272.6602 628.2197 c -256.9014 629.2012 238.4214 605.8809 237.1401 604.2197 c -235.7817 602.3594 241.9399 564.0801 243.3799 558.3799 c -244.5801 552.6416 241.9399 526.2197 y -269.9912 535.7002 245.8999 533.7197 273.6201 529.8193 c -F -0.8 g -324.7402 567.2598 m -294.0801 558.7998 281.2998 560.54 v -263.9409 567.8213 254.1802 543.7393 v -250.3018 535.9209 248.1802 533.6602 v -245.8999 531.5215 324.7402 567.2598 y -F -0 g -328.8203 569.6602 m -296.9409 556.1602 285.8599 556.7002 v -267.9009 561.6602 258.7402 545.6602 v -249.4209 535.4814 246.02 533.6602 v -245.4609 531.9609 252.5 536.2998 v -264.02 530.54 l -280.2197 520.0801 290.8999 537.7393 v -295.1816 550.001 295.2197 552.1396 v -295.1816 554.4004 318.5 560.5615 320.1797 561.0195 c -322.0205 561.4395 329.2813 566.0596 328.8203 569.6602 c -F -0.45098 0 1 0 k -276.7402 530.0596 m -269.1416 530.0762 259.9302 534.3271 259.9399 541.0996 c -259.9302 548.0742 269.1416 554.9648 276.7402 555.0195 c -284.2617 554.9648 290.3911 549.3945 290.4199 542.54 c -290.3911 535.6465 284.2617 530.0762 276.7402 530.0596 c -F -0.658824 0.2 1 0.039216 k -272.6602 548.54 m -267.3848 547.6328 261.7881 545.9814 261.8599 546.1396 c -263.5591 551.2998 270.5576 554.9648 276.7402 555.0195 c -281.4248 554.9648 285.5938 552.79 288.02 549.5 c -282.2046 549.8408 272.6602 548.54 v -F -1 g -285.8599 548.7793 m -281.1006 552.2002 281.0601 549.7393 v -285.0605 544.9395 285.8599 548.7793 v -F -0 g -275.0601 539.6602 m -272.1919 539.7412 269.9624 541.9707 270.02 544.7002 c -269.9624 547.4697 272.1919 549.6992 275.0601 549.7393 c -277.6904 549.6992 279.9199 547.4697 279.8599 544.7002 c -279.9199 541.9707 277.6904 539.7412 275.0601 539.6602 c -F -0.164706 0.627451 1 0.031373 k -160.5801 554.2998 m -157.0205 577.7217 159.6201 582.6201 v -171.541 593.5615 171.1401 597.5 v -170.6602 617.3213 169.46 618.1396 v -168.02 619.0801 159.6606 625.6807 153.1401 618.6201 c -141.6201 598.8418 142.5801 591.7393 v -142.5801 589.5801 l -134.1416 590.04 132.5 587.8994 v -131.0601 582.1201 129.8599 581.6602 v -126.6606 579.041 128.8999 575.8994 v -126.6606 573.3193 127.2197 568.9395 v -135.3799 564.6201 l -137.6602 548.6816 149.54 543.0195 v -154.8608 540.3994 158.3408 547.8008 160.5801 554.2998 c -F -1 g -159.3799 556.46 m -156.272 577.4121 158.6602 581.6602 v -169.3398 591.668 168.98 595.3398 v -168.5479 613.0518 167.2998 613.8193 v -166.1719 614.6357 158.6479 620.5752 152.6602 614.2998 c -142.4121 596.4199 143.2998 590.0596 v -143.2998 588.1396 l -135.6802 588.5 134.1802 586.46 v -132.9082 581.3721 131.7798 580.9395 v -128.9478 578.5996 130.8198 575.8994 v -128.9478 573.4521 129.3799 569.4199 v -136.8198 565.5801 l -138.8481 551.2754 149.54 546.1396 v -154.3281 543.8232 157.46 550.4863 159.3799 556.46 c -F -0.043137 0.478431 0.701961 0 k -168.7402 617.1797 m -167.6455 618.0576 159.4063 624.4063 152.8999 617.6602 c -141.8193 598.2363 142.5801 591.2598 v -142.5801 589.3398 l -134.5254 589.6563 132.7402 587.4199 v -131.5229 581.9336 130.3398 581.4199 v -127.2319 578.9307 129.3799 575.8994 v -127.2319 573.3535 127.7002 569.1797 v -135.8599 564.8594 l -137.9575 549.3291 149.54 543.7393 v -154.7266 541.2559 158.1201 548.4697 160.3398 555.0195 c -156.8335 577.6445 159.3799 582.3799 v -170.9912 593.0889 170.6602 597.0195 v -170.1318 616.2529 168.7402 617.1797 v -F -0.027451 0.305882 0.423529 0 k -168.2598 615.9795 m -167.271 617.0332 159.1543 623.1289 152.8999 616.46 c -142.0161 597.6318 142.8198 591.0195 v -142.8198 588.8594 l -134.9097 589.2705 133.2197 587.1797 v -131.9839 581.7461 130.8198 581.4199 v -127.8032 578.8203 129.8599 575.8994 v -127.8032 573.3867 128.1802 569.1797 v -136.1001 565.0996 l -138.2554 549.9795 149.54 544.46 v -154.5942 542.1104 157.9014 549.1426 160.1001 555.5 c -156.6465 577.5674 159.1401 582.1396 v -170.4414 592.6133 169.9399 596.2998 v -169.604 615.1875 168.2598 615.9795 v -F -0.015686 0.141176 0.184314 0 k -167.7798 615.0195 m -166.8994 616.0107 158.8999 621.8525 152.8999 615.2598 c -142.2153 597.0244 143.0601 590.54 v -143.0601 588.3799 l -135.2959 588.8857 133.7002 586.9395 v -132.4473 581.5586 131.2998 581.1797 v -128.377 578.71 130.3398 575.8994 v -128.377 573.4209 128.8999 569.4199 v -136.5801 565.3398 l -138.5503 550.6279 149.54 545.4199 v -154.46 542.9668 157.6807 549.8145 159.6201 555.9795 c -156.459 577.4912 158.8999 581.8994 v -169.8896 592.1426 169.46 595.8193 v -169.0762 614.1201 167.7798 615.0195 v -F -1 g -159.3799 556.46 m -156.272 577.4121 158.6602 581.6602 v -169.3398 591.668 168.98 595.3398 v -168.5479 613.0518 167.2998 613.8193 v -166.5249 614.9883 158.6479 620.5752 152.6602 614.2998 c -142.4121 596.4199 143.2998 590.0596 v -143.2998 588.1396 l -135.6802 588.5 134.1802 586.46 v -132.9082 581.3721 131.7798 580.9395 v -128.9478 578.5996 130.8198 575.8994 v -128.9478 573.4521 129.3799 569.4199 v -136.8198 565.5801 l -138.8481 551.2754 149.54 546.1396 v -154.3281 543.8232 157.46 550.5938 159.3799 556.46 c -F -0.8 g -156.02 563.4199 m -132.2695 574.6396 131.2998 575.4199 v -141.291 566.501 142.1001 566.54 v -143.0503 566.501 156.02 563.4199 y -F -0 g -137.2998 570.1396 m -157.46 566.2803 157.46 561.5 v -157.46 558.2383 157.1934 543.4756 151.2197 545.1797 c -142.0615 547.8008 146.0215 563.6406 137.2998 570.1396 c -F -0.45098 0 1 0 k -146.4199 566.0596 m -156.3369 564.4395 157.46 561.5 v -158.1201 559.6807 158.8496 550.541 152.8999 549.2598 c -147.8335 548.3379 145.3809 559.582 146.4199 566.0596 c -F -0 g -240.98 519.2598 m -240.5098 521.1729 241.9497 521.0283 243.8599 521.6602 c -246.1206 522.2813 259.5415 526.46 260.4199 529.3398 c -261.3008 532.1816 275.7798 527.4199 y -277.8008 526.46 282.7402 523.5801 y -287.9214 522.2813 295.2197 521.8994 y -297.8218 520.7402 301.46 517.5801 y -317.6211 506.4414 331.2197 514.46 y -353.2617 521.6211 346.5801 540.6201 y -343.3613 550.4404 346.8203 554.2998 y -347.1006 558.3604 354.9805 551.4199 y -357.8818 546.7012 358.8203 541.0996 y -367.5605 528.8818 363.8594 548.54 y -364.043 549.5596 360.9609 553.5195 360.9805 554.7793 c -360.9609 556.1602 359.0605 559.8193 y -355.6807 563.6406 358.3398 571.3398 y -360.3008 586.5195 357.8594 584.54 y -356.5615 586.5195 346.3398 575.4199 y -344.0215 571.7813 337.46 570.1396 y -334.3418 568.04 330.5 569.6602 y -327.7422 570.0195 321.6201 562.2197 y -324.6602 562.541 327.3008 557.7002 330.0195 557.4199 c -332.5801 557.2617 334.5605 560.1201 336.2598 560.7793 c -338.082 561.4395 341.0605 555.0195 y -341.6025 552.2002 335.54 546.8594 y -335.002 541.8604 333.1406 543.7393 y -329.9414 544.2793 328.6211 540.1016 327.6201 535.0996 c -326.4219 529.9805 321.8594 529.5801 y -320.041 521.4004 318.7402 524.7793 y -318.5 530.8613 312.0195 524.54 y -310.5801 522.2813 305.54 524.7793 y -298.04 526.9014 300.7402 529.0996 y -302.6602 531.5215 314.9004 529.0996 y -317.4004 530.8613 308.6602 535.3398 y -307.9395 537.2402 309.1406 542.0596 y -310.3613 545.5996 317.7793 551.6602 y -328.1816 553.0801 325.2197 554.7793 y -318.2813 560.5615 312.0195 552.1396 y -309.4805 545.3818 290.4199 528.8594 y -285.0605 525.1396 287.9214 532.6201 283.46 528.8594 c -279.1206 525.1396 256.5801 535.0996 y -243.7422 536.3525 240.7373 519.0361 236.8999 522.3799 c -242.8135 513.0967 240.98 519.2598 v -F -455.2998 702.1396 m -427.1816 693.4395 424.0996 672.8594 v -421.4629 647.6816 444.0195 628.2197 v -444.3418 621.2813 446.6602 617.6602 v -444.7813 612.4805 465.3799 620.7793 v -495.3799 630.1396 l -502.4219 632.7197 508.0996 642.3799 v -513.8623 652.0801 530.5801 672.7617 526.5801 700.46 c -527.9414 712.8008 521.2998 713.1797 v -512.1006 715.001 504.2598 706.7002 v -496.7021 703.1211 494.1797 703.5801 v -455.2998 702.1396 l -F -515.54 703.3398 m -517.7334 713.1533 512.4199 707.8994 v -504.668 701.5371 496.3398 701.4199 v -480.4668 699.1162 475.6992 684.6201 v -471.2695 655.0732 480.0195 648.8594 v -485.3047 640.5537 492.9805 647.8994 v -500.7949 655.0732 517.8438 688.3252 515.54 703.3398 c -F -0.2 g -515.0605 702.8594 m -517.3105 712.5537 512.1797 707.4199 v -504.4805 701.1514 496.3398 701.1797 v -480.7207 698.7725 475.9395 684.6201 v -471.6914 655.5293 480.2598 649.3398 v -485.4727 641.2734 492.9805 648.3799 v -500.6797 655.5293 517.3877 688.2051 515.0605 702.8594 c -F -0.4 g -514.5801 702.6201 m -516.8906 711.9561 511.6992 706.9395 v -504.2959 700.7617 496.3398 700.7002 v -480.9746 698.4297 476.4199 684.3799 v -472.1143 655.9873 480.5 649.8193 v -485.6387 641.9961 493.2197 649.0996 v -500.5664 655.9873 516.9346 688.083 514.5801 702.6201 c -F -0.6 g -514.0996 702.1396 m -516.4668 711.3584 511.46 706.2197 v -504.1113 700.376 496.3398 700.46 v -481.2324 698.0859 476.6602 684.3799 v -472.5371 656.4463 480.7402 650.54 v -485.8066 642.7178 493.2197 649.5801 v -500.4512 656.4463 516.4785 687.9629 514.0996 702.1396 c -F -0.8 g -513.8594 701.6602 m -516.0469 710.7578 511.2197 705.7393 v -503.9258 699.9893 496.3398 699.9795 v -481.4863 697.7432 476.9004 684.3799 v -472.959 656.9043 480.9805 651.0195 v -485.9746 643.4385 493.2197 650.0596 v -500.3359 656.9043 516.0225 687.8428 513.8594 701.6602 c -F -1 g -513.3799 701.4199 m -515.6211 710.1602 510.7402 705.2598 v -503.7422 699.6006 496.3398 699.5 v -481.7402 697.3994 477.3799 684.1396 v -473.3809 657.3604 481.2197 651.7393 v -486.1426 644.1602 493.2197 650.7793 v -500.2207 657.3604 515.5664 687.7207 513.3799 701.4199 c -F -0.254902 0.941176 1 0.243137 k -280.5801 477.7402 m -258.2217 498.9609 249.3799 499.8193 v -211.5801 504.2402 195.3799 484.46 v -214.6616 506.8809 245.0601 500.7803 v -221.2617 505.5605 207.6201 501.9795 v -189.1401 502.04 178.5801 486.6201 v -175.46 481.3398 l -179.8999 497.6406 200.1802 504.1396 v -225.2217 509.5205 237.1401 504.1396 v -213.3418 511.7217 202.3398 509.4199 v -168.9009 512.1602 154.8198 483.0195 v -159.2217 498.9609 175.46 506.7803 v -190.46 516.5596 212.8999 513.5 v -228.7402 509.96 234.5 507.2598 v -240.1807 504.6797 238.8608 507.7617 229.7002 513.0195 c -223.46 524.041 208.1001 523.5801 v -160.981 519.6416 149.54 506.54 v -164.5015 518.7607 175.9399 521.8994 v -200.5806 530.6406 209.7798 529.8193 v -237.1016 528.6602 245.54 533.1797 v -233.1416 527.5615 236.6602 524.0596 v -240.1807 520.5195 247.6616 512.1602 247.7002 510.8594 c -247.6616 509.5205 274.2798 485.2109 278.1802 480.3799 c -280.5801 477.7402 l -F -0.8 g -432.9805 264.3799 m -415.8516 304.5918 402.0195 315.0195 v -430.7002 297.4395 434.6602 277.5801 v -434.5498 266.6406 432.9805 264.3799 v -F -484.5801 256.2197 m -455.4512 316.6904 435.1406 343.0996 v -482.9502 301.8418 488.4199 272.7803 v -488.9004 266.54 l -485.7793 269.4199 l -485.1514 259.4912 484.5801 256.2197 v -F -546.7402 309.5 m -478.002 374.9912 476.4199 377.6602 v -542.9004 305.1416 546.2598 296.7803 v -544.002 306.79 546.7402 309.5 v -F -339.3799 261.7393 m -360.8506 318.8906 381.8594 294.1396 v -398.25 283.1406 397.7002 279.7393 v -393.3008 286.9902 373.46 286.46 v -352.6016 289.7402 339.3799 261.7393 v -F -548.9004 401.8994 m -499.4502 433.292 491.2998 435.0195 v -478.2129 437.5371 545.6504 403.04 551.0605 391.5801 c -553.3496 394.2412 548.9004 401.8994 v -F -0 g -383.2998 284.7803 m -405.623 286.8799 413.0605 294.3799 v -417.8594 290.2998 l -437.2998 332.54 l -441.3799 327.0195 l -457.1025 343.2002 456.2598 351.9795 v -455.3408 360.7998 470.4199 345.5 y -469.4219 358.1602 477.3799 350.7803 v -474.7012 367.8389 483.8594 358.9395 v -472.3496 392.2139 497.0605 363.9795 v -503.3027 356.8398 498.5 364.2197 y -469.8613 417.1201 493.7002 401.1797 v -495.8213 426.3584 494.4199 431.1797 v -493.1816 436.04 490.9805 460.6807 485.7793 466.46 c -480.4209 472.1211 486.1426 473.8809 492.2598 468.1396 c -479.9814 494.5615 494.4199 481.3398 v -490.541 498.0801 485.7793 501.2598 v -479.543 520.0811 496.3398 508.2197 v -491.4219 521.8398 487.9395 525.2598 v -475.1406 555.7207 483.1406 550.46 v -487.9395 546.3799 l -480.4209 561.8818 487.46 556.9395 v -494.502 552.2002 494.4199 552.6201 y -471.1807 589.1602 493.7002 569.8994 v -484.6465 585.1113 480.9805 592.7002 v -460.1816 615.1201 475.9395 608.0596 v -481.2197 606.3799 l -471.623 617.3213 462.7402 619.0996 v -454.0205 620.8398 465.4609 627.8818 472.5801 625.5801 c -479.543 623.4795 496.8203 615.0195 y -510.7813 594.4395 515.2998 593.8994 v -493.1816 602.3594 499.7002 593.6602 v -515.6211 578.1602 507.6201 578.54 v -501.1016 570.6797 506.4199 561.0195 v -486.0752 581.2305 502.3398 553.0996 v -510.0195 535.0996 l -483.0605 562.3203 495.3799 538.2197 v -514.3018 512.1602 516.5 511.8193 v -518.7012 511.2803 523.46 501.5 y -518.6602 503.8994 l -524.4199 494.0596 l -512.1006 507.3193 518.6602 492.8594 v -524.9004 477.0195 l -502.4219 501.1611 517.46 468.6201 v -499.3418 474.3193 509.0605 455.4199 v -507.2617 437.7988 507.6201 432.1396 v -508.1406 426.3584 509.4609 395.1201 504.7402 386.2998 c -499.7813 377.5205 511.2227 356.4004 513.3799 351.9795 c -515.6211 347.5996 519.582 335.7197 510.0195 345.7393 c -500.2207 355.959 505.0615 349.8008 507.3799 340.2197 c -509.4609 330.4395 516.0605 313.2803 515.2998 307.0996 c -513.8623 305.7988 510.2598 309.7393 v -494.0625 334.8389 495.8594 319.0996 v -494.502 310.2002 491.0605 300.6201 v -487.4629 288.6387 487.46 298.2197 v -483.9414 316.8008 480.9805 308.54 v -477.7813 300.0801 473.8203 293.4795 470.6602 290.7803 c -467.6621 288.2002 461.9414 313.2803 460.5801 301.8193 c -447.4209 315.4805 442.0996 297.5 v -429.3799 279.5 l -428.9414 293.04 427.7002 286.46 v -394.6211 279.8408 383.2998 284.7803 v -F -345.3799 677.1797 m -332.5801 685.9609 328.0996 685.5801 v -323.7822 685.0801 358.541 695.2012 403.9395 664.9395 c -409.1406 661.7598 413.0605 662.2998 v -416.6211 659.5615 413.54 655.5801 v -403.8613 645.041 416.1797 632.7793 v -436.4219 625.2412 430.3398 634.9395 v -442.1406 630.5215 444.7402 626.0596 v -447.4209 621.7207 446.1797 626.0596 y -439.0615 634.04 432.5 639.7393 v -426.7422 641.96 423.6201 651.2598 v -420.582 660.4395 417.9414 671.4414 422.9004 675.0195 c -418.3809 670.1211 419.2998 674.54 v -420.1426 678.9199 424.1025 682.8799 425.7793 683.4199 c -427.6211 683.7607 445.6621 701.1416 453.1406 701.6602 c -443.0215 700.04 439.7002 701.1797 v -436.4219 702.2402 407.1602 714.7803 400.5801 716.0596 c -382.0801 723.3604 395.2998 721.0996 v -434.6621 716.9814 454.5801 702.3799 v -446.7607 711.7012 426.5 719.4199 v -402.1016 733.2607 363.3799 727.8193 v -343.8008 724.2412 335.2998 722.2998 v -332.3623 722.9209 331.7002 723.2598 v -331.043 723.7998 318.0605 733.7002 287.7798 725.8994 c -269 720.9414 259.46 715.5801 v -242.8208 714.3408 238.8198 710.7793 v -218.4009 694.7598 216.2598 693.9795 v -214.0015 693.001 201.4614 684.6416 200.6602 684.1396 c -227.6406 691.46 230.1802 694.2197 v -232.9209 696.7393 252.0605 699.6006 254.6602 698.0596 c -257.3408 696.5215 266.5806 697.1816 256.1001 696.6201 c -339.1807 680.2393 340.0996 678.1396 v -340.9424 675.8408 345.3799 677.1797 y -F -0.164706 0.627451 1 0.031373 k -423.8594 687.2598 m -412.6621 695.4199 410.4199 695.4199 v -408.2617 695.4199 394.6211 706.6396 390.0195 706.2197 c -385.3809 705.7617 371.9629 716.7607 341.7793 707.6602 c -341.1602 709.9395 345.1406 710.7793 v -352.1621 713.2393 352.5801 713.8994 v -374.8203 718.5195 382.8203 714.6201 v -392.8613 711.7012 399.6201 704.7793 v -412.002 701.3594 415.46 702.3799 v -425.2012 700.04 425.54 698.0596 v -432.0225 694.7598 430.0996 691.8193 v -430.4814 690.1396 423.8594 687.2598 v -F -410.1797 689.6602 m -411.0508 688.9063 412.1719 688.7979 412.8203 687.9795 c -413.0938 687.5625 412.7773 687.2041 412.3398 687.0195 c -411.2842 686.749 410.123 687.375 408.9805 686.7793 c -408.4238 686.501 407.7178 686.7002 407.0605 686.7793 c -405.3125 687.3506 403.3018 687.377 401.54 686.54 c -399.2578 687.8623 396.6631 687.2217 394.3398 688.2197 c -394.3086 688.3516 394.0645 687.9697 394.0996 687.9795 c -390.6318 689.2588 386.5156 688.9492 383.7793 691.5801 c -381.1709 691.9131 378.5762 692.4219 375.8594 693.2598 c -373.9063 693.7305 372.3584 694.8174 370.5801 695.6602 c -369.0605 696.5117 367.457 697.085 365.7793 697.5801 c -363.7207 697.9922 361.707 697.8701 359.54 698.54 c -359.5234 698.4678 359.3125 698.0908 359.2998 698.0596 c -358.8652 698.2393 358.5469 698.8809 358.3398 698.7793 c -356.5088 698.2471 354.8721 699.3174 353.0605 699.0195 c -351.7441 700.2871 349.8438 700.0186 348.2598 700.46 c -344.8828 701.4365 341.415 700.04 338.1797 701.1797 c -342.6055 703.167 347.7607 701.8105 352.3398 704.0596 c -354.791 705.3916 357.7188 704.1797 360.5 705.0195 c -361.0801 705.1729 361.8418 705.3965 362.1797 704.7793 c -362.4297 704.8086 362.6289 705.0723 362.6602 705.0195 c -365.3887 703.7695 367.9355 702.3682 370.5801 701.1797 c -371.0391 701.0332 371.627 701.29 372.0195 701.1797 c -373.5752 699.7305 375.7109 699.8428 377.2998 698.54 c -379.1094 699.0537 381.082 698.6338 383.0605 699.2598 c -383.0693 699.3506 383.3262 698.9766 383.2998 699.0195 c -384.6055 699.8232 385.875 699.5264 386.9004 699.2598 c -387.2285 699.0625 387.959 698.792 388.3398 698.7793 c -389.5303 698.4072 390.4736 697.8799 391.7002 697.5801 c -391.8965 697.6592 392.0986 698.0332 392.1797 698.0596 c -393.4141 697.5195 394.5586 697.5801 395.2998 696.3799 c -395.4297 696.4492 395.6113 696.7109 395.7793 696.6201 c -396.8311 696.3105 397.5469 695.4795 398.6602 695.1797 c -399.291 695.0977 399.9629 694.4092 400.5801 694.2197 c -403.2266 693.4111 405.2559 691.7285 407.7793 690.8594 c -408.5049 690.4033 409.4668 690.1465 410.1797 689.6602 c -F -325.9395 705.2598 m -323.0957 707.1514 320.4922 708.3682 317.7793 710.2998 c -317.6055 710.4795 317.2109 710.29 317.0605 710.54 c -315.8789 711.0967 314.9043 711.7354 313.9395 712.46 c -313.2295 712.9209 312.3271 712.9082 311.7793 713.1797 c -308.9697 714.6123 306.0776 715.2266 303.3799 716.54 c -304.0713 717.2432 305.3047 716.9736 306.02 717.9795 c -306.1733 717.5527 306.4351 717.2402 306.7402 717.5 c -308.6699 718.4453 310.7051 718.6133 312.5 718.46 c -314.4248 718.4121 316.3164 718.0781 318.2598 717.7393 c -318.6055 717.7275 318.8242 717.1514 319.2197 717.0195 c -321.6318 716.3145 324.2598 716.8926 326.6602 716.0596 c -328.3398 715.2793 330.0684 714.375 331.46 712.9395 c -331.707 712.6855 331.3496 712.3545 330.9805 712.2197 c -331.4697 712.2607 331.7695 712.0352 331.9395 711.7393 c -331.9834 711.4277 331.9834 711.0938 331.9395 710.7793 c -331.7676 710.4893 331.46 710.377 330.9805 710.2998 c -329.502 710.1123 331.4502 711.6289 330.7402 711.0195 c -329.2813 710.2422 330.1016 708.6963 329.2998 707.4199 c -328.9736 707.5137 328.7217 707.7529 328.8203 708.1396 c -329.0977 707.6064 328.4355 707.2881 328.3398 706.9395 c -327.8281 706.1426 326.8398 704.585 325.9395 705.2598 c -F -290.1802 697.0996 m -286.6494 698.043 283.2944 697.918 279.8599 699.2598 c -279.9033 699.3535 279.6582 698.9697 279.6201 699.0195 c -278.084 699.6533 277.0737 700.7168 275.7798 701.8994 c -274.8872 702.8428 273.063 702.418 271.7002 702.8594 c -271.3042 703.0898 271.0806 703.6514 270.7402 703.5801 c -269.4102 703.8682 268.3906 704.9121 267.1401 705.5 c -269.811 706.4141 272.4629 706.3809 275.0601 706.7002 c -275.2949 706.8242 275.4536 706.4697 275.54 706.46 c -275.751 706.4697 275.8926 706.7119 276.02 706.9395 c -276.2554 706.5537 276.5864 706.1934 276.98 706.46 c -277.4722 707.0674 278.084 706.8584 278.6602 706.7002 c -278.835 706.8027 278.9746 706.4697 279.1401 706.46 c -279.2695 706.4697 279.4136 706.8125 279.6201 706.7002 c -279.7109 706.8105 279.855 706.4697 280.1001 706.46 c -280.1504 706.4697 280.292 706.7119 280.3398 706.9395 c -281.2017 706.001 282.1733 706.6113 282.98 706.46 c -284.2207 706.165 284.5137 704.8994 285.6201 704.54 c -290.8833 703.1377 295.4336 700.7793 300.2598 698.54 c -300.5693 698.3213 300.7998 698.0479 300.7402 697.5801 c -300.9751 697.6201 301.3184 697.7168 301.46 697.5801 c -302.6914 696.7666 303.8359 696.1641 304.5801 694.9395 c -304.8418 694.585 304.479 694.1357 304.3398 694.2197 c -299.3506 695.2881 294.9438 695.9551 290.1802 697.0996 c -F -274.8198 648.6201 m -273.1206 649.8799 272.4775 652.1113 271.2197 654.1396 c -271.0015 654.4561 271.3042 654.8047 271.7002 654.8594 c -272.2686 655.0752 272.8662 654.5498 273.3799 654.3799 c -275.2354 653.3789 276.9248 652.0137 279.1401 651.9795 c -281.3096 649.4043 285.9941 648.9795 286.1001 645.2598 c -286.0039 644.3164 284.4321 645.3242 283.9399 644.2998 c -281.2642 645.4834 278.6357 645.3701 276.02 646.9395 c -275.3384 647.4033 275.7031 647.9023 274.8198 648.6201 c -F -244.5801 706.46 m -244.729 706.3711 252.4614 706.1143 252.5 705.9795 c -252.3945 705.6514 243.8911 704.4971 243.3799 704.7793 c -243.3105 704.7676 235.0474 702.0938 234.98 702.1396 c -235.1934 702.3896 244.2871 706.373 244.5801 706.46 c -F -0 g -261.6201 695.6602 m -245.2402 693.6602 240.5 692.2998 v -235.5605 691.0205 215.1006 682.6611 211.7002 680.54 c -197.0601 674.5205 178.3398 652.46 v -186.7207 656.2617 189.1401 659.4199 v -204.1016 673.2002 203.7798 670.46 v -217.3018 679.8008 216.7402 677.4199 v -243.481 689.7002 241.2197 686.2998 v -265.04 691.2412 264.02 688.9395 v -284.6216 684.2002 281.54 683.8994 v -275.1606 682.6611 282.2598 678.6201 v -278.4609 673.8604 272.4199 678.3799 v -266.5806 682.6611 269.8809 680.2393 264.5 679.0996 c -261.5215 678.2598 256.5801 682.7002 v -250.3018 687.7207 240.7402 683.6602 v -206.96 669.9004 204.7402 669.2598 v -200.8018 666.1611 198.2598 662.2998 v -191.7798 657.3604 188.4199 655.8193 v -174.4014 643.0615 173.0601 641.4199 v -169.3398 635.8018 168.5 635.4199 v -175.501 639.54 177.6201 641.6602 v -193.1001 652.7402 198.98 653.6602 v -203.8809 656.9209 204.7402 658.46 v -220.6016 668.5801 225.1401 668.54 v -235.3398 662.8613 238.1001 670.46 v -244.3613 672.54 250.5801 671.1797 v -254.041 674.0811 253.2197 676.46 v -254.9214 678.4805 256.1001 674.2998 v -259.7598 670.3398 264.98 672.6201 v -269.4414 672.7617 267.1401 670.2197 v -262.3999 665.9404 249.3799 665.6602 v -235.7817 665.0596 217.7002 656.7793 v -184.9614 645.2598 174.7402 633.7393 v -167.8018 624.1396 161.7798 622.9395 v -155.48 621.9414 148.8198 613.8193 v -159.6606 620.1797 169.46 620.2998 v -173.96 622.8193 169.7002 618.8594 v -165.8218 610.501 167.54 604.46 v -166.9209 598.8418 166.1001 597.0195 v -157.46 583.001 157.46 580.46 v -157.46 577.7217 158.7798 566.9404 159.1401 566.2998 c -159.6606 565.6201 158.1201 568.04 162.2598 565.3398 c -166.4814 562.7598 169.5605 561.001 170.4199 557.8994 c -171.3198 554.8398 168.2407 563.8613 168.02 565.8193 c -167.8018 567.8213 163.1816 575.7412 164.1802 578.2998 c -165.1616 577.2793 166.1001 575.6602 v -165.3799 576.4014 166.1001 580.46 v -166.9209 586.0801 168.5 589.5801 v -170 593.1201 172.2007 597.3008 172.5801 598.2197 c -173.0815 599.0596 173.0815 605.4414 174.7402 602.54 c -178.3398 599.6602 l -175.2798 602.5801 177.6201 604.9395 v -176.6001 611.1602 178.5801 614.0596 v -186.2817 623.2617 187.9399 624.3799 v -189.7998 625.46 188.1802 625.0996 y -194.8613 629.6406 188.4199 627.9795 v -184.0806 626.1201 180.7402 626.0596 v -172.4214 623.9209 176.8999 628.46 v -181.2197 633.1611 192.2217 639.1016 196.3398 638.7793 c -197.2998 637.0996 l -209.54 639.7393 l -208.3398 638.7793 l -208.0615 639.1016 212.6602 639.5 v -217.3018 639.9795 223.6807 638.4414 225.1401 640.46 c -226.7598 642.4014 230.5015 643.501 230.1802 641.8994 c -229.6206 640.4209 229.46 638.2998 y -234.9009 644.5996 234.2598 642.1396 v -233.5806 639.7617 224.5615 634.04 222.98 627.2598 c -234.5 636.1396 l -238.3398 639.5 l -242.3818 637.1211 242.6602 638.7793 v -242.8208 640.6396 247.8799 647.0215 249.1401 646.7002 c -250.52 646.5801 252.7207 649.6611 252.5 646.7002 c -252.2817 643.9395 260.6602 638.0596 y -264.1616 639.9795 265.7002 638.54 v -267.2407 636.9004 271.9399 660.1396 y -299.2998 671.8994 l -347.2998 675.7393 l -328.5801 683.1797 l -261.6201 695.6602 l -F -*u -1 D -0 R -0.435294 0.886275 0.8 0.670588 K -1 J 2.2 w 10 M -281.54 476.7803 m -265.04 495.2217 255.8599 498.1396 v -241.0615 505.5605 214.1001 496.9395 v -S -252.2598 499.5801 m -224.5615 508.4209 207.6201 503.8994 v -187.3809 501.6006 178.1001 486.3799 v -S -248.4199 501.0195 m -229.6206 508.8604 213.3799 511.3398 v -195.0801 514.1406 176.8999 506.2998 v -163.3999 499.6201 157.46 488.2998 v -S -249.3799 500.54 m -232.4814 512.5996 231.3799 514.2197 v -223.6807 526.2412 209.2998 526.7002 v -185.8398 525.7998 166.8198 517.0996 v -S -*U -0 D -0 O -0 g -0 J 1 w 4 M -247.9399 510.3799 m -249.6802 508.7842 279.3799 477.0195 y -318.0605 436.7002 287.2998 474.3799 y -278.8999 479.5996 268.8198 500.2998 y -267.4614 503.3594 284.1802 492.3799 y -288.5815 491.4795 303.6201 470.2998 y -296.0601 473 301.46 465.0195 y -304.4214 462.8818 326.9004 445.8193 y -330.8223 441.3193 335.2998 439.5801 y -350.6211 445.2793 343.7002 430.7002 y -346.2227 423.2793 352.3398 435.9795 y -364.7021 454.5195 346.5801 451.8193 y -313.6621 448.8008 306.2598 466.46 y -303.541 469.04 313.2197 466.46 y -322.4629 464.2012 305.2998 480.1396 y -307.9395 480.041 318.0195 472.46 y -329.502 462.4395 331.7002 464.54 y -351.502 474.3193 362.9004 465.9795 y -365.1416 464.2012 358.9805 456.7207 360.7402 451.0996 c -362.502 445.2793 367.7002 431.6602 y -365.1416 429.8789 365.54 417.9795 y -384.0605 392.4795 373.46 394.7002 y -356.3408 395.1201 372.7402 386.7793 y -376.1406 384.5596 385.9395 376.7002 y -382.7402 377.96 380.9004 372.1396 y -386.2617 367.8389 383.2998 362.54 y -376.582 361.2393 375.3799 356.7793 y -382.7402 348.0391 371.7793 347.6602 y -375.7012 342.7588 370.3398 329.6602 y -365.1416 329.5586 358.0996 323.4199 y -360.7422 318.1201 349.2197 311.8994 y -340.0615 310.2002 343.2197 302.7793 y -334.3418 296.1201 331.7002 278.54 y -330.8223 267.0801 328.1816 263.5586 333.8594 265.8193 c -339.623 267.958 338.6602 281.6602 y -333.4609 298.7598 380.6602 316.46 y -384.9414 318.1201 385.9395 323.8994 y -388.0215 323.4004 397.7002 315.0195 y -406.0615 302.7197 406.5801 312.8594 y -407.8203 316.8008 406.0996 323.4199 y -412.6621 347.1582 397.2197 354.1396 y -386.2617 391.1602 401.7793 381.9795 y -404.7422 375.7588 416.6602 369.9795 y -420.5 372.6201 l -418.8223 377.96 428.1797 384.6201 y -431.1416 377.5205 437.7793 386.2998 y -441.7012 413.1582 455.2998 397.3398 y -459.7422 396.001 461.0605 403.5801 y -465.0225 414.9199 461.0605 429.9795 y -465.0225 430.3203 475.7002 423.7393 y -478.6621 427.6807 468.541 446.1582 473.0605 443.4199 c -477.3418 440.8809 482.1797 439.0996 y -483.0605 441.3193 472.0996 454.9395 y -467.2207 458.04 461.54 480.3799 y -469.4219 476.5205 458.4199 493.3398 y -458.4219 496.7598 465.1406 509.1797 y -464.1416 516.5596 465.1406 516.1396 y -468.1016 514.8008 476.9023 513.041 469.46 519.9795 c -461.9414 527.1201 470.4199 532.46 y -475.1406 535.4814 460.0996 535.0996 y -454.4629 539.8809 454.8203 544.2197 y -463.7021 542.0811 447.8623 557.9209 445.2197 561.9795 c -442.582 565.8418 453.1406 571.5801 y -467.6621 575.5205 454.8203 579.0195 y -433.3418 578.5996 445.2197 590.54 y -451.8223 590.04 450.0195 592.7002 y -444.3418 594.001 433.7002 601.0996 y -429.3828 605 433.46 604.2197 y -451.8223 602.8018 420.2598 615.0195 y -428.9414 615.1201 409.2197 626.54 y -406.9424 628.3203 403.46 636.6201 y -396.8223 642.4014 391.46 649.8193 y -391.1025 654.7207 385.9395 659.8994 y -373.0615 674.96 366.9805 674.54 y -350.6211 678.4805 344.9004 677.6602 y -286.8198 672.8594 l -257.7798 658.6807 266.4199 635.6602 y -273.4014 626.3408 283.46 630.6201 y -288.5815 637.3398 301.46 634.9395 y -323.7822 631.3994 320.9004 635.4199 y -318.2813 640.4209 300.4614 647.2393 300.2598 647.8994 c -300.02 648.5596 290.4199 652.2197 y -287.041 653.6211 282.2598 663.7393 y -278.6816 667.4814 296.1802 661.0996 y -294.7402 660.001 302.8999 655.5801 y -322.0205 656.7002 333.6201 644.7793 y -345.5625 626.5615 345.8594 635.6602 y -348.8623 645.9199 335.7793 669.2598 y -336.3223 671.4414 345.3799 664.2197 y -346.8828 666.3799 347.7793 659.8994 y -347.9814 657.3604 352.0996 648.6201 y -355.2422 634.2607 359.2998 642.3799 y -364.3398 632.0596 l -365.8018 629.2012 359.2998 620.7793 y -358.9805 617.7607 359.8613 617.9814 353.7793 609.7393 c -347.543 601.2607 351.3799 596.54 y -349.7402 589.1602 359.54 589.5801 y -362.2813 587.1797 366.0195 587.1797 y -368.002 584.9814 370.5801 585.7393 y -372.4014 589.8193 379.2197 587.6602 y -380.7607 590.2617 389.7793 590.7793 y -390.8809 593.5615 391.3203 595.3203 395.0605 596.0596 c -398.8018 596.6406 371.7793 644.0596 y -378.7813 644.8203 369.8594 658.46 y -367.3418 665.7197 379.8828 649.6611 382.3398 648.1396 c -384.7207 646.5801 385.8223 644.1602 384.0195 644.2998 c -382.3018 644.5996 380.3223 642.1807 381.8594 641.8994 c -383.4004 641.7412 397.7021 625.2412 401.54 614.0596 c -405.1807 602.8018 411.7813 598.3994 418.5801 591.7393 c -425.4219 585.2002 424.5801 558.6201 y -424.1025 548.8994 430.8203 537.2598 y -432.9004 533.0596 428.1797 513.0195 y -426.082 510.6201 427.7002 509.6602 y -428.7227 508.4209 436.0996 493.8193 y -434.2207 494.1201 438.2598 490.2197 y -443.9023 483.5596 436.8203 486.8594 y -430.2607 488.6211 438.0195 477.7393 y -439.2822 475.8604 429.3799 480.8594 y -419.2617 481.5801 432.0195 473.6602 y -441.4805 465.7393 428.9004 470.54 y -423.8809 472.5605 427.46 465.0195 y -430.9209 463.3203 449.7793 455.6602 y -450.2813 451.4404 446.9004 445.8193 y -447.4209 441.54 444.9805 437.8994 y -443.6816 428.7793 443.0605 427.8193 y -438.4014 427.6807 430.3398 412.46 y -428.2813 409.6396 417.1406 396.3799 y -414.8623 388.7402 395.0605 396.6201 y -387.8027 392.9189 390.0195 396.6201 y -389.5615 399.0801 394.8203 405.7393 y -402.541 408.54 399.6201 420.3799 y -404.082 421.959 391.7617 425.04 391.9395 426.3799 c -392.2012 427.6807 398.6602 429.2598 y -407.3809 431.4199 402.5 434.0596 y -401.8809 438.459 405.1406 444.6201 y -417.9414 445.501 405.1406 463.3398 y -393.3008 471.6797 392.1797 477.9795 y -406.0615 487.0801 397.043 500.7197 397.2197 504.6201 c -397.4814 508.6396 398.9004 532.46 y -396.6006 539.2207 393.3799 554.2998 y -395.7227 559.9014 403.9395 573.7393 y -406.9424 578.3818 416.6211 583.6611 414.2598 586.9395 c -411.7813 590.2617 403.2197 588.3799 y -394.6211 589.8193 395.2998 584.0596 y -393.5215 583.001 392.6602 577.5801 y -391.8486 568.7744 382.0996 561.9795 y -369.7617 555.0605 379.9395 550.7002 y -386.4824 543.4014 375.6201 543.2598 y -363.6006 545.1602 372.7402 533.8994 y -384.502 519.8594 381.1406 516.8594 y -369.9824 515.6816 383.7793 505.5801 y -382.9609 507.7617 383.2998 505.8193 v -383.4004 503.8018 386.7012 499.1816 387.6201 496.9395 c -388.4629 494.7793 384.0195 494.54 y -384.7207 484.001 367.7002 488.54 y -367.7813 488.6211 366.0195 488.2998 v -364.2607 488.1797 351.9414 489.0605 345.6201 491.4199 c -339.1807 493.9014 331.7002 493.8193 y -327.3008 491.9209 318.9805 492.1396 v -310.5801 492.3604 301.7002 489.2598 y -296.9409 489.7207 306.4014 494.5615 306.7402 494.2998 c -306.8408 494.1201 313.002 500.2803 304.1001 499.5801 c -280.2246 497.8232 268.3398 509.1797 y -266.1416 510.6201 263.2998 513.7393 y -252.2817 515.8994 264.7402 500.0596 y -266.1416 498.5215 264.5 497.4199 y -263.7197 499.1816 255.1401 505.0996 y -252.0488 506.1914 250.5488 507.6582 247.9399 510.3799 c -F -0.435294 0.886275 0.8 0.670588 k -221.7798 523.0996 m -234.4614 517.001 237.3799 513.9795 v -240.1807 510.8408 255.6201 498.3799 y -249.6416 500.501 246.7402 502.46 v -243.9199 504.4609 232.1001 513.5 y -227.8613 520.0801 221.7798 523.0996 v -F -0.45098 0 1 0 k -157.9399 557.4199 m -158.2617 557.6406 157.6855 560.624 157.46 561.2598 c -156.3369 564.2188 146.4199 565.8193 y -146.2109 564.3389 146.1514 562.585 146.1802 560.7793 c -151.6206 554.71 157.9399 557.4199 v -F -0.658824 0.2 1 0.039216 k -157.9399 557.6602 m -157.395 557.5225 157.875 560.7051 157.7002 561.2598 c -156.5552 564.2188 146.4199 566.0596 y -146.2109 564.4492 146.1514 562.6924 146.1802 560.7793 c -150.9609 555.2598 157.9399 557.6602 v -F -0 g -153.1401 557.6602 m -152.3721 557.54 151.8154 558.7949 151.7002 560.2998 c -151.8154 561.8857 152.3721 563.1416 153.1401 563.1797 c -153.7471 563.1416 154.3066 561.8857 154.3398 560.2998 c -154.3066 558.7949 153.7471 557.54 153.1401 557.6602 c -F -102.98 449.6602 m -96.7402 438.6797 124.1001 445.3398 v -139.4214 446.5996 142.1001 449.1797 v -143.3818 448.3594 152.583 445.1338 155.7798 444.3799 c -163.1816 442.6396 172.3398 453.7402 y -177.481 465.1904 180.5 465.2598 v -183.6416 465.1904 180.02 463.3398 y -172.8608 452.3193 173.2998 450.6201 v -167.5806 428.5586 150.02 427.5801 v -132.2144 426.6338 133.7002 420.1396 v -143.3818 422.8398 145.9399 420.1396 v -157.9014 420.6387 149.0601 413.6602 v -141.6201 400.9395 l -141.7734 396.5313 130.5801 400.46 v -119.8398 404.1387 108.5 418.2197 y -90.9658 434.333 102.98 449.6602 v -F -0.066667 0.470588 0.290196 0 k -101.54 445.3398 m -99.3799 434.7197 139.9399 446.0596 v -144.7017 446.1582 147.3799 445.3398 v -149.9814 444.3994 163.1816 441.3193 165.3799 442.7002 c -157.46 427.6807 144.7402 429.5 v -130.1816 427.6807 130.5801 422.2998 v -135.02 414.4805 140.4199 411.7402 v -143.3818 409.2002 143.0601 405.7402 v -142.501 402.1592 139.4214 400.3994 137.2998 399.5 c -135.02 398.6406 131.5015 402.1592 129.8599 402.1396 c -127.981 402.1592 118.7407 409.2002 114.02 414.3799 c -109.0615 419.7578 99.8218 432.958 100.3398 435.9795 c -100.7002 439.1191 101.54 445.3398 y -F -0.262745 0.682353 0.52549 0.062745 k -105.1401 426.1396 m -107.96 421.7402 111.481 417.1201 114.02 414.3799 c -118.7407 409.2002 127.981 402.1592 129.8599 402.1396 c -131.5015 402.1592 135.02 398.6406 137.2998 399.5 c -139.4214 400.3994 142.501 402.1592 143.0601 405.7402 c -143.3818 409.2002 140.4199 411.7402 y -136.9277 413.5254 133.9136 417.3682 132.2598 419.8994 c -132.3799 417.1201 126.7402 417.9795 v -120.9414 418.8799 115.2197 421.959 113.54 425.4199 c -111.7017 429.001 109.0615 431.6406 110.8999 427.5801 c -112.5801 423.7207 115.2197 419.7578 116.8999 419.4199 c -118.7407 418.8799 118.3018 417.5596 115.7002 417.9795 c -113.0215 418.4404 109.9399 418.8799 105.1401 424.7002 c -F -0.254902 0.941176 1 0.243137 k -102.2598 449.1797 m -104.2207 464.2012 105.6201 468.6201 v -104.6602 476.0811 107.2998 480.6201 v -109.9399 485.3213 112.1406 492.1396 115.46 498.1396 c -118.7407 504.0195 118.9614 508.4209 123.3799 510.1396 c -127.7598 511.9395 134.3599 521.4004 137.54 522.6201 c -140.5205 523.6016 140.4199 522.6201 y -147.7808 539 162.7402 534.6201 v -144.9199 537.6797 162.2598 548.0596 v -157.0205 546.8115 160.5801 554.54 v -163.0713 559.6445 162.5215 552.2002 150.5 539.1797 c -144.9199 529.7598 139.2197 526.46 v -133.4814 523.1602 120.2817 515.4609 119.0601 511.3398 c -117.6416 507.1016 114.1206 500.7197 111.8599 498.8594 c -109.7217 497.2012 106.6401 492.5811 106.1001 488.7803 c -104.8809 484.4404 103.46 483.0195 v -101.8018 481.8008 101.5806 478.2803 101.54 476.0596 c -101.5806 473.8809 99.3799 470.8018 99.6201 468.1396 c -100.4814 447.2598 100.1001 445.0996 v -102.2598 449.1797 l -F -1 g -92.8999 444.1396 m -90.5815 445.7188 85.7002 439.0996 v -93.771 402.8193 93.8599 401.1797 v -94.981 403.5898 93.6201 411.5 v -92.1201 419.4297 91.2197 433.3398 y -92.8999 444.1396 l -F -0.254902 0.941176 1 0.243137 k -116.6602 510.8594 m -97.1816 507.3193 97.7002 475.0996 v -96.7402 447.9795 l -95.4199 476.0811 94.1001 477.7393 v -92.7798 479.5996 97.1816 491.9209 93.6201 485.4199 c -78.2598 469.9209 87.1401 446.54 v -88.7095 442.9707 85.46 447.9795 v -80.3506 461.8896 81.6201 468.8594 v -81.7808 471.3506 83.7798 474.3799 v -93.3296 487.3018 96.2598 489.7393 v -98.2808 505.6709 115.2197 511.3398 v -121.4912 513.9199 116.6602 510.8594 v -F -0 g -269.7798 583.5801 m -270.6055 584.0498 270.5957 585.1182 271.2197 585.2598 c -272.499 585.6846 272.6792 586.8584 273.1401 587.6602 c -274.208 589.1719 274.4214 590.8594 275.0601 592.46 c -275.3599 593.2686 275.3911 594.3193 275.0601 595.0996 c -273.7544 597.7734 272.9814 600.4688 271.46 603.0195 c -271.1001 603.6318 270.812 604.5049 270.5 605.1797 c -270.0825 606.6865 268.7002 607.7764 267.8599 609.2598 c -267.4375 609.7129 268.0137 610.7305 267.1401 610.9395 c -266.2402 610.9395 264.6465 611.5752 264.5 610.46 c -263.7441 607.6016 264.855 604.8271 265.9399 602.0596 c -265.0591 601.3779 265.4263 600.3682 265.7002 599.4199 c -266.377 595.5557 265.0566 591.8691 264.2598 588.1396 c -264.1953 587.9336 264.5718 587.7148 264.5 587.6602 c -263.1968 584.6934 261.5981 582.0029 259.7002 579.5 c -258.7642 578.293 257.8066 577.2842 257.2998 576.1396 c -256.8535 575.249 256.4048 574.1885 256.5801 573.0195 c -252.9033 570.0439 250.4263 565.8125 247.46 561.5 c -247.0474 560.835 247.3662 559.5049 247.9399 559.0996 c -248.8662 558.7705 249.9199 559.8965 250.3398 560.7793 c -250.8633 561.5957 251.252 562.3105 251.7798 562.9395 c -251.9385 563.2109 251.7417 563.6719 251.7798 563.8994 c -254.7871 566.3857 256.623 569.6162 259.2197 572.2998 c -261.4663 572.583 263.1558 573.6797 264.98 574.7002 c -265.417 574.9902 265.9951 574.7168 266.4199 574.9395 c -268.2417 576.2266 268.2393 578.4678 268.3398 580.46 c -268.4097 581.54 268.6255 582.9893 269.7798 583.5801 c -F -260.1802 588.6201 m -260.2905 588.6582 260.1201 589.124 260.1802 589.3398 c -260.4199 589.7168 260.8613 589.9229 261.1401 590.2998 c -261.1616 590.5186 260.9814 590.9355 261.1401 591.0195 c -263.6982 593.7842 263.979 597.1113 262.8198 600.3799 c -263.9673 601.0635 264.0342 602.4512 263.54 603.5 c -262.6279 605.252 262.417 607.3711 261.3799 609.0195 c -260.4609 610.4648 258.7256 611.833 257.2998 610.46 c -256.7554 609.958 256.3999 609.0938 256.8198 608.2998 c -256.7769 608.1318 257.0913 607.9707 257.0601 607.8193 c -256.9424 607.5244 256.3423 607.2773 256.3398 606.8594 c -256.3042 605.333 255.2529 603.6699 255.8599 602.2998 c -256.7959 600.418 257.6958 598.373 258.5 596.54 c -257.0815 594.0918 258.2192 591.3994 256.3398 589.3398 c -256.1406 589.1738 256.1504 588.749 256.3398 588.6201 c -256.6064 587.9932 257.0527 587.5469 257.54 587.1797 c -257.811 587.0908 258.1929 587.0908 258.5 587.1797 c -259.0498 587.624 259.4863 588.1592 260.1802 588.6201 c -F -329.2998 599.8994 m -330.7754 597.9434 331.0957 594.8691 328.8203 593.4199 c -329.4463 589.7002 333.1328 591.877 335.54 592.46 c -335.3223 592.8867 335.5713 593.2666 335.7793 593.1797 c -337.0449 593.2881 337.793 594.4229 338.9004 594.1396 c -339.4395 595.9326 341.2402 596.7051 342.0195 598.2197 c -343.8457 602.2881 343.1982 606.9893 340.3398 610.46 c -340.1338 610.8389 340.3711 611.4072 340.3398 611.8994 c -339.4043 614.2373 337.1289 614.583 335.0605 615.2598 c -333.707 619.6035 332.9785 624.0361 330.9805 628.2197 c -329.2666 628.376 328.498 630.2881 327.1406 631.0996 c -325.5605 631.8701 324.9365 630.1348 324.9805 628.9395 c -324.9902 628.7598 325.4863 628.5127 325.2197 628.2197 c -325.2148 627.9297 324.9297 627.8096 324.9805 627.7393 c -324.9316 627.5117 325.1738 627.3682 325.2197 627.2598 c -324.3105 626.3193 322.7461 625.793 322.3398 624.6201 c -321.373 620.4531 324.2021 617.0166 325.9395 613.5801 c -326.6865 612.248 325.877 610.8486 324.9805 609.5 c -324.5605 608.7559 324.6797 607.5146 324.9805 606.6201 c -325.8105 604.0107 327.5605 602.0957 329.2998 599.8994 c -F -288.2598 579.7393 m -286.7358 577.6543 282.9849 574.8291 286.1001 572.7793 c -286.4048 572.5664 286.8125 572.5615 287.0601 572.7793 c -289.2246 574.4307 291.4302 575.4248 294.02 576.1396 c -294.2456 576.0967 294.5479 575.583 294.98 575.6602 c -296.7271 576.5332 298.9375 576.4688 300.2598 578.0596 c -304.3833 577.6953 308.3047 578.9209 312.0195 580.46 c -313.3135 580.8535 314.7109 581.4678 316.0996 582.1396 c -317.5449 582.6533 318.8691 583.6758 320.1797 585.0195 c -320.2373 585.0801 320.6289 584.9814 320.9004 585.0195 c -320.8789 585.9297 321.9365 586.0713 322.0996 586.7002 c -322.3086 587.0098 322.1426 587.4463 322.3398 587.6602 c -324.6416 589.3496 325.6543 591.5693 324.2598 594.1396 c -324.0537 594.8213 323.7793 595.501 323.0605 596.0596 c -321.9629 597.0244 320.751 596.0859 319.7002 596.54 c -319.4258 595.7305 318.625 595.918 318.2598 595.8193 c -317.2539 595.2197 315.7881 595.8633 314.9004 595.3398 c -313.3447 594.6152 311.9785 594.4297 310.3398 593.8994 c -310.0713 593.9258 309.2168 594.0293 309.1406 593.4199 c -308.8926 593.4893 308.7295 593.7461 308.6602 593.6602 c -306.5146 593.2852 305.1294 593.0498 303.6201 591.2598 c -303.584 591.0439 303.0967 591.2402 302.8999 591.0195 c -301.8701 590.2012 301.4263 588.8457 300.2598 588.1396 c -299.9937 587.9697 299.605 588.1563 299.2998 587.8994 c -298.6807 587.54 298.2773 586.834 297.6201 586.46 c -297.2095 586.0898 296.7705 586.4473 296.8999 586.7002 c -297.0752 588.8721 297.793 590.8369 297.1401 592.9395 c -299.4463 595.6729 302.2134 597.8164 304.1001 600.8594 c -304.2178 603.2041 304.9785 605.5635 304.8198 607.8193 c -304.8418 608.0596 304.5249 608.8662 304.3398 609.2598 c -304.0449 610.1885 305.041 611.3594 304.1001 612.1396 c -302.5688 613.4814 301.1479 612.5166 300.2598 610.9395 c -298.2178 610.5098 295.9448 609.749 294.2598 611.1797 c -293.103 611.9717 292.4673 612.9697 291.6201 614.0596 c -290.5039 615.5625 290.8735 617.1416 290.8999 618.8594 c -290.9551 619.0039 290.6094 619.1523 290.6602 619.3398 c -290.6118 619.4502 290.8521 619.5938 290.8999 619.8193 c -290.2231 620.4297 289.9209 621.5938 288.7402 621.9795 c -289.1357 623.1416 288.3921 624.1133 287.54 624.3799 c -285.2383 625.208 283.395 623.1025 281.2998 622.9395 c -280.748 623.002 280.2344 624.1445 279.6201 624.6201 c -279.0464 624.7393 278.271 624.7754 277.9399 624.3799 c -277.1167 623.9287 276.4688 623.8037 275.54 623.6602 c -273.855 623.0977 272.4512 621.8936 270.7402 621.0195 c -269.1895 620.0117 268.1382 618.4297 266.8999 616.9395 c -265.9136 615.7109 265.7646 613.0566 267.3799 612.6201 c -269.355 611.792 270.7881 614.7656 272.8999 614.2998 c -273.2935 614.3506 273.5215 614.0068 273.3799 613.5801 c -273.8286 613.46 274.0688 613.7119 274.3398 614.0596 c -275.2231 612.9004 276.5049 612.5283 277.46 611.6602 c -278.605 610.5752 280.5249 611.0332 281.54 609.9795 c -283.3232 608.2852 282.7065 605.3359 284.8999 603.9795 c -284.1968 602.4561 283.5298 601.0518 283.2197 599.4199 c -282.8506 598.1553 283.9424 596.8398 285.3799 597.0195 c -286.6592 597.041 286.9473 597.877 287.54 599.1797 c -287.7754 598.7666 288.291 598.4404 288.2598 598.2197 c -287.7417 595.5771 286.6133 593.3857 286.1001 590.7793 c -286.0449 590.3623 285.709 590.1387 285.3799 590.2998 c -284.7656 585.6963 280.3086 583.0635 277.46 579.5 c -277.0664 579.0293 277.0615 577.6563 277.46 577.0996 c -279.0537 575.6865 281.2109 577.3877 282.98 578.0596 c -283.3135 579.2666 284.2593 580.3037 285.6201 580.2197 c -286.0063 580.2314 286.2656 580.8271 286.5801 580.9395 c -287.0049 581.1221 287.5566 580.875 287.7798 581.1797 c -289.772 582.4082 291.3223 583.625 293.2998 585.0195 c -293.4438 585.0752 293.8232 584.9023 294.02 585.0195 c -294.4185 585.2002 294.625 585.624 294.98 585.7393 c -295.3613 586.0469 295.6279 585.7275 295.9399 585.5 c -295.1313 585.0361 295.1265 583.9834 294.5 583.8193 c -293.6338 583.4668 293.0166 582.9033 292.3398 582.3799 c -291.9536 582.2002 291.229 582.4707 291.1401 582.3799 c -290.4561 581.1436 289.1528 580.6611 288.2598 579.7393 c -F -227.54 633.9795 m -217.2583 637.2002 204.98 609.0195 v -202.3398 603.2402 199.7002 601.0996 v -197.0601 598.8418 184.7407 594.8818 182.6602 590.54 c -171.1401 572.7793 l -187.3809 590.4795 190.8198 593.1797 v -199.7002 602.3594 196.1001 594.8594 v -180.7808 583.001 182.1802 572.7793 v -175.9399 557.04 174.98 554.7793 v -192.6606 590.04 195.3799 591.2598 v -197.9409 592.6807 199.2607 592.6807 198.02 588.6201 c -196.6206 584.7607 196.1816 566.7197 193.2197 564.6201 c -201.9009 586.9609 201.1401 590.54 v -204.541 594.4395 207.1401 588.6201 v -205.9399 571.0996 l -210.7402 557.8994 l -208.0615 570.2402 209.7798 587.4199 v -207.6201 598.8418 211.9399 592.7002 v -216.4209 586.5195 226.981 579.9199 227.0601 574.7002 c -221.2617 594.001 211.2197 599.1797 v -206.6602 592.7002 l -205.46 594.8594 l -201.4614 595.7598 206.4199 603.2598 v -211.1406 610.7217 210.7402 611.6602 y -217.7407 603.6797 219.6201 603.7393 v -234.02 612.041 235.46 585.2598 v -242.8208 601.04 232.8198 608.54 v -216.4209 610.7217 217.7002 616.46 v -225.6201 630.1396 l -229.6206 635.8018 227.7798 632.7793 y -F -205.46 615.9795 m -191.3408 616.001 187.9399 610.2197 v -180.02 599.6602 l -198.8218 610.7217 203.2998 612.1396 v -207.6201 613.3613 205.46 615.9795 y -F -161.54 609.0195 m -159.2217 607.6396 158.8999 604.46 v -158.3408 601.4814 155.7007 601.04 156.5 597.9795 c -157.46 594.8818 159.6606 592.2412 159.6201 596.54 c -159.6606 601.04 161.4199 603.2402 162.2598 604.46 c -163.1816 605.8809 164.9409 610.7217 161.54 609.0195 c -F -151.7002 541.5801 m -142.501 546.041 138.98 549.9795 v -135.4614 553.9609 135.9585 548.2783 130.5801 548.7793 c -124.189 549.166 125.2998 566.7793 y -120.98 558.3799 l -119.6216 542.5205 128.4199 545.1797 v -132.7183 546.4492 134.1416 544.7217 132.5 543.7393 c -130.6206 542.96 138.541 542.5205 135.3799 540.8594 c -132.3799 539 148.2197 544.7217 145.7002 533.1797 c -151.7002 541.5801 l -F -137.7798 525.7393 m -120.9414 520.9609 116.8999 531.5 v -111.7017 528.8818 114.02 525.5 v -116.54 522.2813 117.8599 521.8994 y -123.7998 520.5195 123.1401 519.7393 v -122.48 518.7607 119.7798 514.9395 y -131.0601 521.6211 137.7798 525.7393 v -F -1 g -389.0605 439.8193 m -388.6523 437.4316 386.8135 436.5508 384.7402 435.7402 c -382.6133 436.8721 379.7559 440.29 377.7793 437.8994 c -377.1602 438.5479 376.3037 438.6123 375.8594 439.3398 c -375.4141 440.3311 375.7129 441.4805 375.3799 442.46 c -374.7363 443.7578 373.957 445.2607 374.1797 446.7803 c -376.1484 447.6025 376.8027 449.6982 376.3398 451.5801 c -376.2051 451.9209 375.7324 452.1387 375.8594 452.54 c -376.1582 452.8779 376.5078 453.1279 376.8203 453.5 c -376.6523 453.2715 376.4941 453.0146 376.3398 453.0195 c -375.7012 453.1543 375.8359 453.8545 375.8594 454.2197 c -376.623 456.2021 378.8379 456.4922 380.4199 455.1797 c -380.6025 455.8018 381.1621 455.5879 381.6201 455.6602 c -381.5859 456.2578 382.0352 456.8379 382.3398 457.3398 c -382.8223 458.5059 384.6152 457.2891 385.46 458.0596 c -386.6738 458.8711 387.8438 459.6416 389.0605 459.0195 c -391.0215 457.8633 392.9004 456.5313 394.0996 454.7002 c -394.8516 453.6963 395.1152 452.2881 395.0605 451.3398 c -395.0098 450.5215 393.4902 450.9102 393.1406 449.8994 c -392.4033 447.9658 394.417 447.3945 395.2998 445.8193 c -395.4678 445.5391 395.1777 445.2031 394.8203 445.0996 c -394.3789 444.9561 393.5166 445.165 393.6201 444.6201 c -394.7363 441.1514 391.7051 440.4082 389.0605 439.8193 c -F -378.5 418.2197 m -378.5527 420.1299 376.791 422.0645 378.0195 423.9795 c -378.2695 423.793 378.4141 423.5498 378.5 423.5 c -378.7109 423.5498 378.8555 423.793 378.9805 423.9795 c -380.6455 421.5029 384.6631 420.4805 384.5 417.2598 c -384.4834 416.8594 383.2881 415.8486 384.2598 415.0996 c -382.2871 413.6572 382.2266 411.0508 381.1406 408.8594 c -379.8398 409.2939 378.5078 409.6924 377.2998 410.2998 c -377.6289 411.9346 377.499 413.7871 378.5 415.3398 c -378.8789 416.0068 378.5645 417.1924 378.5 418.2197 c -F -0.8 g -195.8599 428.0596 m -177.1953 416.9697 192.7402 433.8193 v -202.3398 444.3994 213.3799 450.6201 y -224.7798 455.4004 228.7402 456.6201 v -232.7002 458.041 249.4209 463.7598 252.98 464.2998 c -256.46 464.6406 267.02 469.04 274.5801 464.54 c -281.9814 460.2412 290.8999 455.4199 y -272.7417 464.6406 268.8198 461.8994 v -264.8218 459.3604 256.9014 459.7998 250.3398 456.3799 c -234.02 451.4404 230.4199 449.1797 v -226.981 447.0391 215.54 434.2803 213.8599 435.2598 c -212.0215 436.04 214.2197 436.4795 215.54 439.5801 c -216.8599 442.6396 214.6616 444.3994 205.9399 437.4199 c -197.0601 430.3203 195.8599 428.0596 y -F -0 g -203.7798 434.7803 m -205.436 449.0264 214.8198 447.2598 v -223.8105 451.7842 226.8198 453.9795 v -235.7578 455.8203 237.1401 456.3799 v -257.5254 466.0684 273.7183 461.0986 274.3398 462.3799 c -274.9185 463.5605 296.5063 455.7314 300.5 451.3398 c -300.9082 450.749 289.2222 457.3945 278.6602 459.5 c -269.4536 461.249 245.6934 459.2021 233.7798 453.0195 c -230.4248 451.4521 220.585 445.0898 217.7002 445.0996 c -215.0166 445.335 203.7798 434.7803 y -F -0.8 g -199.7002 406.46 m -182.9814 409.2002 201.3799 411.0195 v -221.2617 413.1582 225.6201 418.9395 v -240.6201 429.001 243.6201 429.5 v -246.7808 429.8789 279.7808 437.7988 280.3398 440.54 c -280.6616 443.0791 286.8198 443.0791 288.5 442.2197 c -290.3408 441.3193 289.46 440 286.3398 439.0996 c -283.3018 438.2402 248.9814 420.2002 241.9399 418.9395 c -234.9009 417.5596 222.1401 409.2002 216.98 407.8994 c -211.5801 406.5586 199.7002 406.46 y -F -0 g -221.0601 414.6201 m -211.731 415.6113 221.2998 416.54 v -230.8906 420.2764 233.0601 423.2598 v -240.8047 428.3887 242.4199 428.54 v -243.9585 428.8369 259.3135 432.8936 259.46 434.2998 c -259.7646 435.5957 297.2383 449.4365 302.1802 445.8193 c -305.3022 443.6162 294.4111 445.46 283.7002 440.54 c -282.3223 439.9277 245.084 423.8818 241.46 423.2598 c -237.8745 422.5303 231.3418 418.251 228.7402 417.5 c -225.9346 416.8975 221.0601 414.6201 y -F -212.4199 412.2197 m -218.1802 412.7188 216.98 411.0195 v -215.54 409.2002 212.8999 410.0596 y -212.4199 412.2197 l -F -204.5 410.54 m -210.2598 410.96 209.0601 409.0996 v -207.6201 407.4395 204.98 408.3799 y -204.5 410.54 l -F -193.2197 408.8594 m -198.8218 409.2002 197.54 407.4199 v -196.1816 405.6797 193.46 406.46 y -193.2197 408.8594 l -F -184.8198 407.8994 m -190.46 408.3193 189.1401 406.46 v -187.8198 404.7988 185.2998 405.7402 y -184.8198 407.8994 l -F -227.0601 451.3398 m -231.8218 451.4404 230.4199 449.6602 v -229.1816 447.9199 225.6201 448.46 y -227.0601 451.3398 l -F -216.02 445.3398 m -223.1357 447.6338 220.3398 443.8994 v -219.0605 442.2002 216.5 443.1797 y -216.02 445.3398 l -F -203.7798 440.0596 m -209.3818 440.4395 208.1001 438.6201 v -206.7417 436.9209 204.02 437.8994 y -203.7798 440.0596 l -F -195.3799 433.3398 m -201.02 433.8389 199.7002 432.1396 v -198.3799 430.3203 195.8599 431.1797 y -195.3799 433.3398 l -F -187.9399 428.0596 m -193.5415 428.5586 192.2598 426.8594 v -190.9014 425.041 188.1802 425.8994 y -187.9399 428.0596 l -F -230.8999 421.0996 m -238.4238 421.6689 236.6602 419.4199 v -234.9102 416.9834 231.3799 418.2197 y -230.8999 421.0996 l -F -242.1802 426.3799 m -249.8647 426.9482 248.1802 424.7002 v -246.3511 422.2637 242.8999 423.5 y -242.1802 426.3799 l -F -254.1802 431.1797 m -261.7446 431.7891 259.9399 429.5 v -258.231 427.1045 254.6602 428.2998 y -254.1802 431.1797 l -F -265.46 436.46 m -273.1831 437.0693 271.46 434.7803 v -269.6694 432.3848 266.1802 433.5801 y -265.46 436.46 l -F -235.2197 456.3799 m -242.8232 456.8691 240.98 454.46 v -239.3096 452.1846 234.98 452.54 y -235.2197 456.3799 l -F -246.2598 459.7402 m -253.8247 460.3877 252.02 458.0596 v -250.311 455.7031 245.54 455.8994 y -246.2598 459.7402 l -F -221.2998 415.8193 m -226.981 416.2402 225.6201 414.3799 v -224.3408 412.7188 221.7798 413.6602 y -221.2998 415.8193 l -F -0.254902 0.941176 1 0.243137 k -140.6602 525.0195 m -135.9009 515.2393 135.3799 511.8193 v -136.3398 521.4004 137.7798 523.5801 v -138.98 525.7998 140.6602 525.0195 y -F -120.5 509.4199 m -116.9814 493.6807 117.3799 490.7002 v -116.1006 503.3594 116.6602 504.6201 v -116.9814 506 120.5 509.4199 y -F -0.8 g -143.2998 591.5 m -143.0601 588.1396 l -140.6602 587.8994 l -156.3608 573.9795 156.98 565.5801 v -157.9014 574.6396 143.2998 591.5 v -F -0 g -147.8599 590.2998 m -147.2891 590.6475 147.5288 591.4658 147.1401 591.7393 c -146.1919 592.3203 148.5078 592.3828 148.3398 593.1797 c -147.8359 594.4971 148.0425 594.5215 147.8599 595.8193 c -147.8457 596.5801 148.4912 598.2744 148.8198 598.7002 c -150.5073 600.5762 149.0503 603.8018 150.7402 605.4199 c -151.189 605.8252 151.6016 606.4326 151.9399 606.8594 c -152.6406 607.9521 153.9414 608.4893 155.0601 609.5 c -155.3384 609.7041 155.1152 610.6133 155.7798 610.46 c -156.5264 610.3857 157.8921 610.5293 157.9399 609.5 c -157.7192 607.2705 156.2578 605.3789 154.8198 603.5 c -155.3457 602.7705 154.8418 602.0713 154.5801 601.3398 c -153.0605 598.5771 153.2695 595.4502 153.1401 592.2197 c -153.0703 592.2344 152.7344 592.1475 152.6602 591.9795 c -153.1304 589.5225 153.7734 587.1025 154.8198 584.54 c -155.1416 583.6279 155.6602 582.6436 155.7798 581.6602 c -155.9478 580.8682 156.0605 579.9531 155.54 579.2598 c -157.8511 575.998 156.4111 573.082 157.7002 569.1797 c -157.9233 568.5098 159.7856 566.4053 159.3799 566.54 c -156.5117 567.54 156.3896 567.9775 156.2598 568.7002 c -156.0342 569.4922 155.6694 571.0059 155.2998 571.5801 c -155.3384 571.8486 155.1514 573.9219 155.0601 573.9795 c -153.4014 576.6748 154.8945 576.4834 153.3799 579.0195 c -151.8174 579.8232 150.7544 581.0381 149.54 582.3799 c -149.3022 582.54 150.5601 583.3369 150.2598 583.5801 c -149.1582 584.9912 147.8911 585.833 148.3398 587.4199 c -148.4312 588.2334 148.5801 589.3975 147.8599 590.2998 c -F -143.7798 588.3799 m -144.2598 580.8008 146.8999 579.0195 v -149.54 577.2793 148.2197 578.1602 144.7402 579.5 c -141.1807 580.8008 142.5801 581.6602 y -139.4214 581.2393 142.1001 579.0195 v -144.7017 576.8408 148.6616 574.2002 146.8999 574.2197 c -145.1406 574.2002 136.7817 578.5996 136.8198 581.6602 c -136.7817 584.7607 135.6201 589.3398 y -136.8896 590.1514 142.1001 590.0596 v -143.7104 589.2705 143.7798 588.3799 v -F -1 g -143.0601 567.7393 m -133.5679 570.8906 113.2998 567.2598 v -123.1733 569.4463 143.7798 567.0195 v -155.1514 565.5654 143.0601 567.7393 y -F -0 R -0 G -1 J 0.11 w 10 M -143.0601 567.7393 m -133.5679 570.8906 113.2998 567.2598 v -123.1733 569.4463 143.7798 567.0195 v -155.1514 565.5654 143.0601 567.7393 y -143.0601 567.7393 l -s -0 O -1 g -0 J 1 w 4 M -145.2197 567.9795 m -136.1768 571.7695 115.7002 569.8994 v -125.6982 571.2266 145.9399 567.0195 v -157.2178 564.5957 145.2197 567.9795 y -F -0 R -0 G -1 J 0.11 w 10 M -145.2197 567.9795 m -136.1768 571.7695 115.7002 569.8994 v -125.6982 571.2266 145.9399 567.0195 v -157.2178 564.5957 145.2197 567.9795 y -145.2197 567.9795 l -s -0 O -1 g -0 J 1 w 4 M -147.1401 567.7393 m -138.457 572.3311 117.8599 571.8193 v -127.9663 572.5713 147.8599 566.7793 v -158.9048 563.6113 147.1401 567.7393 y -F -0 R -0 G -1 J 0.11 w 10 M -147.1401 567.7393 m -138.457 572.3311 117.8599 571.8193 v -127.9663 572.5713 147.8599 566.7793 v -158.9048 563.6113 147.1401 567.7393 y -147.1401 567.7393 l -s -0 O -1 g -0 J 1 w 4 M -148.5801 567.5 m -141.1064 572.2881 122.6602 573.5 v -131.7178 573.3105 149.2998 566.54 v -158.7729 562.9014 148.5801 567.5 y -F -0 R -0 G -1 J 0.11 w 10 M -148.5801 567.5 m -141.1064 572.2881 122.6602 573.5 v -131.7178 573.3105 149.2998 566.54 v -158.7729 562.9014 148.5801 567.5 y -148.5801 567.5 l -s -0 O -1 g -0 J 1 w 4 M -275.54 555.9795 m -274.3999 555.2764 274.5801 556.46 v -274.8726 557.873 305.9023 572.3594 309.8594 572.0596 c -276.6055 557.5586 275.54 555.9795 v -F -0 R -0 G -1 J 0.11 w 10 M -275.54 555.9795 m -274.3999 555.2764 274.5801 556.46 v -274.8726 557.873 305.9023 572.3594 309.8594 572.0596 c -276.6055 557.5586 275.54 555.9795 v -275.54 555.9795 l -s -0 O -1 g -0 J 1 w 4 M -271.7002 555.2598 m -270.728 554.4941 270.98 555.7393 v -270.9922 557.1201 300.7881 574.001 304.8198 573.9795 c -272.7441 556.9424 271.7002 555.2598 v -F -0 R -0 G -1 J 0.11 w 10 M -271.7002 555.2598 m -270.728 554.4941 270.98 555.7393 v -270.9922 557.1201 300.7881 574.001 304.8198 573.9795 c -272.7441 556.9424 271.7002 555.2598 v -271.7002 555.2598 l -s -0 O -1 g -0 J 1 w 4 M -268.1001 553.8193 m -267.1665 552.9199 267.1401 554.2998 v -267.2578 555.5576 289.0566 572.6045 299.7798 574.7002 c -280.0161 565.7266 268.1001 553.8193 v -F -0 R -0 G -1 J 0.11 w 10 M -268.1001 553.8193 m -267.1665 552.9199 267.1401 554.2998 v -267.2578 555.5576 289.0566 572.6045 299.7798 574.7002 c -280.0161 565.7266 268.1001 553.8193 v -268.1001 553.8193 l -s -0 O -1 g -0 J 1 w 4 M -264.98 551.6602 m -264.0918 550.9561 264.02 552.1396 v -264.1758 553.3301 283.7935 568.6709 293.54 570.6201 c -275.6602 562.4814 264.98 551.6602 v -F -0 R -0 G -1 J 0.11 w 10 M -264.98 551.6602 m -264.0918 550.9561 264.02 552.1396 v -264.1758 553.3301 283.7935 568.6709 293.54 570.6201 c -275.6602 562.4814 264.98 551.6602 v -264.98 551.6602 l -s -0 O -0.8 g -0 J 1 w 4 M -230.1802 388.9395 m -213.3418 391.5986 231.8599 393.2598 v -251.6216 395.5586 256.1001 401.1797 v -270.98 411.3994 274.1001 411.7402 v -277.1406 412.2803 295.1816 416.2402 295.7002 418.9395 c -296.0601 421.5195 302.6602 424.1602 304.3398 423.2598 c -306.1807 422.4004 306.1807 412.2803 303.1401 411.5 c -300.02 410.5205 279.3418 402.6006 272.4199 401.1797 c -265.2607 399.958 252.5 391.5986 247.2197 390.3799 c -241.9399 388.959 230.1802 388.9395 y -F -0 g -310.3398 429.9795 m -307.0615 428.3408 305.7798 425.4199 v -298.7002 413.8203 282.98 410.2998 v -257.7798 400.3994 249.1401 398.2998 v -234.4614 392.7002 226.3398 393.5 v -218.6216 393.3584 225.3799 391.5801 v -247.6616 393.7998 251.2998 395.6602 v -268.5605 401.499 271.9399 404.2998 v -275.1606 407.2207 295.1816 412.7188 297.6201 414.8594 c -300.02 417.1201 310.8008 426.3584 310.3398 429.9795 c -F -245.7798 395.4199 m -251.5229 395.6865 250.3398 393.9795 v -248.9863 392.2783 246.2598 393.2598 y -245.7798 395.4199 l -F -237.8599 393.9795 m -243.5981 394.2002 242.4199 392.54 v -241.064 390.79 238.3398 391.8193 y -237.8599 393.9795 l -F -226.3398 392.54 m -232.1289 392.8281 230.8999 391.0996 v -229.5918 389.4199 226.8198 390.3799 y -226.3398 392.54 l -F -217.9399 392.0596 m -223.731 392.2275 222.5 390.6201 v -221.1943 388.8193 218.4199 389.8994 y -217.9399 392.0596 l -F -264.02 403.5801 m -271.6133 403.9082 270.02 401.6602 v -268.2368 399.3701 264.7402 400.7002 y -264.02 403.5801 l -F -275.2998 408.3799 m -281.8569 412.0762 281.2998 406.46 v -280.9736 403.6953 276.02 405.5 y -275.2998 408.3799 l -F -285.3799 411.5 m -293.2231 415.6113 291.3799 409.5801 v -290.4609 406.9063 286.1001 408.6201 y -285.3799 411.5 l -F -295.7002 416.7803 m -300.6079 422.2373 301.7002 414.8594 v -302.228 412.1162 296.4199 413.8994 y -295.7002 416.7803 l -F -254.4199 398.54 m -260.2686 398.8945 258.98 397.0996 v -257.7319 395.4844 255.1401 396.3799 y -254.4199 398.54 l -F -1 g -293.7798 532.2197 m -292.8799 531.4473 292.8198 532.7002 v -292.8774 533.8018 312.1113 548.3906 321.8594 549.9795 c -304.1289 542.5107 293.7798 532.2197 v -F -0 R -0 G -1 J 0.11 w 10 M -293.7798 532.2197 m -292.8799 531.4473 292.8198 532.7002 v -292.8774 533.8018 312.1113 548.3906 321.8594 549.9795 c -304.1289 542.5107 293.7798 532.2197 v -293.7798 532.2197 l -s -0 O -0 g -0 J 1 w 4 M -296.8999 461.8994 m -321.1426 437.3594 331.2197 433.3398 v -341.3818 421.0811 336.9805 392.54 v -333.4609 384.1201 330.0195 406.9395 v -333.4609 434.7197 321.1406 417.0195 v -311.9004 428.0098 318.9805 427.5801 v -322.4629 425.4795 322.8203 427.3398 v -323.3408 429.001 314.54 443.96 295.7002 459.7402 c -276.7017 475.6396 296.8999 461.8994 y -F -1 g -232.8198 419.4199 m -232.4814 421.2988 234.5 420.3799 v -236.4414 419.54 340.0615 412.7188 374.9004 386.2998 c -325.1025 411.8408 232.8198 419.4199 v -F -0 R -0 G -1 J 0.11 w 10 M -232.8198 419.4199 m -232.4814 421.2988 234.5 420.3799 v -236.4414 419.54 340.0615 412.7188 374.9004 386.2998 c -325.1025 411.8408 232.8198 419.4199 v -232.8198 419.4199 l -s -0 O -1 g -0 J 1 w 4 M -244.1001 424.2197 m -243.9199 426.1396 246.02 425.1797 v -247.8799 424.3809 398.1416 425.4795 424.0996 389.8994 c -399.9004 417.5596 244.1001 424.2197 v -F -0 R -0 G -1 J 0.11 w 10 M -244.1001 424.2197 m -243.9199 426.1396 246.02 425.1797 v -247.8799 424.3809 398.1416 425.4795 424.0996 389.8994 c -399.9004 417.5596 244.1001 424.2197 v -244.1001 424.2197 l -s -0 O -1 g -0 J 1 w 4 M -256.8198 428.54 m -256.6807 430.5391 258.7402 429.7402 v -260.6406 428.7803 451.3809 443.0791 477.3799 407.4199 c -466.7813 435.6006 256.8198 428.54 v -F -0 R -0 G -1 J 0.11 w 10 M -256.8198 428.54 m -256.6807 430.5391 258.7402 429.7402 v -260.6406 428.7803 451.3809 443.0791 477.3799 407.4199 c -466.7813 435.6006 256.8198 428.54 v -256.8198 428.54 l -s -0 O -1 g -0 J 1 w 4 M -267.8599 433.8193 m -267.6802 435.8193 269.7798 435.0195 v -271.6401 434.0596 406.0615 476.5205 432.0195 440.7803 c -417.2813 467.9404 267.8599 433.8193 v -F -0 R -0 G -1 J 0.11 w 10 M -267.8599 433.8193 m -267.6802 435.8193 269.7798 435.0195 v -271.6401 434.0596 406.0615 476.5205 432.0195 440.7803 c -417.2813 467.9404 267.8599 433.8193 v -267.8599 433.8193 l -s -0 O -1 g -0 J 1 w 4 M -204.02 408.8594 m -203.8809 410.7393 205.9399 409.8193 v -207.8408 408.9795 227.4199 406.5586 229.7002 363.9795 c -221.7007 410.0791 204.02 408.8594 v -F -0 R -0 G -1 J 0.11 w 10 M -204.02 408.8594 m -203.8809 410.7393 205.9399 409.8193 v -207.8408 408.9795 227.4199 406.5586 229.7002 363.9795 c -221.7007 410.0791 204.02 408.8594 v -204.02 408.8594 l -s -0 O -1 g -0 J 1 w 4 M -194.4199 406.9395 m -194.2017 408.9795 196.1001 408.1396 v -198.1616 407.2207 213.7808 412.2803 210.7402 369.5 c -212.0215 408.3193 194.4199 406.9395 v -F -0 R -0 G -1 J 0.11 w 10 M -194.4199 406.9395 m -194.2017 408.9795 196.1001 408.1396 v -198.1616 407.2207 213.7808 412.2803 210.7402 369.5 c -212.0215 408.3193 194.4199 406.9395 v -194.4199 406.9395 l -s -0 O -1 g -0 J 1 w 4 M -185.54 406.46 m -185.4009 408.541 187.46 407.6602 v -189.3608 406.7793 206.2998 406.1191 192.7402 381.5 c -203.2207 407.8809 185.54 406.46 v -F -0 R -0 G -1 J 0.11 w 10 M -185.54 406.46 m -185.4009 408.541 187.46 407.6602 v -189.3608 406.7793 206.2998 406.1191 192.7402 381.5 c -203.2207 407.8809 185.54 406.46 v -185.54 406.46 l -s -0 O -1 g -0 J 1 w 4 M -237.6201 455.4199 m -237.1904 453.1299 238.8198 454.46 v -256.5703 468.3555 292.2559 533.1484 353.54 539.4199 c -311.3691 552.668 237.6201 455.4199 v -F -0 R -0 G -1 J 0.11 w 10 M -237.6201 455.4199 m -237.1904 453.1299 238.8198 454.46 v -256.5703 468.3555 292.2559 533.1484 353.54 539.4199 c -311.3691 552.668 237.6201 455.4199 v -237.6201 455.4199 l -s -0 O -1 g -0 J 1 w 4 M -250.1001 457.3398 m -248.499 458.6211 250.5801 459.2598 v -252.6104 459.9971 376.2949 539.749 419.54 531.0195 c -389.6914 539.2471 250.1001 457.3398 v -F -0 R -0 G -1 J 0.11 w 10 M -250.1001 457.3398 m -248.499 458.6211 250.5801 459.2598 v -252.6104 459.9971 376.2949 539.749 419.54 531.0195 c -389.6914 539.2471 250.1001 457.3398 v -250.1001 457.3398 l -s -0 O -1 g -0 J 1 w 4 M -227.0601 450.6201 m -226.5151 448.8389 228.5 449.8994 v -238.2681 455.5449 242.2446 518.4746 290.1802 519.7402 c -254.5278 536.043 227.0601 450.6201 v -F -0 R -0 G -1 J 0.11 w 10 M -227.0601 450.6201 m -226.5151 448.8389 228.5 449.8994 v -238.2681 455.5449 242.2446 518.4746 290.1802 519.7402 c -254.5278 536.043 227.0601 450.6201 v -227.0601 450.6201 l -s -0 O -1 g -0 J 1 w 4 M -205.2197 438.3799 m -203.9746 437.0547 206.1802 437.4199 v -217.3926 438.7998 240.9365 484.1953 289.9399 478.7002 c -254.6577 494.3906 205.2197 438.3799 v -F -0 R -0 G -1 J 0.11 w 10 M -205.2197 438.3799 m -203.9746 437.0547 206.1802 437.4199 v -217.3926 438.7998 240.9365 484.1953 289.9399 478.7002 c -254.6577 494.3906 205.2197 438.3799 v -205.2197 438.3799 l -s -0 O -1 g -0 J 1 w 4 M -217.46 445.0996 m -216.6294 443.5898 218.6602 444.3799 v -229.4624 447.8818 243.855 496.9521 292.8198 500.7803 c -255.3633 509.5928 217.46 445.0996 v -F -0 R -0 G -1 J 0.11 w 10 M -217.46 445.0996 m -216.6294 443.5898 218.6602 444.3799 v -229.4624 447.8818 243.855 496.9521 292.8198 500.7803 c -255.3633 509.5928 217.46 445.0996 v -217.46 445.0996 l -s -0 O -1 g -0 J 1 w 4 M -197.2998 432.8594 m -196.4551 431.6914 198.2598 431.8994 v -207.3247 433.1045 226.395 469.877 265.9399 465.2598 c -237.5098 478.1338 197.2998 432.8594 v -F -0 R -0 G -1 J 0.11 w 10 M -197.2998 432.8594 m -196.4551 431.6914 198.2598 431.8994 v -207.3247 433.1045 226.395 469.877 265.9399 465.2598 c -237.5098 478.1338 197.2998 432.8594 v -197.2998 432.8594 l -s -0 O -1 g -0 J 1 w 4 M -189.1401 426.3799 m -187.9497 425.1895 189.6201 425.4199 v -194.2856 425.6572 227.9863 462.0459 248.4199 445.0996 c -235.0854 465.5889 189.1401 426.3799 v -F -0 R -0 G -1 J 0.11 w 10 M -189.1401 426.3799 m -187.9497 425.1895 189.6201 425.4199 v -194.2856 425.6572 227.9863 462.0459 248.4199 445.0996 c -235.0854 465.5889 189.1401 426.3799 v -189.1401 426.3799 l -s -0 O -1 g -0 J 1 w 4 M -265.46 461.4199 m -264.2192 462.9434 266.4199 463.3398 v -268.4697 463.791 401.2441 527.2734 443.0605 513.0195 c -414.4668 525.082 265.46 461.4199 v -F -0 R -0 G -1 J 0.11 w 10 M -265.46 461.4199 m -264.2192 462.9434 266.4199 463.3398 v -268.4697 463.791 401.2441 527.2734 443.0605 513.0195 c -414.4668 525.082 265.46 461.4199 v -265.46 461.4199 l -s -0 O -1 g -0 J 1 w 4 M -228.7402 390.6201 m -228.5215 392.7002 230.4199 391.8193 v -232.4814 390.9395 249.4209 390.2793 235.7002 365.6602 c -246.3418 392.041 228.7402 390.6201 v -F -0 R -0 G -1 J 0.11 w 10 M -228.7402 390.6201 m -228.5215 392.7002 230.4199 391.8193 v -232.4814 390.9395 249.4209 390.2793 235.7002 365.6602 c -246.3418 392.041 228.7402 390.6201 v -228.7402 390.6201 l -s -0 O -1 g -0 J 1 w 4 M -240.2598 392.54 m -239.96 394.46 241.9399 393.5 v -243.9199 392.7002 263.5015 390.2793 265.7002 347.6602 c -257.7798 393.7998 240.2598 392.54 v -F -0 R -0 G -1 J 0.11 w 10 M -240.2598 392.54 m -239.96 394.46 241.9399 393.5 v -243.9199 392.7002 263.5015 390.2793 265.7002 347.6602 c -257.7798 393.7998 240.2598 392.54 v -240.2598 392.54 l -s -0 O -1 g -0 J 1 w 4 M -247.7002 394.2197 m -247.4409 396.2188 249.3799 395.4199 v -251.4009 394.46 278.4609 390.7207 304.3398 355.0996 c -265.2607 395.5586 247.7002 394.2197 v -F -0 R -0 G -1 J 0.11 w 10 M -247.7002 394.2197 m -247.4409 396.2188 249.3799 395.4199 v -251.4009 394.46 278.4609 390.7207 304.3398 355.0996 c -265.2607 395.5586 247.7002 394.2197 v -247.7002 394.2197 l -s -0 O -1 g -0 J 1 w 4 M -256.1001 396.3799 m -255.5674 398.4053 257.54 397.8193 v -259.7266 397.1865 282.2021 399.2764 324.0195 361.5801 c -273.3174 400.1191 256.1001 396.3799 v -F -0 R -0 G -1 J 0.11 w 10 M -256.1001 396.3799 m -255.5674 398.4053 257.54 397.8193 v -259.7266 397.1865 282.2021 399.2764 324.0195 361.5801 c -273.3174 400.1191 256.1001 396.3799 v -256.1001 396.3799 l -s -0 O -1 g -0 J 1 w 4 M -267.3799 401.4199 m -267.0078 403.2461 269.0601 402.6201 v -271.165 402.0273 309.4834 397.0762 366.2598 358.7002 c -284.7559 404.96 267.3799 401.4199 v -F -0 R -0 G -1 J 0.11 w 10 M -267.3799 401.4199 m -267.0078 403.2461 269.0601 402.6201 v -271.165 402.0273 309.4834 397.0762 366.2598 358.7002 c -284.7559 404.96 267.3799 401.4199 v -267.3799 401.4199 l -s -0 O -1 g -0 J 1 w 4 M -222.98 414.1396 m -222.7998 416.0186 224.8999 415.0996 v -226.7598 414.2598 285.5 411.3994 318.9805 381.9795 c -280.5488 409.1719 222.98 414.1396 v -F -0 R -0 G -1 J 0.11 w 10 M -222.98 414.1396 m -222.7998 416.0186 224.8999 415.0996 v -226.7598 414.2598 285.5 411.3994 318.9805 381.9795 c -280.5488 409.1719 222.98 414.1396 v -222.98 414.1396 l -s -0 O -1 g -0 J 1 w 4 M -211.9399 409.5801 m -211.8008 411.6201 213.8599 410.7803 v -215.7607 409.8584 242.8208 406.1191 268.8198 370.46 c -229.6206 410.96 211.9399 409.5801 v -F -0 R -0 G -1 J 0.11 w 10 M -211.9399 409.5801 m -211.8008 411.6201 213.8599 410.7803 v -215.7607 409.8584 242.8208 406.1191 268.8198 370.46 c -229.6206 410.96 211.9399 409.5801 v -211.9399 409.5801 l -s -0 O -1 g -0 J 1 w 4 M -279.3799 406.46 m -278.833 408.2764 281.0601 407.8994 v -283.0688 407.3672 321.6465 405.2354 381.1406 370.9395 c -295.748 408.8672 279.3799 406.46 v -F -0 R -0 G -1 J 0.11 w 10 M -279.3799 406.46 m -278.833 408.2764 281.0601 407.8994 v -283.0688 407.3672 321.6465 405.2354 381.1406 370.9395 c -295.748 408.8672 279.3799 406.46 v -279.3799 406.46 l -s -0 O -1 g -0 J 1 w 4 M -288.7402 409.0996 m -288.0728 410.917 290.1802 410.54 v -292.3086 410.0068 330.8867 407.876 390.5 373.5801 c -305.6479 411.9463 288.7402 409.0996 v -F -0 R -0 G -1 J 0.11 w 10 M -288.7402 409.0996 m -288.0728 410.917 290.1802 410.54 v -292.3086 410.0068 330.8867 407.876 390.5 373.5801 c -305.6479 411.9463 288.7402 409.0996 v -288.7402 409.0996 l -s -0 O -1 g -0 J 1 w 4 M -299.2998 414.6201 m -298.6328 416.415 300.7402 416.0596 v -302.8687 415.5049 350.2471 410.7363 449.0605 373.0996 c -316.208 417.4473 299.2998 414.6201 v -F -0 R -0 G -1 J 0.11 w 10 M -299.2998 414.6201 m -298.6328 416.415 300.7402 416.0596 v -302.8687 415.5049 350.2471 410.7363 449.0605 373.0996 c -316.208 417.4473 299.2998 414.6201 v -299.2998 414.6201 l -s -0 O -0 g -0 J 1 w 4 M -176.8999 406.9395 m -182.54 407.4395 181.2197 405.7402 v -179.8999 403.9209 177.3799 404.7803 y -176.8999 406.9395 l -F -210.7402 391.5801 m -216.4209 392.041 215.0601 390.3799 v -213.7808 388.5195 211.2197 389.4199 y -210.7402 391.5801 l -F -201.1401 392.0596 m -206.7417 392.4795 205.46 390.6201 v -204.1016 388.959 201.3799 389.8994 y -201.1401 392.0596 l -F -96.02 405.0195 m -101.665 403.585 99.8599 402.3799 v -98.0166 401.1221 95.7798 402.8594 y -96.02 405.0195 l -F -98.4199 415.5801 m -103.8633 414.1445 102.02 412.9395 v -100.2178 411.6826 97.9399 413.4199 y -98.4199 415.5801 l -F -90.5 420.3799 m -95.9434 418.9854 94.1001 417.7402 v -92.2974 416.5225 90.02 418.2197 y -90.5 420.3799 l -F -0.8 g -178.1001 337.8193 m -176.3818 337.9209 172.1001 335.6602 v -169.7817 335.7197 157.46 331.7598 151.2197 320.7803 c -164.9409 331.3203 178.1001 337.8193 v -F -274.5801 236.0596 m -274.7842 235.7266 274.8438 235.2627 275.0601 235.3398 c -275.8877 235.2002 277.2441 234.8691 277.2197 235.5801 c -276.1733 240.3057 275.2134 245.7363 270.7402 247.8193 c -269.9648 248.0313 268.3784 247.5771 268.3398 246.6201 c -268.1553 244.9277 268.0278 243.4443 268.3398 241.8193 c -268.6978 240.2695 271.0713 240.2578 272.1802 241.8193 c -273.1113 239.9404 273.5864 237.9121 274.5801 236.0596 c -F -262.3398 230.7803 m -263.2666 229.2461 263.125 227.2012 264.7402 226.7002 c -265.4961 226.2607 267.5313 227.333 267.1401 228.6201 c -266.1895 230.7803 265.7622 233.2441 264.2598 235.3398 c -264.0151 235.5244 264.2769 236.1104 264.02 236.54 c -263.4487 237.8115 262.189 238.623 260.6602 238.2197 c -259.4146 235.8369 260.6768 233.4941 262.3398 231.5 c -262.501 231.4473 262.3184 231.0342 262.3398 230.7803 c -F -218.8999 236.54 m -218.7607 236.9258 218.7197 237.4346 218.8999 237.7393 c -219.4854 238.9229 220.3569 240.1592 220.1001 241.3398 c -219.603 242.4434 218.377 242.2441 217.7002 241.5801 c -216.4136 240.5234 216.3584 238.5146 215.54 237.0195 c -215.3838 236.5947 215.4395 235.9658 215.0601 235.5801 c -214.4336 235.0732 213.9487 233.3955 214.1001 232.7002 c -214.1118 232.4238 213.9102 221.5254 214.1001 221.8994 c -214.8369 222.6201 218.1919 233.3291 218.1802 234.3799 c -218.3311 235.1143 219.1353 235.625 218.8999 236.54 c -F -190.5801 243.9795 m -193.5752 246.7305 196.6445 249.9893 196.1001 254.0596 c -196.0303 255.1445 194.0767 254.5664 193.9399 253.5801 c -192.9897 249.6465 190.748 246.7207 187.9399 243.9795 c -185.5063 241.8369 183.459 234.8594 183.1401 234.3799 c -187.2681 240.082 189.7495 243.1016 190.5801 243.9795 c -F -175.7002 250.46 m -176.3218 250.9492 175.9902 251.4893 176.1802 251.8994 c -177.2769 253.457 178.707 254.8281 178.8198 256.7002 c -178.731 257.0449 178.3159 257.3857 177.8599 257.1797 c -177.6416 256.9375 177.2646 256.793 177.1401 256.7002 c -174.915 253.957 173.3745 251.0186 171.8599 247.8193 c -171.5864 247.5322 170.3262 242.5928 170.6602 242.54 c -170.9336 242.377 172.8271 246.9746 173.0601 247.0996 c -174.4473 247.8555 174.459 249.6318 175.7002 250.46 c -F -194.1802 229.0996 m -194.6406 230 196.3735 231.3223 196.3398 232.2197 c -196.1216 233.3213 196.6353 234.9082 195.6201 234.1396 c -194.2495 233.1074 190.4551 231.625 190.1001 225.2598 c -190.1313 224.6064 193.4023 227.5713 194.1802 229.0996 c -F -210.02 247.8193 m -210.481 248.6738 211.2583 248.1533 211.7002 248.54 c -212.4775 248.8516 213.1494 249.4658 213.3799 250.2197 c -214.5366 252.543 216.4834 254.5469 216.7402 257.1797 c -215 258.7256 214.2534 256.4814 213.6201 255.5 c -212.1055 257.2305 211.0063 255.1709 209.54 254.54 c -209.499 254.5684 209.2642 254.9502 209.2998 255.0195 c -207.8862 254.4365 207.1401 253.2461 205.9399 252.3799 c -205.8535 252.2402 205.4097 252.4395 205.2197 252.3799 c -204.5288 251.626 203.4585 251.2686 203.0601 250.46 c -201.9297 247.541 198.4761 245.2354 196.3398 237.0195 c -196.8198 235.9395 201.3633 244.2461 201.8599 244.9395 c -202.8198 246.3291 202.9497 243.1875 204.2598 243.9795 c -204.4087 243.9482 204.6128 243.6865 204.7402 243.5 c -204.9727 243.8477 205.2129 244.0996 205.7002 243.9795 c -205.6401 244.4189 205.4937 245.0313 205.7002 245.1797 c -207.0752 246.2813 206.9814 247.4551 207.8599 248.7803 c -208.3447 247.9521 209.5112 248.7412 210.02 247.8193 c -F -275.7798 188.0596 m -283.9614 210.54 279.1401 222.8594 v -291.6606 199.0996 286.5801 186.8594 v -286.1602 198.2188 281.7798 203.6602 v -277.3613 189.6387 275.7798 188.0596 v -F -259.46 190.9395 m -265.4814 200.6406 256.5801 220.9395 v -255.7998 198.4395 248.4199 186.3799 v -263.9409 208.5605 259.46 190.9395 v -F -248.6602 193.0996 m -248.3218 215.1602 248.6602 218.54 v -244.5801 200.1992 233.2998 189.7393 v -249.2002 202.8389 248.6602 193.0996 v -F -238.1001 228.3799 m -244.5801 213.3994 233.54 193.0996 v -240.6201 206.5781 235.46 214.2197 v -238.2007 218.0186 238.1001 228.3799 v -F -216.98 193.5801 m -215.7607 210.7588 217.7002 213.2598 v -217.9614 220.2197 217.46 221.4199 v -221.9214 228.1396 222.2598 219.9795 v -223.6807 211.4189 226.8198 206.2998 v -230.7197 200.4199 230.4199 193.3398 v -219.5 226.5986 216.98 193.5801 v -F -212.8999 224.0596 m -205.6401 212.0791 203.7798 191.1797 v -202.1216 198.001 206.4199 213.7393 v -210.9199 230.7803 212.8999 224.0596 v -F -188.8999 202.2197 m -194.4199 208.1191 195.8599 213.5 v -199.9209 231.001 192.98 221.4199 v -193.1001 212.7393 184.1001 204.6201 v -189.3608 207.2402 188.8999 202.2197 v -F -182.6602 207.7393 m -186.2817 226.8193 187.2197 227.6602 v -189.1401 231.4395 186.02 227.8994 v -176.3818 206.7988 172.1001 199.5801 v -180.7808 209.6602 182.6602 207.7393 v -F -176.1802 225.9795 m -188.9214 250.5801 164.8999 222.1396 v -177.0415 232.9785 176.1802 225.9795 v -F -159.1401 242.0596 m -164.5015 262.6777 167.2998 262.46 v -176.3818 272.3594 169.2197 260.7803 v -162.5215 250.1406 163.2197 239.4199 v -162.5215 249.9199 159.1401 242.0596 v -F -522.5 254.54 m -509.3496 265.541 506.6602 269.4199 v -521.4512 249.041 521.54 241.3398 v -524.2012 249.5908 522.5 254.54 v -F -528.5 278.7803 m -505.501 295.2412 501.6201 303.5 v -530.8018 271.04 530.9004 266.0596 v -531.3516 275.9912 528.5 278.7803 v -F -547.2197 448.2197 m -534.1016 456.9414 532.3398 454.7002 v -544.002 447.5908 546.7402 438.1396 v -545.1006 448.1406 547.2197 448.2197 v -F -556.5801 359.6602 m -537.3799 372.8594 l -558.3008 354.0918 558.7402 349.5801 v -556.5801 359.6602 l -F -*u -0 R -0 G -1 J 1.1 w 10 M -126.7402 384.3799 m -150.98 379.0996 l -S -1 D -182.1802 206.0596 m -181.5513 209.9912 171.6201 198.3799 v -S -188.1802 200.54 m -190.3496 207.79 183.1401 202.9395 v -S -247.46 191.1797 m -249.2002 203.3906 236.6602 189.0195 v -S -*U -U -%%PageTrailer -gsave annotatepage grestore showpage -%%Trailer -Adobe_Illustrator_AI3 /terminate get exec -Adobe_pattern_AI3 /terminate get exec -Adobe_customcolor /terminate get exec -Adobe_cshow /terminate get exec -Adobe_cmykcolor /terminate get exec -Adobe_packedarray /terminate get exec -%%EOF diff --git a/htdocs/includes/tcpdf/images/tux.svg b/htdocs/includes/tcpdf/images/tux.svg deleted file mode 100644 index de8c8696886..00000000000 --- a/htdocs/includes/tcpdf/images/tux.svg +++ /dev/null @@ -1,1487 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/scripts/invoices/rebuild_merge_pdf.php b/scripts/invoices/rebuild_merge_pdf.php index cdad33907b3..dab21c61f69 100644 --- a/scripts/invoices/rebuild_merge_pdf.php +++ b/scripts/invoices/rebuild_merge_pdf.php @@ -250,7 +250,12 @@ if ( $resql=$db->query($sql) ) if ($conf->global->MAIN_DISABLE_PDF_COMPRESSION) $pdf->SetCompression(false); //$pdf->SetCompression(false); - $pdf->SetFont('Helvetica'); + if (class_exists('TCPDF')) + { + $pdf->setPrintHeader(false); + $pdf->setPrintFooter(false); + } + $pdf->SetFont('Helvetica'); //$pdf->Open(); //$pdf->AddPage();