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