|
N2PDFCreateTempFile |
Top Previous Next |
|
N2PDFCreateTempFile ( <FileExtension> ) -> <FileName>
Description With this function you can create a temporary file name with the given file extension. This file name can be used for example with the call N2PDFProcess.
Note: Please keep in mind that a file will be created by simply invoking the function. You must delete the file if you do not want to use the file name.
Declaration for LotusScript Declare Function N2PDFCreateTempFile Lib LibName_ ( ByVal FileExtenstion As Unicode String ) As Unicode String
Parameters <FileExtension> (UNICODE STRING) This is the file extension for the temporary file.
Return <FileName> (UNICODE STRING) The temporary file created, including the path data and the applied file extension. |