LogoLogo
CtrlK
About
  • Guides
  • BDK
  • REST API
  • Release Notes
  • File Procedures
    • Overview
  • Documents
    • Document Processing: Workflow Patterns and Best Practices
    • Get a File as a Scanned Document
    • Get Fields from a Document
    • Get Tables from a Document
    • Extract Data from a Document
  • Excel
    • Working with Excel Files
  • JSON
    • Converting JSON to String
    • Getting Data from JSON
    • Creating and Merging JSON Objects
    • Modifying JSON
  • PDFs
    • Convert to PDF
    • Get Information from a PDF
    • Extract Data from a PDF
    • Merging Documents
    • Removing Duplicates
    • Save a PDF
    • Set Information in a PDF
    • Unlock a PDF
  • Templates
    • Fill in a Template File
    • Create PDFs from a Template
  • SFTP
    • Downloading Files using SFTP
    • Uploading Files using SFTP
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. PDFs

Merging Documents

This automation procedure combines multiple PDFs into a single PDF file.

get the attachments
get the above as the scanned documents
merge the scanned documents into a single document where
    the document name is "statements.pdf"

Last updated 9 days ago

Was this helpful?