Save a List of ISWordDocument objects to the Document Manager in the form of a PDF file.

Syntax

finDocumentManagerFunctions.SaveWordDocumentsToDocumentManagerPdfAccount(accountId, wordDocuments, baseFileName, documentManagerFileName, documentManagerFileNameRelative, [openPassword], [ownerPassword], [securityPermissions])

Parameters

NameTypeOptionalByRefDescription
accountId String The Account Id.
wordDocuments List(Of ISWordDocument) The List of Word Documents.
baseFileName String The Base File Name, e.g., "Reminder_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., "Reminder_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.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finDocumentManagerFunctions
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0