Adds the specified Word Document to the Document Manager.

Syntax

finDocumentFiles.AddWordDocumentAsPdfFile(wordDocument, destFileCategory, destFileName, newDocumentFile, [addDateTimeToDestFileName], [makeDestFileNameUnique], [openPassword], [ownerPassword], [securityPermissions])

Parameters

NameTypeOptionalByRefDescription
wordDocument ISWordDocument
destFileCategory String The destination File's Category.
destFileName String The destination File Name.
newDocumentFile finDocumentFile ByRef If successful, the Document File that was added.
addDateTimeToDestFileName Boolean Optional If True, the Date and Time is added to the Destination File Name. If omitted, a value of True is assumed.
makeDestFileNameUnique Boolean Optional If True, the Destination File Name will be made unique by adding a Number suffix. 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:
finDocumentFiles
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0