Can You Compress Multiple PDFs at Once?
Direct answer
Batch compression is possible in principle, but the current BytesPDF compression workspace processes one selected PDF at a time. The merge workspace supports multiple files within browser-aware limits.
Why this happens
Processing many image-heavy PDFs concurrently can exhaust browser memory, especially on mobile devices. Sequential processing is slower than a large server batch but easier to keep within a tab's memory budget.
Do not merge unrelated PDFs merely to compress them together; the recipient may need separate documents, and merging can change document-level structures.
For repeat work, keep originals organized and name each downloaded distribution copy clearly.
The constraint is browser memory, not ambition. Each PDF has to be parsed, its images decoded and re-encoded, and the result held in the tab before download. Two or three image-heavy files at once will exhaust memory on a typical phone, and often on a laptop too.
A reliable sequential routine: compress one file, download and open it, then move to the next. It is slower than a batch, but every output gets inspected — and inspection is the step that catches the failures that actually matter.
Do not merge files simply to process them together. Merging changes document-level structure such as bookmarks, page labels, attachments, and metadata, and recipients usually want separate documents when they asked for separate documents.
If you regularly process large volumes, desktop tooling with genuine batch support is the better fit. Browser-local processing trades that convenience for not uploading the files at all.
If you do need one combined file, the order matters: compress the individual PDFs first, then merge the compressed outputs. Merging large originals and compressing the result produces a bigger and slower job, because the merge step re-encodes everything and the compressor then has to work on the already-combined file.
Current workflow
- Select and compress one PDF.
- Download and inspect the result before moving to the next file.
- Use Merge only when the recipient explicitly wants one combined PDF.
- Keep high-stakes originals separate and unchanged.
- Compress first, then merge only if the recipient wants one combined file.
- On a phone, process one file at a time and close other tabs.
- Compress the parts, then merge the parts — not the reverse.
What BytesPDF does
BytesPDF compression currently keeps a single active file in the workspace. Merge supports up to 20 files/150MB combined on desktop and 10 files/50MB combined on mobile, subject to memory.
Related answers and guides
Related privacy-sensitive scenarios
Scenario guides with destination checks for the document you are preparing.
Test your PDF locally
PDF content stays in the browser tab and is not uploaded to BytesPDF servers.
