PDF Renditions

An internal set of instructions that describes how a multimedia object (like a Video, MP3, or 3D Model) should be played, including screen position, playback volume, and start/stop triggers.

What are Renditions?

A PDF isn't just for text and images. Since version 1.5, PDF has supported rich media. However, because different users might have different computers (some with high-speed internet, some offline), the PDF standard needed a way to provide "Alternate Versions" of a video.

**Renditions** (technically the `/Rendition` object) act as a manager for these versions. A single video on a page might have a high-resolution "Rendition" for people with fast computers and a low-resolution "Rendition" for people using mobile devices. The PDF viewer automatically picks the best rendition based on the user's settings.

Media Renditions vs. Selector Renditions

Why Renditions are Powerful