PDF Glossary: Rotation, Orientation, Portrait, and Landscape
Definitions of key PDF rotation terms: rotation, orientation, portrait, landscape, page rotation attribute, and more. A reference for understanding PDF page rotation.
- pdf glossary
- rotate pdf terms
- pdf rotation terminology
- what does rotate pdf mean
- pdf orientation definition
- pdf me
Rotation
The act of changing the angle at which a PDF page is displayed and printed — by 90°, 180°, or 270° — without altering the page's actual content. Rotation is a non-destructive operation that only changes a stored display attribute.
Page Rotation Attribute
A value stored in a PDF page's internal object that tells viewers and printers how much to rotate the page when displaying it — 0, 90, 180, or 270 degrees. This is the value a rotation tool changes when you rotate a page permanently.
Orientation
The general shape of a page as displayed — either portrait (taller than wide) or landscape (wider than tall). A 90° or 270° rotation swaps a page's orientation; a 180° rotation does not.
Portrait
A page orientation where height is greater than width. The standard orientation for letters, reports, and most text-heavy documents.
Landscape
A page orientation where width is greater than height. Common for spreadsheets, wide tables, charts, and presentation slides.
Display-Only Rotation
A rotation applied only within a specific viewer's interface, without writing the change into the PDF file. The page reverts to its original orientation when the file is reopened or viewed elsewhere — the most common cause of rotation that "doesn't stick".
Permanent Rotation
A rotation written directly into the PDF's page rotation attribute and saved to a new exported file. The change is visible to anyone who opens the file, in any viewer.
Upside Down
A page displayed at 180° from its correct orientation — text reads backward and elements at the top of the intended page appear at the bottom. Fixed with a 180° rotation.
WebAssembly (Wasm)
A technology that lets browser-based tools like PDF ME process files like PDFs directly on your device, without uploading them to a server — important for documents containing sensitive information.
Page Tree
The internal index structure inside a PDF that lists every page and maps it to its content. Rotation modifies an attribute within this structure rather than the content streams it points to.