bool cpdf_page_init ( int pdf_document, int page_number, int orientation, float height, float width [, float unit] )
The cpdf_page_init() function starts a new
page with height height and width
width. Returns TRUE on success or FALSE on failure.
The page has number page_number and orientation
orientation. orientation
can be 0 for portrait and 1 for landscape. The last optional parameter
unit sets the unit for the coordinate system.
The value should be the number of postscript points per unit. Since
one inch is equal to 72 points, a value of 72 would set the unit
to one inch. The default is also 72.
cpdf page init php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php cpdf page init syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.