MergePDFDocumentsHandler
Description
The ActionHandler MergePDFDocumentsHandler merges documents attached to a process instance into one document and may remove the original documents. It is also able to convert other documents or images to PDF.
If an original PDF contains form elements, they are deactivated before the merging process and converted to normal, plain, non-editable PDFs. The content of the form fields are passed to the final PDF as normal text.
Class
com.dooris.bpm.actionhandler.MergePDFDocumentsHandlerParameter
Parameter name | Default value | Description | Valid examples |
|---|---|---|---|
|
| This parameter is used to set the name of the newly created merged documents. |
|
|
| This parameter is used to decide if an existing document with the same name as the generated document should be overwritten. If set to If set to |
|
|
| This parameter is used to insert a time stamp to the document. It will insert a timestamp if it is set to |
|
|
| This parameter is used to decide if the order in the new document be determined by the name of the documents to be processed. It will sort the documents by their name if it is set to If it is set to |
|
|
| This parameter is only considered if the parameter If If |
|
|
| This parameter is used to decide if the attached .docx, .pptx and .xlsx files should be converted to PDFs, and be included in the merging process. |
|
|
| This parameter is used to decide if the attached .txt files should be converted to PDFs, and be included in the merging process. |
|
|
| This parameter is used to decide if the attached .csv files should be converted to PDFs, and be included in the merging process. |
|
|
| This parameter is used to decide if the original files that are used for the merge should be deleted. |
|
|
| This parameter is used to set a specific string to exclude the documents which contain this string value in their names. |
All documents with "Offer" in the file name are excluded from the merging process |
|
| If this parameter is |
|
convertImageFilesToPdf is available in TIM Flow 26.0.6 and higher.