![]()
|
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7">
pdf_open_fileDescriptionint pdf_open_file ( int pdf object [, string filename])Create a new PDF file using the supplied file name. If filename is empty the PDF document will be generated in memory instead of on file. The result must be fetched by the client with the pdf_get_buffer() function. The following example shows how to create a pdf document in memory and how to output it correctly.
|