| 
 
  7.10.75 cpdf_show()Imprime un texte à la position courante[ Exemples avec cpdf_show ]   PHP 3>= 3.0.8, PHP 4  
void
 cpdf_show (
int
 
pdf_document
 ,
string
 
text
 )
cpdf_show
  imprime la chaîne
     
text
 , à la position courante.
    
    Voir aussi
     
cpdf_text
 ,
     
cpdf_begin_text
  et
     
cpdf_end_text
 .
    
 |