# Fan Out One PDF into Personalized Copies and Deliver the Batch

Fill one finished PDF form with a list of records to get a copy per recipient, mark the whole batch with a watermark, split merged output back into individual files, and compress everything into one delivery ZIP.

> Canonical page: https://elysiatools.com/en/hubs/pdf-batch-personalization-and-delivery

- **Keywords:** batch pdf from template, fill pdf form multiple records, payroll slip batch pdf, watermark multiple pdf files, split multiple pdf files, compress pdf batch zip, one pdf per recipient, bulk pdf delivery

## Frequently asked questions

### Can each recipient's copy show only their own data?

Yes — that is what fan-out means. Each record fills the template's fields, so every copy carries one person's values while everything outside the fields stays identical. Verify it by counting outputs against records and spot-checking two copies side by side.

### Should I watermark before or after filling?

After. Watermarking the template would print the same mark underneath or over every copy identically, and a mark applied before filling can end up overlaid by the filled values. Fill first, then stamp the finished copies, so the mark sits deliberately on top of final content.

### Why compress last, and only once?

Every compression pass degrades images a little, so the batch deserves exactly one pass, taken when nothing else will touch the files. Compressing at the end also means the final sizes are the delivered sizes — what you check against the channel's limit is what the recipient downloads.

### I chose a merged bundle — can I still deliver individual files?

Yes — that is exactly what batch splitting is for. Split the merged bundle by page ranges or single-page mode to recover one file per copy, then compress the parts into the delivery ZIP. Check the page arithmetic after splitting so no page is lost or duplicated between parts.

## Related content

- [Templated Document Generation Workflow](https://elysiatools.com/en/hubs/templated-document-generation): Create repeatable forms, certificates, report cards, invoices, receipts, storyboards, DOCX merges, PDF documents, and XLSX template outputs from structured inputs.
- [PDF Signing, Stamping, and Distribution Tracing](https://elysiatools.com/en/hubs/pdf-signing-stamping-and-distribution-tracing): Send PDFs you can prove are yours — redact sensitive content permanently before sealing, add a visible signature block and a PAdES certificate signature, stamp the document status, embed invisible per-recipient tracking IDs, and audit incoming signatures down the certificate chain.
- [PDF Page Assembly and Print Preparation](https://elysiatools.com/en/hubs/pdf-page-assembly-and-print-preparation): Take any pile of PDF pages to a clean, printable document — straighten orientation and trim scan edges, delete or extract the pages that matter, unify every page to one paper size, choose color or grayscale for the printer, then add a cover and impose a booklet when the job is bound.
- [PDF Repair, Cleanup, and Slimming](https://elysiatools.com/en/hubs/pdf-repair-cleanup-and-slimming): Rescue a damaged PDF, strip what should not travel with it, and cut its weight — repair broken headers and cross-reference tables with diagnostics, export annotations before erasing them, remove metadata and form fields, then downsample and recompress to hit your size target.
