Combine MLS listing photos, the full property disclosure PDF, and the buyer's offer into one PDF titled [filename=123 …
Open Adobe Acrobat.
Go to File > Combine Files.
Click Add Files and select the PDF files you want to merge.
Arrange the files in your desired order by dragging and dropping them within the list.
Click Combine to merge the selected files into a single PDF document.
Save the new combined PDF to your preferred location.
You can preview and reorder files before combining to ensure the final PDF is in the correct sequence.
This runs in the Acrobat app - there is no separate API for this task.
The 'Combine PDF' operation in the Adobe PDF Services API is a tool for developers. It lets programs automatically merge up to 20 different files into a single PDF document. You can also choose specific page ranges from each source file, which is useful for creating custom documents without manual steps.
When you combine files, each original document keeps its own page numbering. If you want continuous page numbers across the entire combined PDF, you will need to add new page numbers after the combining process is finished. The 'Combine Files' feature does not automatically re-number pages continuously.
| Feature | Combine Files | Insert Pages |
|---|---|---|
| Purpose | Creates one new PDF from many different files (Word, Excel, images, etc.). | Adds pages from another PDF into an already open PDF. |
| Input Files | Can use many file types. | Only uses other PDF files. |
| Output | Always a new, single PDF. | Modifies an existing PDF by adding pages. |
Combining files rarely makes the file size smaller. If your combined PDF is too large, you should compress it after the combining process. Acrobat has a 'Optimize PDF' tool that can reduce the file size by making images smaller or removing unnecessary data, which can help with sharing or storage.