| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| userId | String | The User Id. | ||
| wordDocument | ISWordDocument | The Word Document. | ||
| baseFileName | String | The Base File Name, e.g., "User_Letter_1". Any path or file extension details will be removed. | ||
| documentManagerFileName | String | ByRef | The full File Name that was generated to save to the Document Manager, e.g., "User_Letter_1_201603070930.pdf". | |
| documentManagerFileNameRelative | String | ByRef | The File Name that was generated relative to the Document Manager path, i.e., the File Name that should be recorded against a Log record. | |
| openPassword | String | Optional | Optional password to open the PDF file. | |
| ownerPassword | String | Optional | Optional password to open the PDF file with full Permissions. | |
| securityPermissions | isePdfSaveSecurityPermissions | Optional | Optional permissions to apply to the PDF file. If omitted, a value of isePdfSaveSecurityPermissions.All is assumed. |
A Boolean value indicating success.