Combine the vendor spec sheet, my inspection notes, and photos into one PDF and attach it to the service ticket so rev…
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.
Combining files can sometimes fail because of issues with the source documents' internal structure or Acrobat's installation. If you experience problems like only the first file appearing or the process freezing, try re-saving each source file using 'Save As' to refresh its structure. Also, adding files one by one can help identify a problematic document, or you might need to repair your Acrobat installation through the Help menu.
In Acrobat, 'merging' and 'combining' PDFs generally refer to the same action: taking multiple separate PDF documents and putting them together into one single PDF file. The goal is to create a unified document from several sources.
No, combining many large documents rarely makes the final PDF smaller. Usually, the size stays about the same or even gets a little bigger. If you need a smaller file, you should combine your documents first, and then use Acrobat's 'Optimize PDF' or 'Compress PDF' feature after the combining process is complete.
Yes, you can automate combining inspection documents using the Adobe PDF Services API. This allows developers to write code that sends multiple files to Adobe's servers, which then return a single combined PDF. The API supports combining up to 20 files at once and allows specifying page ranges for each document.