Prepare one consolidated PDF with interview notes and site observations for HR — combine the five interview notes and …
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.
Keeping 'Preserve Bookmarks' on is important because it makes your combined PDF easy to navigate. Each original file becomes a top-level bookmark in the new document. This means you can quickly jump to any section that came from an original file, which is very helpful for large documents like an evidence package.
Yes, you can combine files automatically using the Adobe PDF Services API. This allows developers to write code that merges documents programmatically. It supports combining up to 20 files and lets you specify which pages from each file to include. This is useful for large-scale or repeated merging tasks.
It is recommended to compress the PDF after combining files because merging rarely makes the file size smaller. If you compress individual files first, then combine them, you might not get the best overall compression for the final large document. Compressing the single, combined PDF lets Acrobat optimize the entire file at once, which usually results in a smaller file size.