PHP cpdf_end_text function
Like this blog? Consider exploring one of our sponsored banner ads...
cpdf_end_text
(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)
cpdf_end_text — Ends text sectionDescriptionbool cpdf_end_text ( int pdf_document )
Ends a text section which was started with
cpdf_begin_text().
pdf_document
The document handle, returned by
cpdf_open().
Return Values
Returns TRUE on success or FALSE on failure.
Example 1. Text output
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_begin_text()
About this entry
You’re currently reading “PHP cpdf_end_text function,” an entry on BRADINO
- Published:
- 2.26.07 / 1am
- Category:
- PHP Functions
- Tags:
No comments
Jump to comment form | comments rss [?] | trackback uri [?]