Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<PDF_begin_layerPDF_begin_page>
Last updated: Tue, 19 Sep 2006

PDF_begin_page_ext

(PECL)

PDF_begin_page_ext -- Start new page

Description

bool PDF_begin_page_ext ( resource pdfdoc, float width, float height, string optlist )

Adds a new page to the document, and specifies various options. The parameters width and height are the dimensions of the new page in points. Returns TRUE on success or FALSE on failure.

Table 1. Common Page Sizes in Points

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




<PDF_begin_layerPDF_begin_page>
Last updated: Tue, 19 Sep 2006