Adds the specified Word Document(s) to the Document Manager's 'Bulk' Folder as a PDF Document.

Syntax

finDocumentManager.AddWordDocumentsAsBulkPdfFile(wordDocuments, sourceType, destFileName, [newFileNameRelative], [newFileNameFull], [addDateTimeToDestFileName], [openPassword], [ownerPassword], [securityPermissions])

Parameters

NameTypeOptionalByRefDescription
wordDocuments List(Of ISWordDocument)
sourceType isefinDocumentManagerSourceType The Source Type to save the bulk Document under.
destFileName String The destination File Name.
newFileNameRelative String Optional ByRef If successful, the File Name that was added, relative to the Source folder.
newFileNameFull String Optional ByRef If successful, the full File Name that was added, including the root folder Name.
addDateTimeToDestFileName Boolean Optional If True, the Date and Time is added to the Destination File Name. If omitted, a value of True is assumed.
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:
finDocumentManager
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0