merge-separate-pages
- Last updated on September 1, 2025
- •
- Less than a minute to read
This task merges multiple input artifacts, which are graphic files, into a single PDF file. All pages of multi-page graphic files provided as input will be transferred to the output file.
Parameters
- None
Input Artifacts
- Graphic files in PDF, PNG, JPEG, BMP, or TIFF formats.
Output Artifacts
- A resulting file in PDF format.
Note
Only one artifact can be specified as output. If a collection is specified, it will consist of a single element.
Example
{
"description": "Merge pages",
"name": "merge-separate-pages",
"type": "merge-separate-pages",
"inputArtifacts": [
"result*", "additional"
],
"outputArtifacts": [
"merged"
]
}