PDF Transparency Group

A specialized PDF container (introduced in PDF 1.4) that bundles multiple overlapping objects so their transparency, opacity, and blending modes can be calculated together as a single composite unit.

What is a Transparency Group?

In simple design programs, if you put a semi-transparent blue circle on top of a semi-transparent red circle, the computer just does some basic math to show you a purple-ish overlap. But in professional design (Adobe Illustrator, InDesign), you might have 50 layers with complex "blending modes" like *Multiply*, *Overlay*, or *Screen*.

A **Transparency Group** is like a plastic bag that holds a specific set of objects. Everything inside the bag is calculated and "flattened" into one single image *before* the bag is placed on top of the rest of the page. This ensures that complex visual effects (like soft drop shadows or glowing glows) look exactly as the designer intended, without "leaking" or interacting strangely with the background objects below them.

Isolated vs. Non-Isolated Groups