★ wanayoo — archive 1999 http://fr.php.net/manual/pt_BR/function.cpdf-begin-text.phpNouvelle recherche | Portail wanayoo
PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<cpdf_arccpdf_circle>
view the version of this page
Last updated: Fri, 26 Nov 2004

cpdf_begin_text

(PHP 3>= 3.0.8, PHP 4 , PHP 5)

cpdf_begin_text -- Starts text section

Description

bool cpdf_begin_text ( int pdf_document)

The cpdf_begin_text() function starts a text section. Retorna TRUE em caso de sucesso ou FALSE em falhas. The created text section must be ended with cpdf_end_text().

Exemplo 1. Text output

<?php
cpdf_begin_text
($pdf);
cpdf_set_font($pdf, 16, "Helvetica", "WinAnsiEncoding");
cpdf_text($pdf, 100, 100, "Some text");
cpdf_end_text($pdf)
?>

See also cpdf_end_text().



add a note add a note User Contributed Notes
cpdf_begin_text
There are no user contributed notes for this page.

<cpdf_arccpdf_circle>
 Last updated: Fri, 26 Nov 2004
show source | credits | sitemap | contact | advertising | mirror sites 
Copyright © 2001-2004 The PHP Group
All rights reserved.
This mirror generously provided by: nexen.net
Last updated: Sat Nov 27 05:15:21 2004 CET