Define the input and output you actually need
Write down how many source files you have and how many final files you expect. If thirty invoices should become one reading packet, that is a merge. If a thirty-page PDF should become thirty separate PDFs, that is a split. If thirty PDFs must stay separate inside one downloadable package, that is an archive.
A fourth job is applying the same transformation to thirty independent PDFs while keeping thirty outputs. That needs an actual multi-file processing queue or automation workflow. Do not merge the files just to make a single-file tool accept them unless a combined document is also the output you want.
Decide which features must remain, including selectable text, page sizes and interactive fields. A faster workflow is not useful if it changes the output structure or removes required functionality. Use a small sample before feeding your entire collection through any processing method.
Combine many PDFs into one result

Merge PDF accepts several PDFs and combines their pages into one document. Add your working copies, arrange the file list, select Merge PDF and download the result. It preserves the order of pages inside each source while setting the order of the source documents themselves.
Prepare a manifest with each input filename and page count. The output page count should equal their sum. This makes an initial integrity check possible even when the batch contains many documents. Follow up by inspecting boundaries between files and any pages with important details.
The merge tool does not automatically group files by supplier, date or subject. If you need one output per group, prepare and merge each group separately. That might mean one packet per project rather than a single large archive. Keep the source files so groups can be rebuilt without splitting apart an earlier combined result.
Split one PDF into individual page files
Split PDF supports a one-to-many operation. Add the source and choose Split every page. After processing, download the ZIP containing a separate PDF for each page. This is useful when pages are independent records or need separate filenames for a later workflow.
Inspect the ZIP contents and count the files. A twelve-page source should produce twelve page PDFs. Open the first and last output and spot-check another page with detailed content. The generated page filenames reflect positions, not business meanings, so rename them deliberately if they need to identify people, dates or records.
Do not choose this mode for a collection of multi-page documents that must remain together. The tool does not detect document boundaries inside a long scan. For that job, extract known page ranges into separate outputs and verify each range against the source.
Bundle files without merging their contents
Create ZIP packages files in an archive while leaving them as separate items. This is appropriate when a recipient needs original files for individual review or import. Choose the intended inputs, create the archive and inspect it before delivery.
ZIP is not a guarantee of substantial size reduction for PDFs. Many already contain compressed images and streams, so the principal benefit may be packaging rather than smaller content. Confirm that the receiving system accepts an archive before replacing a PDF attachment with one.
Use distinct filenames and an understandable folder structure. A bundle of files all called scan.pdf invites confusion even if the archive can technically preserve them in separate folders. A short manifest can state the contents and expected count without requiring a recipient to infer the structure from generic download names.
Know where PDFNest’s batch support stops
The current Compress PDF interface processes one PDF at a time. PDFNest does not provide a site-wide queue that automatically compresses a folder and returns one compressed output per original. Opening many tabs is not equivalent to a managed queue with reliable progress and recovery.
If you have a small number of files, process them individually and record the result for each. If the task is large and recurring, look for an approved workflow that explicitly supports the required batch operation, output naming and error reporting. Test it with representative files before adopting it for the full set.
Compression also changes content differently from merging. PDFNest’s compressor rasterizes every page at all levels, removing selectable text and interactive features. Do not combine searchable documents into a single image-based compression job just to avoid repeating clicks.
Validate and recover a batch in manageable groups
Keep a simple processing log: input group, expected output count, output filename and any error. Small groups make it easier to identify a damaged input or memory-heavy scan than a single job containing everything. Browser tools use your device’s resources, so available memory matters.
If a group fails, preserve its inputs and retry a smaller subset. Do not silently omit the troublesome file. Open it independently to check whether it is readable and encrypted, then resolve that issue before continuing. Record any replacement source so it is clear which version was processed.
Before delivery, reconcile the outputs with the manifest and inspect a meaningful sample, including first and last items and unusually large or complex documents. Keep the originals until the batch has been accepted. A completed progress bar confirms that an operation finished, not that every input matched your intended business or study task.
Open Merge PDFProcess files in your browser, then check your download.
Open Merge PDF →Frequently asked questions
Can PDFNest compress an entire folder of PDFs at once?
The current compressor accepts one PDF at a time. There is no site-wide batch compression queue that keeps each source as a separate output.
Is merging the same as batch processing?
Merging is one many-to-one operation. Repeating an operation across separate documents is a different batch job.
Can I split every PDF page into its own file?
Yes. Choose Split every page in Split PDF and download the ZIP containing individual page PDFs.