merge-separate-pages
- Last updated on December 29, 2023
- •
- Less than a minute to read
This task merges input artifacts into a single PDF file.
Parameters
Parameters are not expected this this task. It takes artifacts specified in the array inputArtifacts
separated by commas. The outputArtifacts
array must contain a single value with the name of the merged file.
Example
{
"description": "Merge pages",
"name": "merge-separate-pages",
"type": "merge-separate-pages",
"inputArtifacts": [
"result*", "additional"
],
"outputArtifacts": [
"merged"
]
}