★ wanayoo — archive 1999 http://fr.php.net/manual/function.pdf-open.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to PDF
Quick Reference
English version of this pageGerman version of this pageJapanese version of this page
Italian version of this pageFrench version of this pageHungarian version of this page
Spanish version of this pageDutch version of this pageBrazilian Portuguese version of this page
Korean version of this pageCzech version of this page
PDF
* pdf_set_info
* pdf_open
* pdf_close
* pdf_begin_page
* pdf_end_page
* pdf_show
* pdf_show_boxed
* pdf_show_xy
* pdf_set_font
* pdf_set_leading
* pdf_set_parameter
* pdf_get_parameter
* pdf_set_value
* pdf_get_value
* pdf_get_image_height
* pdf_get_image_width
* pdf_set_text_rendering
* pdf_set_horiz_scaling
* pdf_set_text_rise
* pdf_set_text_matrix
* pdf_set_text_pos
* pdf_set_char_spacing
* pdf_set_word_spacing
* pdf_skew
* pdf_continue_text
* pdf_stringwidth
* pdf_save
* pdf_restore
* pdf_translate
* pdf_scale
* pdf_rotate
* pdf_setflat
* pdf_setlinejoin
* pdf_setlinecap
* pdf_setmiterlimit
* pdf_setlinewidth
* pdf_setdash
* pdf_moveto
* pdf_curveto
* pdf_lineto
* pdf_circle
* pdf_arc
* pdf_rect
* pdf_closepath
* pdf_stroke
* pdf_closepath_stroke
* pdf_fill
* pdf_fill_stroke
* pdf_closepath_fill_stroke
* pdf_endpath
* pdf_clip
* pdf_setgray_fill
* pdf_setgray_stroke
* pdf_setgray
* pdf_setrgbcolor_fill
* pdf_setrgbcolor_stroke
* pdf_setrgbcolor
* pdf_add_outline
* pdf_set_transition
* pdf_set_duration
* pdf_open_gif
* pdf_open_png
* pdf_open_image_file
* pdf_open_memory_image
* pdf_open_jpeg
* pdf_open_tiff
* pdf_close_image
* pdf_place_image
* pdf_put_image
* pdf_execute_image
* pdf_add_annotation
* pdf_set_border_style
* pdf_set_border_color
* pdf_set_border_dash

  Thanks to:
 Chek.com
 easyDNS
 VA Linux Systems

  Related sites:
Apache
MySQL
PostgreSQL
Zend Tech.

  Community:
LinuxFund.org
OSDN
Manual: pdf_open
View the source code for this pageSearch the site



Previous page
 pdf_set_info
 Updated
Mon, 08 Jan 2001
pdf_close 
Next page


pdf_open

(PHP 3>= 3.0.6, PHP 4 )

pdf_open -- Opens a new pdf document

Description

int pdf_open (int file)

The pdf_open() function opens a new pdf document. The corresponding file has to be opened with fopen() and the file descriptor passed as argument file. If you do not pass any parameters, the document will be created in memory and outputed page by page either to stdout or to the web browser.

Note: The return value is needed as the first parameter in all other functions writing to the pdf document.

See also fopen(), pdf_close().


 About Notes


Previous page
 pdf_set_info
 Updated
Mon, 08 Jan 2001
pdf_close 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
France
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.