Russian Ukraine English
Catalog RSS


pdf_begin_page

(PHP 3>= 3.0.6, PHP 4 )

pdf_begin_page -- Starts new page

Description

void pdf_begin_page (int pdf document, double width, double height)

The pdf_begin_page() function starts a new page with height height and width width. In order to create a valid document you must call this function and pdf_end_page() at least once.

See also pdf_end_page().

Led