CreatePDF(szFileName as String) as Boolean
Description
Creates the PDF file with the name specified by szFileName.
Parameters
String |
szFileName |
The file name to be created. |
Return values
TRUE on success, FALSE if any error occured. Call GetLastPDFError() for the error code..