PdfOptions.setFilePath

Sets the file path used to save the document on the server when option save is set to true. This can be either a relative or absolute file path.

If not specified, a generated name is used as follows. The directory is specified with property Ufs.pdfDirectoryName in the UFSSetup.properties file. The filename is automatically generated and is constructed as follows: form name-file sequence number.pdf.

Parameters

java.lang.String  filePath,