ANNUNCI | DIRECTORY | FONTS | ICONE | NEWSGROUPS | TOP25 | WALLPAPERS
English version
GoldenWeb.it Directory "Premium" Links - Il tuo link qui...
(PHP 3>= 3.0.8, PHP 4 , PHP 5)
La funzione cpdf_begin_text() avvia una sezione di testo. Deve essere terminata con cpdf_end_text().
Esempio 1. Output di testo
<?php cpdf_begin_text($pdf); cpdf_set_font($pdf, 16, "Helvetica", "WinAnsiEncoding"); cpdf_text($pdf, 100, 100, "Un pò di testo"); cpdf_end_text($pdf) ?>
Vedere anche cpdf_end_text().