   #PHP Manual PDF functions pdf_attach_file pdf_begin_pattern

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                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
   name              size
   A0                2380X3368
   A1                1684X2380
   A2                1190X1684
   A3                842X1190
   A4                595X842
   A5                421X595
   A6                297X421
   B5                501X709
   letter (8.5"X11") 612X792
   legal (8.5"X14")  612X1008
   ledger (17"X11")  1224X792
   11"X17"           792X1224

   See also pdf_end_page().
   ______________________________________________________________________

   Prev            Home              Next
   pdf_attach_file  Up  pdf_begin_pattern
