PDF_ERROR pdf_CreatePDF(HPDF pPDF, LPCTSTR szFileName)
Description
Creates the PDF file with the name specified by szFileName.
Parameters
|
HPDF |
pPDF |
pointer to the PDF object |
|
LPCTSTR |
szFileName |
The file name to be created. |
Return values
Returns a PDF_ERROR if any error occured. Call PDF_GetLastError() for the error code.