_AddPdfPage
Add a page to a PDF document.
Prototype :
fun [ObjPdfDoc I I] ObjPdfPage
- ObjPdfDoc : a ObjPdfDoc object to detroy
- I : the page size with one of these defined values :
- PDF_PAGE_A3
- PDF_PAGE_A4
- PDF_PAGE_A5
- PDF_PAGE_B4
- PDF_PAGE_B5
- PDF_PAGE_COMM1
- PDF_PAGE_EOF
- PDF_PAGE_EXECUTIVE
- PDF_PAGE_LEGAL
- PDF_PAGE_LETTER
- PDF_PAGE_US4X6
- PDF_PAGE_US4X8
- PDF_PAGE_US5X7
- I : the page direction with one of these defined values :
- PDF_PAGE_PORTRAIT
- PDF_PAGE_LANDSCAPE
- S : the font name
- F : the font size
Return : ObjPdfPage Created page on success, NIL otherwise
See also :
Example :
Note :