useful recursive PHP functions

recursively ...

PHP Manual for

pdf_begin_page

(PHP 3>= 3.0.6, PHP 4 )

pdf_begin_page -- Starts new page

Description

bool pdf_begin_page ( resource pdfdoc, float width, float height)

Add a new page to the document. Returns TRUE on success or FALSE on failure. The width and height are specified in points, which are 1/72 of an inch.

Table 1. Common Page Sizes in Points

namesizeA02380✗3368A11684✗2380A21190✗1684A3842✗1190A4595✗842A5421✗595A6297✗421B5501✗709letter (8.5"✗11")612✗792legal (8.5"✗14")612✗1008ledger (17"✗11")1224✗79211"✗17"792✗1224

See also pdf_end_page().

© 2012 lixlpixel