| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
cpdf_page_init
Popis
bool cpdf_page_init ( int pdf_document, int page_number, int orientation, float height, float width [, float unit] )Starts a new page.
Seznam parametrů
pdf_documentThe document handle, returned by cpdf_open().
page_numberThe page number
orientation0 for portrait and 1 for landscape
heightThe page height
widthThe page width
unitThe 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.
| PÅ™edcházejÃcà | Domů | Dalšà |
| cpdf_output_buffer | Nahoru |