|
pluginGino-mpdf
|
Namespaces | |
| namespace | Plugin |
Functions | |
| htmlToPdf ($string) | |
| pdfChars ($string, $openclose=false) | |
| pdfChars_Textarea ($string) | |
| pdfTextChars ($string) | |
| pdfHtmlToEntities ($str) | |
| normalize_special_characters ($str, $unwanted=false) | |
| htmlButTags ($str) | |
| keephtml ($string) | |
| Gino\htmlButTags | ( | $str | ) |
Definition at line 204 of file func.mpdf.php.
| Gino\htmlToPdf | ( | $string | ) |
Formattazione del testo da html a pdf
| string | $string |
Definition at line 51 of file func.mpdf.php.
| Gino\keephtml | ( | $string | ) |
Definition at line 221 of file func.mpdf.php.
| Gino\normalize_special_characters | ( | $str, | |
$unwanted = false |
|||
| ) |
Normalizza alcuni caratteri speciali
| string | $str | |
| boolean | $unwanted | indica se convertire i caratteri alfabetici accentati in caratteri non accentati (default false) |
Definition at line 177 of file func.mpdf.php.
| Gino\pdfChars | ( | $string, | |
$openclose = false |
|||
| ) |
Gestione delle stringhe salvate in campi trattati con tag input (char, varchar)
| string | $string |
Definition at line 64 of file func.mpdf.php.
| Gino\pdfChars_Textarea | ( | $string | ) |
Gestione delle stringhe salvate in campi trattati con tag textarea (text)
| string | $string |
Definition at line 90 of file func.mpdf.php.
| Gino\pdfHtmlToEntities | ( | $str | ) |
Adatta il testo per il pdf
| string | $str |
Definition at line 159 of file func.mpdf.php.
| Gino\pdfTextChars | ( | $string | ) |
Gestione delle stringhe salvate in campi trattati con l'editor CKEditor (text)
| string | $string |
Definition at line 111 of file func.mpdf.php.