Hi there,
I am trying to write a pdf file which is created by a php script to the filesystem.
Here is the end of the php file which creates the pdf document:
. . . $pdf_close($pdf); $data = pdf_get_buffer($pdf);
Can anybody tell me how to save the file instead of printing it out directly?
Thank you for any hint,
Merlin
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php