Join Up!
104887 members and counting!

 
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links 
search for in the  
previouscpdf_output_buffercpdf_place_inline_imagenext
Last updated: Tue, 29 Oct 2002
view the printer friendly version or the printer friendly version with notes or change language to Czech | Finnish | German

cpdf_page_init

(PHP 3>= 3.0.8, PHP 4 )

cpdf_page_init -- Comienza una nueva página

Descripción

void cpdf_page_init ( int pdf document, int page number, int orientation, double height, double width, double unit)

La función cpdf_page_init() crea una nueva página de altura height y profundidad width. La página tiene el número page number y orientación orientation. orientation puede ser 0 para retrato y 1 para paisaje. El último parámetro opcional unit define la unidad del sistema de coordenadas. El valor debería ser el número de puntos postscript por unidad. Como el valor de una pulgada el igual a 72 puntos, un valor de 72 sería la unidad para una pulgada. Por defecto es 72.

Vea también cpdf_set_current_page().

User Contributed Notes
cpdf_page_init
add a note about notes
There are no user contributed notes for this page.
previouscpdf_output_buffercpdf_place_inline_imagenext
Last updated: Tue, 29 Oct 2002
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by: http://phpbuilder.com/
Last updated: Thu Oct 31 18:34:28 2002 EST