Glossary
Mail merge
Mail merge fills a template with values from a list, traditionally to create personalized letters, emails, labels, or simple documents.
Mail merge is one of the oldest forms of practical document automation. A user prepares a document with placeholders, connects it to a spreadsheet or address list, and generates personalized copies for each row. The pattern is familiar from letters, envelopes, labels, and email campaigns, but the same idea appears in many modern PDF workflows: a template stays fixed while recipient-specific data fills the variable fields.
Mail merge is most effective when the document structure is simple and the data is already clean. It becomes strained when teams need conditional sections, PDF-specific layout control, approvals, audit history, or API-driven delivery. That is where broader document automation tools pick up the same core idea and add validation, template versioning, batch reporting, and richer output formats. Understanding mail merge is still useful because it explains the basic mental model: one trusted template plus many rows of structured data. For PDF generation, the familiar merge pattern gains extra importance because page breaks, tables, and signatures must remain readable.
Questions, answered
- Is mail merge the same as document automation?
- Mail merge is a narrower pattern. Document automation can include mail merge behavior plus validation, workflow controls, template logic, and delivery automation.