PDF_close

PDF_close -- Closes the pdf document

Description

void pdf_close (int pdf document);

The PDF_close() function closes the pdf document int .

Note: It will not close the file. You need to call an extra fclose() after pdf_close() .

See also PDF_open() , fclose() .