DocsME
5 min readDocsMe Team

PDF Glossary: Page Order, Thumbnails, Reorder, Rearrange, and More

Definitions of key PDF terms related to page organization: page order, reorder, rearrange, thumbnail, page tree, duplex scanning, and more. A reference for understanding PDF page operations.

  • pdf page order glossary
  • pdf reorder terms
  • pdf thumbnail definition
  • pdf page tree explained
  • organize pdf terminology
  • pdf me

Page Order

Page order refers to the sequence in which pages appear within a PDF document, from the first page to the last. The page order determines how readers encounter content: page 1 is what they see first, page 2 is second, and so on. A document with the wrong page order presents content in an unintended sequence — chapters appear out of place, sections follow the wrong introduction, or a cover page appears at the end. Organizing PDF pages is the process of correcting page order without changing any page content.

Reorder

To reorder PDF pages means to change the sequence of pages within a single PDF file. Reordering moves pages to new positions — page 5 might become page 2, page 1 might become page 3 — without adding, removing, or modifying any content. It is distinct from splitting (dividing a PDF into multiple files) and merging (combining multiple files into one). See the complete reordering guide for step-by-step instructions.

Rearrange

Rearrange is a synonym for reorder in the context of PDF pages. Both terms describe the same operation: changing the sequence of pages within a PDF without altering their content. You may see either term used by different tools and documentation.

Organize

In the context of PDF tools, organize typically refers to the combined set of operations available on a page-level: reordering pages, and sometimes rotating or removing pages. The Organize PDF Pages tool focuses specifically on reordering — changing the sequence of pages to put a document in the correct reading order.

Thumbnail

A thumbnail is a small, reduced-resolution preview image of a page. PDF organization tools display thumbnails in a grid so you can see all pages at once and understand their content at a glance. When you drag and drop thumbnails to new positions, you are setting the new page order. Thumbnails show the actual content of each page — text, images, layout — making them more reliable for verifying page order than page numbers alone, especially in documents with non-standard numbering.

Page Tree

The page tree is the internal data structure within a PDF file that defines the page order. It is an index — a list of references that maps each page number to the page's content stream, fonts, images, and annotations. When you reorder pages, the tool rewrites the page tree in the new order. The actual content of each page is not moved or modified; only the index is updated. This is why reordering is fast and does not affect content quality.

Duplex Scanning

Duplex scanning is the process of scanning both sides of a sheet of paper. An automatic duplex scanner handles this in a single pass — it scans the front, flips the sheet, and scans the back, producing pages in the correct interleaved order. Manual duplex scanning requires scanning all fronts first, then all backs, which often produces a PDF with pages in two separate blocks (all odd pages, then all even pages) that need to be interleaved afterward. See the troubleshooting guide for how to fix this.

Interleave

To interleave pages means to merge two sequences of pages into one by alternating between them: page 1 from sequence A, page 1 from sequence B, page 2 from sequence A, page 2 from sequence B, and so on. This is the manual fix for duplex-scanning problems, where the odd and even pages of a document are stored as two separate blocks.

WebAssembly (Wasm)

WebAssembly is a binary instruction format that allows code to run in the browser at near-native speed. PDF ME uses WebAssembly to process PDF page operations — including organizing, splitting, and merging — locally on your device. This means your files are not uploaded to any external server; all processing happens in your browser. The result is faster processing for large files and better privacy for sensitive documents.

Internal Hyperlink

An internal hyperlink in a PDF is a link that navigates to another location within the same document — typically a specific page number. Table of contents entries, chapter navigation links, and cross-references are common examples. When you reorder pages, internal hyperlinks that reference pages by absolute position may navigate to the wrong page after the operation, because their target page may have moved to a different position number. External hyperlinks — links to websites or email addresses — are not affected by reordering.