Combine the three alternate view drawings and the materials spec sheet into a single PDF titled [filename=AlternateVie…
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 API allows developers to programmatically merge multiple files into a single PDF document. It uses a POST request to a specific endpoint and supports combining up to 20 files. This is useful for automating document assembly in applications, allowing for efficient batch processing without manual intervention.
No, if your original files already have page numbers, they will restart for each file in the combined PDF. To have continuous page numbers across the entire document, you will need to add new page numbers to the combined PDF after you merge the files.
It's a good idea to keep your original files for a few days after you combine them. This is because if you need to change something or fix a mistake in the combined PDF, it's easier to re-merge the originals than to try and edit the big combined file. You can delete them once you are sure the combined PDF is perfect.
No, combining files usually does not make the PDF file smaller. Often, the new combined PDF will be about the same size or even a little bigger than all the original files put together. If you need a smaller file, you should compress the PDF after you combine it.