Back to Website
Show / Hide Table of Contents

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"
    ]
}
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2024 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback