i'm new to the php_pdf.dll modules and hope someone can help me to sort out this problem.
my test code word this way :
$fp = fopen("test.pdf", "r");
$pdf = PDF_open($fp);
//code to write the pdf information like author and such....
and i got this error :
Fatal error: Internal pdflib error: Couldn't write output (disk full?) in Unknown on line 0
thank you.