Up |
_CRpdfDocument
This function create a PDF document object.
Prototype :
fun [Chn S S S I] ObjPdfDoc
- Chn : any channel
- S : document title
- S : document creator
- S : document author
- I : Page DPI resolution, Nil for default (72dpi)
Return : ObjPdfDoc the PDF document object if success, NIL otherwise
See also :
Example :