MS Word Plugin has been designed to perform operations with MS Word files.
MS Word: Convert to PDF plugin step converts one or more word documents to PDF files.
Compatibility: PDF 1.5 and above
Limitations:
Note: This step should be preceded with a row generating step (e.g. Generate rows etc.)
No.
Field Name
Description
1
Step Name
Name of the step. This name has to be unique in a single workflow.
Input Tab:
No.
Field Name
Description
Input Fields:
1
Input File/Directory
Specify the file path of the word file or a directory with word files to be converted to PDF. The word files with the following extensions are allowed: .docx, .doc and .rtf.
The data type of this field is String. This field is mandatory.
Note: Input File of type .docx does not support Runtime parameter of type File, on AE Server. Input File parameter can be provided as a srting Type to specify the full file path. This issue will be resolved in upcoming AE Releases.
2
Button: Browse File…
Clicking on this button brings up the dialog to browse the input file path.
3
Button: Folder…
Clicking on this button brings up the dialog to browse the intput directory path.
4
Output Directory
Specify the path of the directory where the output PDF files are to be generated.
The data type of this field is String. This field is mandatory.
5
Button: Folder…
Clicking on this button brings up the dialog to browse the output directory path.
Common Buttons:
No.
Field Name
Description
Buttons:
1
OK
On click of this button. It will check the field values. If any required field values are missing then it will display validation error message.
If all the required field values are provided then it will save the field values.
2
Cancel
On click of this button, it will cancel the window and do not save any values
Mail merge plugin step creates multiple documents in bulk at once based on a template as a reference. These documents have identical layout, formatting, text, and graphics. The template has fieldnames (tags) which are replaced in each document. Hence, the documents vary for personalization.
You may import variable / personalized data from external sources such as database, excel or CSV file and other sources in Process Studio that can be passed as fields to this step to replace placeholders in the template file.
No.
Field Name
Description
1
Step Name
Name of the step. This name has to be unique in a single workflow.
Fields:
No.
Field Name
Description
Input Fields:
1
Word File (.docx)
2
Button: Browse…
Browse the Template word document containing Field Name placeholders.
Tabular Fields:
1
Button: Get Fields
Click on Get Fields button to populate ‘Field Name’ column with the placeholders from the template word document.
2
Field Name
Displays name of placeholders in the template word file populated using the Get Fields button. This is a read only column.
The data type is String. This field is mandatory.
3
Field Value
4
Destination Directory
Specify a directory to store the generated output files.
The data type is String. This field is mandatory.
5
Button: Browse
Click button to browse a destination directory to store the generated files.
6
Destination File Name
Specify the base name of the output files to be generated. The destination files base name can also be based on field name in the input stream or a variable.
- If there are more than one files generated they are appended with _1, _2 and so on incrementally.
- If the destination folder already contains one or more files with the same base name all the new files are appended incrementally.
Generated files will always have the extension .docx, even if the file name is provided without any extension or with an extension other than ‘.docx’.
The data type is String. This field is mandatory.
Note:
If user specifies filename as ‘Sample’, then the actual file generated could be ‘Sample.docx’. (In case file already exists, then it will append ‘_1’ (1, 2, 3. are incremental numbers) to the file name i.e. ‘Sample_1.docx’.)
Common Buttons:
No.
Field Name
Description
Buttons:
1
OK
On click of this button field values are checked. If any required field values are missing then validation error message is displayed.
If all the required field values are provided then it will save the field values.
2
Cancel
Click this button to cancel the window without saving any values.