BOOL CCreatePDF::CreatePDF(LPCTSTR szFileName)
Description
Creates the PDF file with the name specified by sxFileName.
Parameters
|
LPCTSTR |
szFileName |
The file name to be created. |
Additional Information
This example shows how to use the dll when loading statically including the header file. Otherwise if the dll is loaded dynamically, for further information read the “About the difference of static and dynamic library loading” section of the manual.
Return values
TRUE on success, FALSE if any error occured. Call PDF_GetLastError() for the error code..