Also known as: page numbering, page labels
A page label is a custom identifier a PDF assigns to a page for display in a viewer, independent of its physical index. Labels support styles like Roman numerals, letters, or prefixes, and can restart numbering mid-document. It matters because documents with front matter numbered separately from the body rely on page labels so the number shown matches the printed one.
Also known as: continuous scrolling, two-page view, facing pages
Page layout is the viewer setting that controls how pages are arranged on screen, such as single page, continuous scrolling, two-page facing spreads, or cover-page layouts. It matters because the right layout suits the content: continuous scroll for reports, facing pages for books and magazines. Authors can specify a default layout in a PDF's initial view so it opens as intended.
Also known as: PageMode, display mode
Page mode is a document setting that tells a PDF viewer which panels to show when the file opens, such as bookmarks, thumbnails, attachments, optional-content layers, or none. It matters because authors can control the first impression of a document, automatically revealing the outline for a navigable report or hiding panels for a clean, distraction-free reading experience.
Also known as: pagination, page numbers
Page numbering, or pagination, is the sequential labeling of pages so readers can locate and cite content and confirm a document is complete. Numbers can use different formats (1, 2, 3 or i, ii, iii) and often appear in a header or footer. Adding pagination to a PDF after merging or reordering pages keeps a long document easy to reference and print.
Also known as: portrait, landscape, page rotation
Page orientation describes whether a page is taller than it is wide (portrait) or wider than it is tall (landscape). Rotating a PDF page changes its orientation, which matters when scanned pages come in sideways or upside down, or when wide tables and spreadsheets read better in landscape. Correct orientation ensures a document displays and prints the right way up.
Try Rotate PDF →Also known as: rotate, page orientation, Rotate attribute
Page rotation is a page attribute specifying that a PDF page should be displayed or printed rotated clockwise by a multiple of 90 degrees. It changes viewing orientation without modifying the underlying content stream or coordinate data. It matters because scanned or misaligned pages can be corrected instantly, and viewers honor this value to show pages upright regardless of how content was originally drawn.
Try Rotate PDF →Also known as: page dimensions, A4, Letter, paper size
Page size is the width and height of a PDF page, set by the MediaBox and commonly matching standards like A4 (210 by 297 mm) or US Letter (8.5 by 11 inches). It matters because consistent page sizes ensure predictable printing, while mismatched sizes across merged documents can cause scaling, cropping, or unexpected margins in the final output.
Also known as: thumbnails, thumbnail panel, page preview
A page thumbnail is a small rendered preview image of a PDF page, typically shown in a viewer's sidebar grid. Clicking a thumbnail navigates directly to that page. Thumbnails matter for visual navigation of long documents, letting readers scan layout at a glance and quickly reorder, delete, or jump to pages without reading full-size content.
Try Delete / Reorder →Also known as: slide transition, transition effect
A page transition is a visual effect, such as a dissolve, wipe, or fly, that a PDF viewer plays when moving between pages in full-screen or presentation mode. Transitions matter for slideshow-style PDFs, adding polish and pacing to presentations. They can be set per page along with automatic advance timing so a document plays hands-free like a slide deck.
Also known as: page node tree, pages dictionary
The page tree is the hierarchical structure inside a PDF that organizes every page as a tree of node objects, rooted at the document catalog through its Pages entry. Leaves are page objects; inner nodes group them for efficient access. It matters because attributes like page size and rotation are inherited down this tree, so reordering or deleting pages means updating tree references correctly.
Try Delete / Reorder →Also known as: Pantone, PMS
The Pantone Matching System is a proprietary library of numbered spot-color inks that lets designers and printers specify an exact color which reproduces consistently regardless of press or location. In PDF prepress, Pantone references appear as named spot separations or are converted to their nearest CMYK equivalents. Using Pantone codes keeps brand colors accurate across different print vendors, papers, and materials.
Also known as: password protect, user password, owner password
Password protection restricts access to a PDF by requiring a secret phrase to open it (a user password) or to change permissions like printing and editing (an owner password). It is the access-control layer that sits on top of encryption. Setting a password keeps sensitive files private, while removing a known password makes a document convenient to open and share again.
Try Protect PDF →Also known as: ISO 32000-2, PDF 2
PDF 2.0 is the second edition of the core PDF standard, published as ISO 32000-2 and the first version developed entirely under ISO governance rather than by Adobe. It refines encryption, digital signatures, tagging, and metadata while removing ambiguous legacy features. It matters because newer archival and accessibility standards build on PDF 2.0, so producing modern, fully spec-compliant files increasingly means targeting this revision.
Also known as: PAdES
PDF Advanced Electronic Signatures (PAdES) is the ETSI standard defining how advanced and qualified electronic signatures are embedded in PDF files, extending the ISO 32000 signature model. It supports long-term validation, trusted timestamps, and eIDAS compliance. PAdES keeps revocation and certificate data inside the document, so a signed PDF stays verifiable for years, long after the moment of signing.
Also known as: Creator, PDF creator field
The Creator is a metadata field identifying the original application that authored a document's content before it became a PDF, for example a word processor or design program. It is distinct from the Producer, the tool that performed the final PDF conversion. Together these fields reveal how a file was made, which is useful for provenance checks, redaction audits, and diagnosing formatting problems.
Also known as: encrypt PDF, document encryption
PDF encryption scrambles a document's content streams and strings using a symmetric cipher, so only someone supplying the correct password or key can read them. The chosen algorithm and key length—RC4, AES-128, or AES-256—are recorded in the file's encryption dictionary. It matters because encryption is the only reliable way to keep confidential PDFs private when they are emailed, shared, or stored.
Try Protect PDF →Also known as: %PDF header, file header, %PDF-1.7
The first line of a PDF file, written as a comment like %PDF-1.7 (or %PDF-2.0), declaring the version of the PDF specification the document conforms to. Many files follow it with a second comment line of high-order binary bytes so tools treat the file as binary. Reading the header correctly is essential for parsers to interpret the rest of the structure.
Also known as: Compress PDF, Optimize PDF, Reduce PDF Size
PDF optimization reduces file size by downsampling and recompressing images, subsetting or removing unused fonts, deduplicating shared resources, and cleaning up redundant objects—optionally producing a linearized file for fast web viewing. It matters for emailing, uploading, or archiving documents within size limits, ideally shrinking the file substantially while keeping text sharp and images acceptably legible.
Try Compress PDF →Also known as: unlock PDF, decrypt PDF, remove PDF password
PDF password removal, or decryption, uses a known user or owner password to strip a document's encryption and restrictions, producing an unrestricted copy that opens without prompting. It matters because recipients who legitimately hold the password often need to print, copy, or combine a file freely; removing the security also lets tools process content that encrypted PDFs would otherwise block.
Try Unlock PDF →Also known as: PDF Package, Portfolio, Collection
A PDF portfolio is a container that bundles multiple files—PDFs, spreadsheets, images, even video—into one PDF while keeping each component intact and independently openable, presented through a navigable cover interface. Unlike merging, which fuses pages into a single stream, a portfolio preserves each file's original format and metadata, making it suited to collections such as case files or project deliverables.
Also known as: Producer, PDF producer field
The Producer is a metadata field naming the software that generated the actual PDF file, the library or engine that wrote the final bytes, such as a PDF printer driver or conversion toolkit. It differs from the Creator, which names the original authoring application. Comparing Producer and Creator values helps trace a document's toolchain, verify its origin, and troubleshoot rendering or conversion issues.
Also known as: Acrobat compatibility, PDF 1.4, PDF 1.7
PDF version compatibility describes which specification revision, from PDF 1.4 through 2.0, a file targets, historically labeled by the matching Adobe Acrobat release. Later revisions add features like stronger AES encryption, layers, and richer tagging that older readers cannot render. It matters because choosing a version balances access to modern capabilities against guaranteeing the document opens correctly on the recipient's software.
Also known as: PDF/A, ISO 19005, archival PDF
PDF/A is the ISO 19005 family of standards for long-term archiving, restricting PDF to features that guarantee a file renders identically decades later. It requires embedded fonts and color information, forbids external dependencies, and bans encryption and JavaScript. It matters for compliance because regulators, courts, and libraries often mandate PDF/A so documents stay self-contained, reproducible, and readable independent of future software.
Also known as: PDF/A-1a, PDF/A-1b, PDF/A-2b, level A B U
PDF/A conformance levels grade how fully a file meets the archival standard. Level B (basic) guarantees reliable visual reproduction; level A (accessible) additionally requires Tagged PDF structure and Unicode text mapping; level U requires Unicode mapping without full tagging. Knowing the level matters because searchability and accessibility obligations differ: level A satisfies stricter regulatory and disability-access rules, while level B only preserves appearance.
Also known as: PDF/A-3, ISO 19005-3, Archival PDF
PDF/A-3 is a part of the ISO 19005 archival standard that, unlike earlier PDF/A parts, permits embedding arbitrary files—such as the source spreadsheet or an XML dataset—inside a self-contained, long-term-preservation document. It matters for hybrid workflows like electronic invoicing, where a human-readable archival page carries its machine-readable data as an embedded attachment.
Also known as: PDF/E, ISO 24517
PDF/E is the ISO 24517 standard tailored to engineering, manufacturing, and construction workflows, supporting rich content such as interactive 3D models and large-format technical drawings. It gives design and engineering teams a vendor-neutral exchange format for technical documentation. It matters because it lets stakeholders review complex CAD-derived data without the originating software while keeping a stable, archivable record of design intent.
Also known as: PDF/UA, ISO 14289, accessible PDF
PDF/UA is the ISO 14289 standard defining technical requirements for accessible PDF, ensuring assistive technology such as screen readers can navigate a document reliably. It builds on Tagged PDF, mandating a correct logical reading order, alternative text for images, and properly marked structure. It matters for compliance with disability-access laws such as the ADA, Section 508, and the European Accessibility Act.
Also known as: PDF/VT, ISO 16612-2
PDF/VT is the ISO 16612-2 standard for variable-data and transactional printing, such as personalized statements, invoices, and direct mail produced at high speed. Built on PDF/X, it uses document part metadata and reusable graphic content so presses can cache repeated elements and render millions of unique pages efficiently. It matters for production printing where per-record personalization must stay both fast and print-reliable.
Also known as: PDF/X, ISO 15930, PDF/X-4
PDF/X is the ISO 15930 family that constrains PDF for reliable prepress and commercial printing exchange. It requires embedded fonts, a defined color output intent, and blocks elements a press cannot reproduce, such as unmanaged RGB or unsupported transparency. It matters because it removes guesswork between designers and printers, preventing color shifts, missing fonts, and costly reprints on the production press.
Also known as: PDF permissions, usage permissions, P value
Permission flags are bits in a PDF's encryption dictionary (the P entry) that declare which actions are allowed—printing, high-resolution printing, copying text, modifying content, adding annotations, or filling forms. Enforced together with the owner password, they matter because they let a document be viewable yet restricted, signalling to compliant readers which operations to block for the recipient.
Try Protect PDF →Also known as: PNG vs JPEG, JPG vs PNG
PNG and JPG are the two dominant raster formats: PNG uses lossless compression with transparency support, ideal for text, screenshots, and line art, while JPG uses lossy compression that shrinks photographs at some quality cost. Choosing correctly matters when exporting PDF pages to images or building a PDF from images, since it directly affects sharpness, file size, and whether transparency survives.
Try PDF to JPG / PNG →Also known as: points, pt, PDF unit
A point is the default unit of the PDF coordinate system, defined as 1/72 of an inch. Page dimensions, margins, and object positions are expressed in points unless a scaling transform is applied. It matters because converting between points and familiar units like inches or millimeters is essential for setting precise page sizes and aligning content during layout work.
Also known as: popup, comment popup
A popup annotation is the floating window that displays the text of an associated markup annotation, like a sticky note or highlight, when the user opens it. It has its own rectangle and open state but no standalone meaning, always referencing a parent markup. Popups matter because they keep comment text out of the way until needed, reducing clutter on the page.
Also known as: PDF/A, PDF for archiving
PDF/A is an ISO-standardized subset of PDF built for long-term archiving, requiring embedded fonts, device-independent color, and no external dependencies or encryption so a document renders identically decades later. It matters for legal, government, and records workflows where files must remain self-contained and reproducible, and many conversion tools offer a PDF/A output mode to meet compliance mandates.
Also known as: portrait, landscape, page orientation
Orientation describes whether a PDF page is taller than it is wide (portrait) or wider than it is tall (landscape), determined by the MediaBox width-to-height ratio combined with the page rotation attribute. It matters because wide tables, spreadsheets, and images often need landscape pages, while text documents use portrait, and mixing orientations affects how a document prints and displays.
Try Rotate PDF →Also known as: PS, PostScript language
PostScript is a page description language developed by Adobe that tells printers and imagesetters exactly how to render text, vectors, and images on a page. PDF evolved directly from it as a more portable, self-contained format. Understanding PostScript matters because legacy print workflows still emit .ps files that must be distilled into PDF for reliable viewing and consistent output across devices.
Also known as: Type 1, Type 1 font, PostScript font
PostScript Type 1 is an early Adobe font format that defines each glyph as a cubic Bezier outline with hinting for sharp rendering at small sizes. It was the original standard for professional PDF and print workflows. Adobe has ended Type 1 support in recent software, so these fonts are increasingly converted to OpenType, but many legacy PDFs still embed Type 1 outlines.
Also known as: preflight check, preflighting
Preflight is the automated inspection of a PDF against a defined rule set before it moves downstream, flagging problems like missing fonts, low-resolution images, wrong color spaces, or standard violations. Named after a pilot's pre-takeoff checklist, it anchors print and archival workflows. It matters because catching non-conformance early prevents failed prints, rejected submissions, and documents that break long-term-preservation guarantees.
Also known as: print-to-PDF, save as PDF
Print to PDF uses a software print driver to capture any application's print output and write it to a PDF file instead of sending it to a physical printer. It preserves layout, fonts, and pagination exactly as they would print. This is the most universal way to generate a PDF from documents, web pages, or spreadsheets that lack a native export option.
Also known as: Crop Marks, Registration Marks, Trim Marks, Printers Marks
Printer's marks are reference symbols added outside a page's trim area to guide commercial printing and finishing: crop (trim) marks show where to cut, registration marks align each ink separation, and color bars plus page information aid quality control. They sit in the bleed or slug region and matter when exporting a print-ready PDF so cutting and color register accurately.
Also known as: PKI
Public Key Infrastructure (PKI) is the framework of software, policies, and authorities that issues, distributes, and manages the public-key certificates used in digital signatures. It ties public keys to verified identities through certificate authorities and chains of trust. When you validate a signed PDF, PKI supplies the certificates and revocation data that let a reader confirm the signer is genuine and trusted.
Also known as: certificate security, PKI encryption, public key security handler
Public-key security encrypts a PDF for specific recipients using their X.509 certificates instead of a shared password. Each recipient's public key wraps the document key, so only their matching private key can decrypt it, and per-recipient permissions are possible. It matters for enterprise workflows where distributing passwords is impractical and access must be tied to individual identities.
Also known as: command button, action button
A push button is a form field that performs an action when clicked rather than storing a value, such as submitting data, resetting fields, running JavaScript, or printing. Its appearance can include a caption and icon. Push buttons matter in PDFs because they drive interactivity, triggering submit and reset actions that move a completed form's data to a server or clear it.