Merge Pages into Document
Merges multiple page documents into a single consolidated document.
Overview
This procedure takes multiple page documents (typically individual pages extracted from a larger document) and combines them into a single merged document. Each page maintains its original order and content, creating a complete document from fragmented page files.
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Merge Extracted Pages
Merges pages that were previously extracted from a document.
merge pages into document where
the pages are the extracted pages
the document name is "complete_report.pdf"
2. Merge Pages with Auto-Naming
Merges pages using an automatically generated document name.
merge pages into document where
the pages are the page documents
Last updated
Was this helpful?