NameDescriptionTypeAdditional information
Items

Collection of Object

None.

TargetBusinessModule

globally unique identifier

Required

TargetBusinessModuleEntity

Gets or sets the identifier of the destination business module entity. For current entity, select Entity.ID from the context.

integer

Required

TargetList

The destination library on the entity site.

string

Required

TargetFolder

string

None.

OutputExistsBehaviour

The behaviour if the output document already exists in the destination folder or library.

WorkPoint365.WebAPI.Model.Document+OutputExistsBehaviour

Required

PdfFormat

The PDF conversion format. If not specified the default PDF format will be used.

WorkPoint365.WebAPI.Model.Document+ValidPdfFormat

None.

UseStepInputValues

Should the step use the values from the step input when creating the items. Not applicaple in Combine Files Mode.

boolean

None.

SourceItemFieldsToCopyToPdfItem

Option to copy source item fields to the combined pdf item. You can specify which fields to copy by entering the internal field names.

Collection of string

None.

CombineFiles

Option to select if the converted PDFs should be Concactated

boolean

None.

FieldValues

Collection of the field values for the combined file(s)

Dictionary of string [key] and Object [value]

None.

MaxCombineSizeInMB

Option to select the max size of the combined file. If the combined file exceeds this size. The file will be split into multiple files. Leave empty to not split the combined file based on size.

integer

None.

AddPageNumbers

Option to Add page numbers

boolean

None.

AddIndex

Add index page (yes|no)

boolean

None.

IndexPlacementOption

Select the placement of the index for the combined pdf file. This option is not applicable if 'Add Index' is not selected.

WorkPoint365.WebAPI.Model.Document+DocumentToPDFConversionParameter+IndexPlacement

None.

AddDocumentOutline

Add Document Outline

boolean

None.

AddSourceInformation

Option to Add Source Information

boolean

None.

DocumentVersion

Option for which Version to use

WorkPoint365.WebAPI.Model.Document+DocumentToPDFConversionParameter+Version

None.

Async

Option to run the pdf creation as job. Optimal for large documents or a large amount of documents. If selected, the process will run asynchronously and will continue when all documents are converted, combined and saved. If not selected, the process will run synchronously and the output document(s) will be saved as soon as each document is converted or combined.

boolean

None.

CallbackUrl

Option for Callback Url

string

None.

CallbackHeaders

Option for Callback Headers

Dictionary of string [key] and string [value]

None.