N2PDFCreateTempFile |
Start page Previous page Next page |
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.
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. |