PDFToolz
← Back to tools

PDF Glossary

A plain-English reference to the language of PDFs — 254 terms spanning file structure, fonts, colour and prepress, security, digital signatures, forms, accessibility, OCR and more. Whether you are wrangling a print handoff or just met the word “rasterize”, look it up here.

In-depth guides

#

Also known as: AES-256, AES 256-bit, 256-bit encryption

AES-256 is a symmetric block cipher that uses a 256-bit key, adopted as the strongest encryption available in PDF 2.0 and Acrobat 9 and later. When you password-protect a PDF, AES-256 scrambles its content streams and strings so that only holders of the correct password or certificate can decrypt and read the document.

Try Protect PDF

A

Accessible Forms

Accessibility

Also known as: accessible PDF forms, tagged forms, form fields

Accessible forms are interactive PDF forms whose fields carry descriptive labels (via the TU tooltip entry), a logical tab order, and proper tagging so screen reader users can identify and complete each field. Grouping related controls and describing required inputs prevents users from getting lost or submitting errors. Accessible forms are mandated by WCAG, Section 508, and PDF/UA for any fillable document.

AcroForm

Forms & Data

Also known as: Acrobat form, interactive PDF form, native PDF form

An AcroForm is the native interactive form technology built into the PDF standard, storing fillable fields such as text boxes, checkboxes, and buttons directly in the document's object structure. Fields live in the AcroForm dictionary and are drawn on pages as widget annotations. It matters because AcroForms let users complete, save, and submit data reliably across virtually every PDF reader.

Also known as: ActualText

ActualText is an attribute attached to a tagged PDF structure element or marked-content sequence that supplies the true text a passage represents, overriding what the glyphs literally encode. It lets screen readers voice ligatures, stylized characters, or images of text correctly—for example mapping an 'fi' ligature back to the letters f and i. It is key to making complex or graphical text accessible and searchable.

Also known as: AES, AES-256, AES-128

The Advanced Encryption Standard is a symmetric block cipher adopted by NIST that encrypts data in 128-bit blocks using 128- or 256-bit keys. Modern PDFs rely on AES—AES-128 since PDF 1.6 and AES-256 since PDF 2.0—to protect page content and metadata. It matters because AES replaced the broken RC4 cipher, giving password-protected documents strong, standards-based confidentiality that resists brute-force attacks.

Try Protect PDF

Also known as: alt text, alternative text, alt attribute

Alternate text is a short written description attached to a figure, image, or other non-text element so screen readers can convey its meaning to users who cannot see it. In a tagged PDF, alt text is stored on the element's Alt entry. Providing concise, accurate descriptions for meaningful images is a core accessibility requirement under WCAG, Section 508, and PDF/UA.

Annotation

Annotations

Also known as: PDF annotation, annot

An annotation is an object layered on top of a PDF page that adds information without altering the underlying content, such as notes, highlights, shapes, or links. Each annotation is stored in the page's /Annots array with its own subtype, rectangle, and appearance. Annotations matter because they let reviewers comment on and mark up documents while keeping the original text and layout intact.

Also known as: AP stream, normal appearance, /AP

An appearance stream is a self-contained set of PDF drawing instructions, a form XObject, that defines exactly how an annotation renders on the page. Stored under the annotation's /AP entry, it ensures consistent display across viewers. Appearance streams matter because without them an annotation's look depends on the viewer; generating them helps the markup print and display identically everywhere.

Array Object

File Structure

Also known as: PDF Array, Array

An array object is one of the eight basic object types in the PDF syntax: an ordered, heterogeneous list of values written inside square brackets, such as [0 0 612 792]. Arrays store coordinates, page boxes, dash patterns, and references to other objects. Recognizing array syntax is essential when inspecting, debugging, or programmatically editing a PDF's low-level structure.

ArtBox

Pages & Layout

Also known as: art box

The ArtBox defines the extent of a PDF page's meaningful content, including any surrounding whitespace intended by the page's creator. It defaults to the CropBox. It matters when a page is placed as artwork inside another document, because layout tools use the ArtBox to determine how much of the page to import and how to align it relative to other elements.

Article Thread

Viewing & Navigation

Also known as: article, threaded article, reading thread

An article thread is a defined reading sequence that links a series of page regions in a logical order, guiding a viewer through multi-column or non-linear layouts. Following the thread automatically pans and zooms from one box to the next. It matters for magazine-style and newspaper PDFs, where the natural reading flow jumps across columns and pages rather than running top to bottom.

Artifact

Accessibility

Also known as: artifacts, PDF artifact

An artifact is page content marked as purely decorative or layout-related, such as page numbers, running headers and footers, background images, or ruling lines. Tagging these as artifacts removes them from the logical structure tree so screen readers skip them and do not clutter the reading experience. Proper artifact marking keeps the accessible content clean and is required for PDF/UA conformance.

Also known as: ASCIIHexDecode, ASCII Hex, ASCIIHex

ASCIIHexDecode is a PDF filter that encodes binary stream data as pairs of hexadecimal ASCII digits terminated by a > delimiter. It is not true compression—it actually doubles the data size—but makes binary content 7-bit safe for transmission through channels that reject non-ASCII bytes. Decoders reverse it to recover the original bytes; it is rarely used today outside legacy or debugging contexts.

Also known as: ASCII85, ASCII85Decode, Base85

ASCII85 is an encoding, not a compressor, that represents four binary bytes as five printable ASCII characters so binary streams survive text-only channels. In PDF the ASCII85Decode filter reverses it. Because it inflates data by roughly 25 percent, it is usually paired with a real compression filter and is now uncommon; stripping it from streams reduces file size without losing information.

Also known as: ADF, document feeder

An Automatic Document Feeder is the scanner mechanism that pulls a stack of loose pages through the imaging path one after another, enabling unattended multi-page and often double-sided scanning. Feeding many sheets in sequence is how large paper batches become a single multi-page PDF quickly, though ADFs can introduce skew or double-feeds that later cleanup steps must correct.

B

Base-14 Standard Fonts

Fonts & Typography

Also known as: standard 14 fonts, base 14 fonts, standard fonts

The base-14 fonts are a set of typefaces — Helvetica, Times, and Courier in four styles each, plus Symbol and Zapf Dingbats — that every conforming PDF viewer must provide. Because they are guaranteed available, they can be referenced without embedding, keeping files small. Relying on them is risky for exact reproduction, since substitute renderings can differ slightly between viewers and platforms.

Bates Numbering

General & Editing

Also known as: Bates stamping, Bates labeling, Bates numbers

Bates numbering applies a unique, sequential identifier—often combining a prefix, case code, and zero-padded number—to every page across a set of documents. Common in legal discovery and accounting, it lets teams cite, index, and reference a specific page unambiguously. In PDFs, Bates stamps are added as a header or footer so each page carries a permanent, traceable label.

Also known as: thresholding, black-and-white conversion

Binarization converts a grayscale or color scan into a pure black-and-white image by comparing each pixel against a brightness threshold, marking it as foreground text or background. Adaptive methods vary the threshold across the page to handle uneven lighting. This preprocessing step sharpens character edges and removes background tone, which usually improves OCR accuracy and shrinks file size.

Bit Depth

Compression

Also known as: bits per pixel, color depth, bits per component

Bit depth is the number of bits used to store each color component of a pixel, such as 1-bit bilevel, 8-bit grayscale, or 24-bit color. It directly affects both image quality and stream size. Reducing depth, converting a color scan to grayscale or a grayscale page to bilevel, shrinks images substantially and pairs well with codecs like CCITT for black-and-white pages.

Try Compress PDF

Bleed

Color & Prepress

Also known as: bleed area, full bleed

Bleed is the extra image or background area extended beyond the final trim edge, typically about 3mm or 0.125 inch, so that after cutting no unprinted white slivers appear along the borders. Print-ready PDFs mark it with a dedicated bleed box. Bleed matters because paper shifts slightly during trimming, and it guarantees color and imagery run cleanly to the page edge.

BleedBox

Pages & Layout

Also known as: bleed box

The BleedBox defines the region to which a PDF page's contents are clipped in a production printing environment, including any bleed area extending past the finished trim edge. It defaults to the CropBox. It matters in prepress because artwork must extend into the bleed so no white slivers appear along the paper edge after the page is cut to its final size.

Blend Mode

Color & Prepress

Also known as: Blend Modes, Multiply, Screen

A blend mode defines how a transparent object's colors mathematically combine with the backdrop beneath it—Multiply darkens, Screen lightens, Overlay boosts contrast, and so on. PDF supports sixteen separable and non-separable modes. They matter in prepress because certain blends interact unpredictably with spot colors and overprint, and can shift in appearance when a document is flattened or color-converted.

Bookmark (Outline)

Viewing & Navigation

Also known as: outline, document outline, PDF bookmarks

A bookmark, part of a PDF's document outline, is a clickable entry in a viewer's side panel that jumps to a specific location, page, or view when selected. Outlines form a hierarchical tree that mirrors a document's structure. They matter because long PDFs become navigable without scrolling, letting readers reach chapters, sections, or headings instantly and improving accessibility and usability.

C

Also known as: CCITT Group 4, CCITTFaxDecode, G4 fax, Group 4

CCITT Group 4 is a lossless two-dimensional fax compression standard for bilevel black-and-white images, applied in PDF via the CCITTFaxDecode filter. It encodes the position of color changes relative to the previous scan line, making it very efficient for scanned text and line art at one bit per pixel. It underlies compact scanned and faxed document pages.

Try Compress PDF

Certificate Authority (CA)

Digital Signatures

Also known as: CA, certificate authorities

A Certificate Authority (CA) is a trusted organization that verifies identities and issues digital certificates binding a public key to a person or entity. Signature-validation software trusts certificates that chain up to a recognized CA. When a signed PDF is opened, the viewer checks whether the signer's certificate was issued by a CA in its trust store to establish authenticity.

Also known as: CRL, Revocation List

A CRL is a periodically published, digitally signed list of certificates that a Certificate Authority has revoked before their scheduled expiry. When validating a PDF's digital signature, software consults the CRL to confirm the signer's certificate was still trusted at signing time. Embedding CRLs in the document supports long-term validation (LTV), so the signature still verifies years later.

Also known as: DocMDP, Certifying Signature, MDP

A certification signature is the first, author-level digital signature applied to a PDF, governed by a DocMDP (Modification Detection and Prevention) transform that declares which later changes are permitted—none, form-filling only, or form-filling plus annotations. Any disallowed edit invalidates the signature, letting recipients trust that the document originated intact from its certifier and has not been tampered with.

Character Encoding

Fonts & Typography

Also known as: encoding, font encoding

Character encoding is the table that maps numeric codes in a PDF's text stream to specific characters or glyph names in a font, such as WinAnsiEncoding or a custom encoding. It determines which glyph each byte draws and underpins correct display, search, and extraction. Mismatched or nonstandard encodings are a common cause of text that looks fine on screen but copies out incorrectly.

Checkbox

Forms & Data

Also known as: check box, tick box

A checkbox is a form field that toggles between two states, on or off, letting a user mark a single yes/no or true/false choice. Its checked and unchecked appearances are stored as named appearance states, with 'Off' reserved for the cleared state. Checkboxes matter in PDFs because they capture discrete boolean answers that are easy to validate, flatten, and export as data.

Also known as: chroma subsampling, 4:2:0, YCbCr subsampling

Chroma subsampling reduces color (chrominance) resolution while keeping full brightness (luminance) detail, exploiting the eye's lower sensitivity to color. In JPEG-encoded PDF images, schemes like 4:2:0 halve color resolution both horizontally and vertically, storing a quarter of the color samples and cutting size with little visible loss. It is a key lossy lever inside DCT compression, best on photographs and worst on sharp colored edges or text.

Try Compress PDF

Also known as: CID font, CID-keyed font, composite font

A CID-keyed font addresses glyphs by numeric Character Identifier rather than by name, a design suited to fonts with very large glyph sets such as Chinese, Japanese, and Korean. In PDFs these appear as composite (Type 0) fonts paired with a CMap that maps character codes to CIDs. They matter for correctly displaying and extracting text in multi-byte, non-Latin documents.

CMap (Character Map)

Fonts & Typography

Also known as: CMap, character map

A CMap defines how byte sequences in a PDF content stream map to character identifiers (CIDs) inside a composite font. It lets a single font support multi-byte encodings for large scripts, specifying how one or two bytes select each glyph. CMaps are essential for rendering CJK and other large-character-set text correctly, and a broken CMap can produce garbled or missing characters.

Also known as: CAdES

CMS Advanced Electronic Signatures (CAdES) is the ETSI standard that adds advanced-signature features, such as signing-certificate references, timestamps, and validation data, on top of the CMS/PKCS#7 format. It underpins detached signatures for arbitrary files and informs the PAdES profile used in PDFs. CAdES enables long-term, tamper-evident signatures that satisfy eIDAS requirements for legally recognized electronic signing across the European Union.

Also known as: CMYK, process color, four-color process

CMYK is the subtractive four-color process model used in commercial printing, layering cyan, magenta, yellow, and key (black) inks to reproduce a broad range of colors on paper. Print-ready PDFs are usually built or converted to CMYK so on-press results match the design, because the CMYK gamut is narrower than RGB and can dull bright screen colors.

Color Gamut

Color & Prepress

Also known as: gamut, colour gamut

A color gamut is the complete range of colors that a device or color space can reproduce. RGB monitors display a wider gamut than CMYK presses, so vivid screen colors can fall outside the printable range and shift when converted. In PDF work, understanding gamut helps predict which colors will change on press and guides soft-proofing before a file is committed to print.

Color Management

Color & Prepress

Also known as: colour management, color-managed workflow

Color management is the controlled process of translating color accurately between devices such as cameras, monitors, and printing presses, using ICC profiles and a reference color space. In PDF production it keeps colors consistent from design through final print, compensating for each device's differing gamut so that what appears on screen predictably matches the printed sheet, reducing costly proofing surprises.

Color Separations

Color & Prepress

Also known as: separations, color separation

Color separations split a full-color document into individual single-ink layers, one per plate, such as cyan, magenta, yellow, black, or spot colors, that a press prints in sequence to build the final image. In PDF prepress, previewing separations verifies that each ink, overprint, and spot channel is assigned correctly before platemaking, catching errors that would otherwise waste expensive press time.

Comb Field

Forms & Data

Also known as: Comb Text Field, Comb

A comb field is a single-line PDF text field divided into a fixed number of equally spaced cells by a comb property, so each character lands in its own box—ideal for phone numbers, dates, or postal codes. It requires the field to have a maximum length set and no other formatting, keeping hand- or machine-filled entries neatly aligned.

Combo Box

Forms & Data

Also known as: list box, dropdown, choice field, select field

A combo box is a choice-type form field showing a dropdown list of options, optionally letting the user type a custom entry when marked editable. A closely related list box displays several options at once for single or multiple selection. Combo boxes matter in PDFs because they constrain input to predefined values, improving data consistency and making responses simpler to validate and export.

Comment

Annotations

Also known as: review comment, PDF comment, reply

A comment is the reviewer feedback carried by a markup annotation, consisting of its contents text plus author and timestamp metadata, and optionally threaded replies. Any markup type, such as a highlight or note, can hold a comment. Comments matter in PDFs because they drive collaborative review, letting teams discuss specific passages and track who said what directly within the document.

Also known as: Compare PDF, PDF Diff, Document Comparison

Document comparison analyzes two versions of a PDF and highlights their differences—inserted, deleted, or changed text, and moved or altered graphics—often shown side by side or as an overlay. It matters for reviewing contract revisions, design proofs, or drafts, letting users spot every change quickly instead of reading both files line by line to find what was edited.

Also known as: Type 0 Font, CID-keyed Font, Composite Font

A composite, or Type 0, font is a PDF font whose glyphs are addressed with multi-byte character codes, letting a single font map thousands of glyphs—essential for Chinese, Japanese, Korean, and full Unicode text. It references a single descendant CIDFont plus a CMap that translates character codes into glyph identifiers, unlike simple fonts limited to 256 codes.

Content Stream

File Structure

Also known as: page content stream, content streams

A stream object holding the sequence of operators and operands that describe a page's visible content — text-showing, graphics, and image-placement instructions written in PDF's page-description language. Each page dictionary points to one or more content streams, which readers concatenate and interpret. Understanding content streams is central to how text and graphics are rendered, extracted, or edited inside a PDF.

Coordinate System

Pages & Layout

Also known as: PDF coordinates, page coordinates

The PDF coordinate system places the origin at the bottom-left of the page, with x increasing rightward and y increasing upward, measured in points. This differs from typical screen coordinates, which start at the top-left. It matters because placing signatures, watermarks, stamps, or form fields at exact positions requires calculating y-values from the bottom up rather than the top down.

Also known as: CreationDate, ModDate, PDF date metadata

Creation and modification dates are timestamp metadata fields, CreationDate and ModDate in the information dictionary, recording when a PDF was first produced and last changed. Stored in a defined date format with a timezone offset, they support version tracking, retention policies, and legal e-discovery. Because these values can be altered or lost during conversion, they are examined closely in forensic and compliance reviews.

CropBox

Pages & Layout

Also known as: crop box

The CropBox is the rectangle defining the visible region of a PDF page, clipping content when the page is displayed or printed. It defaults to the MediaBox when not specified. It matters because trimming visible margins, hiding print marks, or reframing scanned pages is done by adjusting the CropBox, which changes what viewers show without altering the MediaBox or the underlying page content.

Also known as: xref stream, compressed xref, cross-reference stream

A compact, compressed alternative to the classic cross-reference table, introduced in PDF 1.5. It stores the same object offsets as binary data inside a stream object, enabling smaller files and references to objects packed in object streams. A file that uses object streams must use a cross-reference stream, and modern optimized and linearized PDFs commonly rely on them instead of plain xref tables.

Also known as: xref, xref table, cross reference table

A lookup table near the end of a classic PDF that lists the exact byte offset of every indirect object, letting a reader jump straight to any object without scanning the whole file. Each entry records the byte offset, a generation number, and whether the object is in use or free. A corrupted cross-reference table is a common cause of damaged PDFs.

Crypt Filter

Security & Encryption

Also known as: CF, StmF, StrF

A crypt filter is a named entry in the encryption dictionary's CF table that specifies how individual streams and strings are encrypted, letting a PDF mix schemes—for example applying AESV3 to content while leaving embedded files or metadata as Identity (unencrypted). It matters because crypt filters give granular control over what inside a document is protected, introduced to support AES and selective encryption.

Also known as: hash, message digest, digest, SHA-256

A cryptographic hash, or message digest, is a fixed-length fingerprint produced by running a document through an algorithm such as SHA-256. Any change to the file yields a completely different hash. Digital signatures work by signing this digest with the signer's private key, so verifiers recompute the hash and compare it, detecting even a single altered byte in a signed PDF.

Also known as: PKCS#7, PKCS7, CMS

Cryptographic Message Syntax (CMS), originally standardized as PKCS#7, is the data format that packages a digital signature together with the signer's certificates and the signed hash. PDF signatures embed a CMS/PKCS#7 blob inside the signature field. Verifiers parse this container to extract the certificate chain, signed attributes, and digest, then confirm the document has not been altered since it was signed.

Also known as: custom document properties, custom properties

Custom metadata refers to non-standard, user- or application-defined properties added beyond predefined fields like Title and Author. In PDFs these appear as extra entries in the document information dictionary or as custom XMP schema properties. Organizations use custom metadata to store identifiers, department codes, workflow status, or classification labels, enabling automated routing, filtering, and compliance tagging within document management systems.

D

Deskew

Scanning & OCR

Also known as: skew correction, straighten scan

Deskew is the automatic rotation that straightens a page scanned at a slight angle, so text lines become truly horizontal. Skew often occurs when paper feeds crookedly through a scanner. Because OCR engines expect level baselines, even a few degrees of tilt lowers recognition accuracy, making deskew a standard cleanup step before characters are read.

Despeckle

Scanning & OCR

Also known as: noise removal, speckle removal

Despeckle is an image-cleanup filter that removes the scattered stray dots, dust, and scanner noise that appear as isolated specks on a scanned page. By deleting these tiny artifacts while preserving genuine character strokes, despeckling produces a cleaner bitmap. This reduces false marks that an OCR engine might misread as punctuation and helps binarized scans compress more efficiently.

Dictionary Object

File Structure

Also known as: pdf dictionary, dictionary

A COS object written between << and >> that maps name keys to values, for example << /Type /Page /MediaBox [0 0 612 792] >>. Dictionaries are the primary structural building block of a PDF, describing the catalog, pages, fonts, annotations, and more. Nearly every meaningful component of a document is expressed as a dictionary of key-value entries.

Also known as: DOI, digital object identifier

A Digital Object Identifier (DOI) is a persistent, globally unique alphanumeric string assigned to a document or dataset so it can be cited and located even if its web address changes. Often embedded in a PDF's XMP metadata, a DOI resolves through a registry to the current location of academic papers, reports, and journal articles, ensuring stable, long-term referencing and citation tracking.

Digital Rights Management (DRM)

Security & Encryption

Also known as: DRM, PDF DRM, rights management

Digital rights management applies policy-based controls—often via a server and licensing—to govern how a PDF is opened, printed, copied, forwarded, or expired, going beyond the format's built-in password permissions. It matters because organizations use DRM to enforce ongoing access rules on distributed documents, revoking or time-limiting them remotely, though it requires compatible reader software to honor the restrictions.

Digital Signature

Digital Signatures

Also known as: cryptographic signature

A digital signature is a cryptographic mechanism that binds a signer's identity to a document using a private key and a public-key certificate. It hashes the file, signs the digest with the private key, and lets anyone verify authenticity and detect tampering. In PDFs, digital signatures deliver integrity and non-repudiation, proving the content has not changed since signing and identifying exactly who signed it.

Try eSign PDF

Also known as: DCTDecode, JPEG, DCT

DCT is the discrete cosine transform at the heart of baseline JPEG, exposed in PDF through the DCTDecode filter. It divides an image into 8x8 blocks, transforms each to frequency coefficients, and quantizes them, discarding fine detail for large size savings. Being lossy, repeated re-encoding degrades quality, so it suits photographs and full-color scans rather than sharp text or line art.

Try Compress PDF

Distilling

Conversion & Interchange

Also known as: distiller, PostScript distilling

Distilling is the process of converting a PostScript or EPS stream into a PDF, named after Adobe Acrobat Distiller. It resolves fonts, downsamples images, and applies job settings to produce a compact, portable document. The term persists in prepress because distiller job options control resolution, compression, and PDF/X compliance, directly shaping the quality and size of the resulting PDF.

Document Assembly

General & Editing

Also known as: PDF assembly, collate, document collation

Document assembly is the process of building a finished file by combining pages or whole documents—such as merging a cover letter, contract, and exhibits into one ordered PDF. It may also involve reordering, removing, or inserting pages to produce a clean deliverable. Assembling related files into a single PDF keeps a package complete, correctly sequenced, and easy to distribute.

Try Merge PDF

Also known as: author, PDF author metadata

The Author is a metadata field recording the name of the person or organization responsible for creating a document's content. Stored in both the document information dictionary and XMP, it appears in document properties and drives sorting and filtering in file managers and libraries. Reviewing or clearing the Author field matters for attribution, records management, and removing personal information before sharing files publicly.

Also known as: Catalog, Root Dictionary, PDF Catalog

The document catalog is the root dictionary of a PDF's object graph, referenced by the file trailer's /Root entry. It points to top-level structures such as the page tree, outlines (bookmarks), named destinations, the interactive form (AcroForm), and metadata. Every viewer begins parsing here to locate a document's contents, so a missing or corrupt catalog makes the file unopenable.

Also known as: Info dictionary, /Info dictionary, document info dictionary

The document information dictionary (the /Info dictionary) is the original PDF structure for storing metadata as simple key-value pairs, including Title, Author, Subject, Keywords, Creator, Producer, CreationDate, and ModDate. Referenced from the file trailer, it is easy to read but limited to predefined entries. Modern PDFs increasingly mirror this data in XMP, though many viewers still display the Info dictionary values as document properties.

Also known as: keywords, PDF keywords, document tags

Keywords are a metadata field containing descriptive terms or tags that summarize a document's topics, typically stored as a comma- or semicolon-separated list. Search tools, document management systems, and enterprise indexes use them to improve retrieval and categorization. Well-chosen keywords make PDFs easier to find within large archives and can support internal search, though public search engines weight them lightly.

Also known as: file metadata, document properties

Document metadata is structured descriptive information stored inside a file that describes the file itself rather than its visible page content, such as title, author, subject, keywords, and dates. In PDFs it lives in the document information dictionary and XMP packets. Accurate metadata improves searchability, powers library and archive indexing, and helps search engines and document management systems classify and retrieve files correctly.

Also known as: PDF title, title metadata

The Title is a core metadata field holding a document's human-readable name, independent of its filename. PDF viewers show it in the window title bar and document properties, and search engines may use it when a PDF appears in results. Setting a clear, descriptive Title improves accessibility for screen readers, strengthens SEO, and helps document management systems index and display files consistently.

DOCX / XLSX

Conversion & Interchange

Also known as: DOCX, XLSX, Office Open XML

DOCX and XLSX are Microsoft's Office Open XML formats for Word documents and Excel spreadsheets, storing editable text, styles, formulas, and tables in a zipped XML package. They are the usual targets when converting a PDF back into an editable file, and the accuracy of that conversion depends on how well the PDF's structure and fonts map onto Office's flowing layout.

Try PDF to Word

Dot Gain

Color & Prepress

Also known as: Tonal Value Increase, TVI

Dot gain is the tendency of halftone dots to print larger than intended as ink spreads on paper, darkening midtones and shifting color. Expressed as a percentage increase at a given tint, it is compensated for in prepress via tone curves or output profiles. Knowing expected dot gain helps prepare PDFs whose printed appearance matches the on-screen proof.

Dots Per Inch (DPI)

Scanning & OCR

Also known as: DPI, PPI, pixels per inch, resolution

Dots per inch measures scan resolution as the number of pixels captured across each inch of the original page. Higher DPI records finer detail: 300 DPI is the practical minimum for reliable OCR, while 150 DPI suits screen viewing. Choosing DPI trades recognition accuracy and image sharpness against file size, since pixel count grows with the square of resolution.

Dublin Core

Metadata

Also known as: Dublin Core Metadata Element Set, DCMI

Dublin Core is a widely adopted, standardized set of fifteen core metadata elements, including title, creator, subject, description, publisher, and date, designed to describe digital and physical resources consistently. It is one of the default schemas embedded in a PDF's XMP metadata. Using Dublin Core makes documents interoperable across libraries, repositories, and archives, improving cross-system discovery and long-term preservation.

E

Also known as: eIDAS, eIDAS Regulation

eIDAS is a European Union regulation that establishes a common legal framework for electronic identification and trust services—including electronic signatures, seals, timestamps, and certificates—across all member states. It defines three signature tiers (simple, advanced, and qualified) and their legal effect, which is why PDF signing tools aimed at European users cite eIDAS compliance for cross-border validity.

Electronic Publication (EPUB)

Conversion & Interchange

Also known as: EPUB, ePub, e-book

EPUB is an open e-book standard built on HTML, CSS, and XML that stores reflowable content, so text adapts to any screen size and font setting—unlike PDF's fixed pages. Converting a PDF to EPUB suits reading on e-readers and phones, but works best when the source is tagged, since the fixed layout must be rebuilt as flowing content.

Also known as: e-signature, esignature, electronic sign

An electronic signature is any electronic data, such as a typed name, drawn mark, or clicked consent, that a person attaches to a document to signal agreement or approval. Recognized under laws like eIDAS and the U.S. ESIGN Act, e-signatures let PDFs be approved without printing. They are broader and often less cryptographically secure than digital signatures, which rely on certificates.

Try eSign PDF

Encapsulated PostScript (EPS)

Conversion & Interchange

Also known as: EPS, EPS file

Encapsulated PostScript is a self-contained PostScript file holding a single graphic, usually with a preview image and bounding-box comments for placement inside other documents. It is common for logos and vector artwork in prepress. When working with PDFs, EPS files are frequently converted to or embedded in PDF because modern viewers and design tools handle PDF more reliably than raw EPS.

Encryption Dictionary

Security & Encryption

Also known as: Encrypt dictionary, /Encrypt

The encryption dictionary is the object referenced by the trailer's /Encrypt entry that records how a PDF is secured: the security handler, filter, algorithm (V and R revision), key length, permission flags, and the password-verification strings (O and U). It matters because readers consult it to derive the decryption key and enforce restrictions; corrupting or removing it breaks a file's security.

Also known as: %%EOF, EOF marker, startxref

The %%EOF comment that marks the end of a PDF or of one incremental update section. Immediately before it, the startxref keyword gives the byte offset of the cross-reference table so a reader can locate it from the file's end. A missing or misplaced %%EOF frequently causes parsers to report a truncated or corrupt document.

Export / Import

Conversion & Interchange

Also known as: export, import, save as

Export and import describe moving document content between formats: exporting writes a PDF's pages or data out to formats like DOCX, XLSX, or image files, while importing brings external content into a PDF. These interchange operations underpin reusing PDF text in editors, pulling tables into spreadsheets, and assembling images into documents without retyping the original content.

Try PDF to Word

Also known as: XMP, ISO 16684, XMP metadata

XMP is the ISO 16684 standard for embedding structured, XML-based metadata such as titles, authors, rights, and conformance claims directly inside a PDF. Archival and print standards depend on it: PDF/A, for example, requires an XMP packet declaring which part and level the file targets. It matters because consistent, machine-readable metadata makes documents discoverable, auditable, and verifiable long after creation.

F

Also known as: Factur-X, ZUGFeRD, Hybrid Invoice

Factur-X (its French name) and ZUGFeRD (its German name) are the same hybrid e-invoicing standard: a PDF/A-3 document with an embedded XML file containing structured invoice data. The visible PDF stays human-readable while the XML is machine-processable, letting accounting systems post invoices automatically while satisfying European e-invoicing requirements. It bridges paper-style invoices and fully electronic data exchange.

Also known as: FDF, Forms Data Format, .fdf

FDF (Forms Data Format) is a lightweight file format, derived from PDF syntax, that stores only a form's field values and metadata rather than the whole document. It lets data be exported from, imported into, or submitted from a PDF form separately. FDF matters because it enables pre-filling and round-tripping form data between systems without transmitting or duplicating the full PDF.

Field Validation

Forms & Data

Also known as: form validation, input validation

Field validation is the rule-checking a PDF form applies to entered data, verifying formats, numeric ranges, required fields, or custom JavaScript conditions before a value is accepted or the form is submitted. Invalid input triggers a warning and blocks progress. Validation matters because it enforces data quality at the source, ensuring collected form values are complete and correctly formatted for downstream processing.

Also known as: File Attachment, Attachment Annotation

A file attachment annotation embeds a separate file inside a PDF and anchors it to a specific point on a page, shown as a paperclip or pushpin icon the reader can open or save. Unlike document-level embedded files listed in the catalog, it is tied to a page location, useful for attaching source data or supporting evidence to a passage.

File Identifier

File Structure

Also known as: /ID, file ID, document ID

The /ID entry in a PDF's trailer, an array of two byte strings that identify the file. The first value is fixed when the document is created; the second changes with each update, so matching values indicate an original file and differing values signal a revision. The identifier is also used by encryption and in workflow and version tracking.

Also known as: FlateDecode, zlib, Deflate, Flate

Flate is the PDF filter that applies zlib/DEFLATE compression, combining LZ77 dictionary matching with Huffman coding. It is lossless, so decoded data matches the original exactly, and is the default choice for text, vector graphics, and metadata streams. Because most content streams and many images are Flate-encoded, re-compressing them at higher effort is a common way to shrink a document.

Try Compress PDF

Flatten (PDF Flattening)

General & Editing

Also known as: flatten PDF, flattening, flatten layers

Flattening merges a PDF's separate layers, form fields, annotations, and stamps into a single static layer, so their content becomes a permanent part of the page and can no longer be edited or removed. It is used to lock in filled forms, signatures, or watermarks before sharing, ensuring the appearance stays consistent and interactive elements cannot be altered by recipients.

Flattening

Conversion & Interchange

Also known as: flatten, transparency flattening, flatten PDF

Flattening merges layered or transparent PDF content, such as overlapping objects, form fields, or annotations, into a single opaque layer. Transparency flattening converts blends and soft edges into rasterized or vector regions a RIP can print predictably, while flattening forms bakes filled values into the page. It matters for consistent printing and for locking edits so a document appears identically everywhere.

Font Descriptor

Fonts & Typography

Also known as: FontDescriptor

A font descriptor is a PDF dictionary holding a font's metrics and style attributes—such as ascent, descent, cap height, italic angle, bounding box, and flags—plus, for embedded fonts, a reference to the actual font-program stream. Viewers use it to render text accurately or substitute a similar font when the original is not embedded.

Font Embedding

Fonts & Typography

Also known as: embedded fonts, embed font

Font embedding stores a font's actual glyph outlines and metrics inside the PDF file instead of relying on fonts installed on the viewer's device. Embedding guarantees that text renders with the exact typeface, spacing, and characters the author intended on any computer or printer. Without it, viewers substitute a similar local font, which can shift layout, break line breaks, and change appearance.

Font Subsetting

Fonts & Typography

Also known as: subset font, font subset

Font subsetting embeds only the specific glyphs a document actually uses rather than the font's entire character set. Because a typeface can hold thousands of glyphs, subsetting dramatically shrinks the embedded font data and overall file size while preserving exact appearance. It matters when optimizing PDFs for web or email, and subset fonts are marked with a six-letter prefix such as "ABCDEF+".

Try Compress PDF

Font Substitution

Fonts & Typography

Also known as: missing font, substituted font, font fallback

Font substitution happens when a PDF references a font that is neither embedded nor installed on the viewer's device, so the reader swaps in a different, similar-looking typeface. The substitute rarely matches the original's metrics, causing shifted spacing, reflowed lines, and altered appearance. Embedding or subsetting the original font prevents substitution and is the reliable fix for missing-font problems.

Form Field

Forms & Data

Also known as: PDF form field, fillable field

A form field is a named, interactive container in a PDF that holds a user-entered or selectable value, such as a name, date, choice, or signature. Each field has a type, a value, and formatting rules, and appears on the page through one or more widget annotations. Form fields matter because they turn a static page into a structured, machine-readable data-collection document.

Also known as: field calculation, calculated field, form calculation

A form field calculation automatically computes a field's value from other fields, such as summing line items into a total or applying a tax rate. Calculations run in a defined field order, usually via JavaScript or predefined functions like sum and average. They matter in PDFs because they keep dependent values accurate and reduce manual entry errors on invoices, orders, and expense forms.

Form Flattening

Forms & Data

Also known as: flatten PDF form, flatten form fields

Form flattening is the process of merging interactive form fields into the static page content, so their current values are painted permanently and the fields are no longer editable. The underlying AcroForm and widget annotations are removed. Flattening matters because it locks in answers for archiving, printing, or sharing, prevents further edits, and guarantees consistent appearance in viewers that render form fields poorly.

Also known as: free text, text box annotation, typewriter

A FreeText annotation displays text directly on the page rather than inside a popup, appearing as a floating text box or callout. It stores its font, size, color, and alignment in a default appearance string. FreeText matters in PDFs because it lets you type visible comments, labels, or fill-in text on top of a document without altering the original page content.

Full-Screen Mode

Viewing & Navigation

Also known as: presentation mode, full screen

Full-screen mode displays a PDF filling the entire monitor with no toolbars, menus, or window borders, turning the document into a slideshow. It matters for presentations and kiosks, where readers advance pages like slides and authors can attach page transitions. A PDF can be set to open directly in full-screen through its initial view settings.

G

Glyph

Fonts & Typography

Also known as: glyphs

A glyph is the concrete visual shape used to render a character, such as the specific curves that draw a lowercase "a" in a given typeface. One character can map to several glyphs, and several characters can share one glyph. In a PDF, text is drawn by selecting glyphs from a font by index, so the character-to-glyph mapping directly affects search, copy, and accessibility.

Grayscale Scan

Scanning & OCR

Also known as: greyscale, 8-bit gray

A grayscale scan captures each pixel as a single shade of gray from black to white, discarding color while keeping tonal detail. It stores far less data than a full-color scan yet retains more nuance than pure black-and-white, making it a common choice for text documents and photos. Grayscale input often gives OCR engines smoother edges to interpret than harsh binarization.

H

Halftone

Color & Prepress

Also known as: screening, halftone screen, halftoning

Halftoning, or screening, simulates continuous-tone images using a grid of variously sized or spaced dots that the eye blends into shades and colors. Because a press prints each ink at full strength or not at all, halftone screens create the illusion of smooth tonal gradation. In PDF prepress, screen frequency, measured in lines per inch, affects sharpness and how the RIP renders images.

Heading Tags

Accessibility

Also known as: headings, H1 H2 H3, heading structure

Heading tags (H1 through H6) mark titles and section headings in a tagged PDF, defining the document's outline and nesting level. Screen reader users rely on them to skim structure and jump directly between sections, much like navigating web page headings. Applying headings in a correct, unbroken hierarchy is a key accessibility requirement and greatly improves document navigation for everyone.

Also known as: metadata leakage, hidden data, residual metadata

Hidden metadata is descriptive or historical data embedded in a PDF that is not visible on the page but travels with the file, including author names, editing software, timestamps, revision traces, and custom properties. Because it can leak sensitive or personal information when documents are shared, it is a common privacy and compliance concern. Sanitizing or stripping hidden metadata is a standard step before publishing files.

Also known as: highlight, text highlight

A highlight annotation draws a translucent colored overlay across a span of selected text to emphasize it. It is defined by quadrilateral coordinates (QuadPoints) that trace the covered words, and usually renders in yellow but supports any color. Highlights matter in PDFs because they let readers mark important passages for review or study while keeping the underlying text fully readable and selectable.

hOCR

Scanning & OCR

Also known as: hocr, OCR HTML

hOCR is an open standard for storing OCR results as HTML in which each recognized word, line, and block carries its bounding-box coordinates and often a confidence score. Serving as an interchange format between OCR engines and downstream tools, hOCR preserves exact page geometry so recognized text can be reflowed, corrected, or embedded as a searchable layer in a PDF.

HTML to PDF

Conversion & Interchange

Also known as: HTML-to-PDF, web page to PDF

HTML to PDF conversion renders a web page's markup, CSS, and images through a browser engine and captures the laid-out result as a paginated PDF. It is widely used to generate invoices, reports, and receipts from web templates. Challenges include page-break control, print stylesheets, and reproducing fonts and dynamic content faithfully in the fixed-layout PDF output.

I

ICC Color Profile

Color & Prepress

Also known as: ICC profile, color profile

An ICC color profile is a standardized data file, defined by the International Color Consortium, that describes how a device or color space reproduces color by mapping its values to a device-independent reference. Embedding ICC profiles in a PDF ensures colors are interpreted consistently across monitors, printers, and presses, making them the foundation of predictable color management in professional print workflows.

Also known as: downsampling, resampling, resolution reduction

Downsampling reduces an embedded image's pixel resolution, for example from 600 to 150 DPI, by averaging or discarding pixels before re-encoding. Since raster images usually dominate a document's size, lowering resolution to match the final use, screen versus print, is one of the most effective ways to compress a file. Too aggressive a reduction visibly softens photos and text.

Try Compress PDF

Image-Only PDF

Scanning & OCR

Also known as: scanned pdf, image pdf

An image-only PDF wraps one raster picture per page and contains no underlying text characters, which is the typical output of a scanner or a photo-to-PDF conversion. Because there is no encoded text, you cannot select, copy, or search its words until OCR adds a text layer. These files are also larger and less accessible than text-based documents.

Try OCR PDF

Imposition

Color & Prepress

Also known as: page imposition

Imposition is the prepress arrangement of multiple pages on one large press sheet so that, after printing, folding, and cutting, the pages read in the correct order and orientation. In PDF workflows, imposition software turns a sequential document into printer spreads with margins for binding and trimming. It maximizes paper use and is essential for booklets, magazines, and other multi-page products.

Incremental Update

File Structure

Also known as: incremental save, incremental saving, incremental update

A way of modifying a PDF by appending new and changed objects, a fresh cross-reference section, and a new trailer to the end of the file, leaving the original bytes untouched. This preserves earlier content, enables fast saves, and is what lets digital signatures stay valid. It also means data marked as removed can still remain physically present in the file.

Indirect Object

File Structure

Also known as: indirect reference, object reference

A numbered object in a PDF's body, defined with "N G obj ... endobj", where N is the object number and G the generation number. Other objects point to it using an indirect reference, "N G R". This indirection lets an object be stored once and shared, streamed, or updated independently, and it underpins the cross-reference table that maps each object number to its byte offset.

Initial View

Viewing & Navigation

Also known as: open action, document open settings, initial display

Initial view is the collection of settings that define how a PDF appears the moment it is opened, including the starting page, zoom level, page layout, visible panels, and window behavior. It matters because it shapes the reader's first experience: authors can open a document to a cover page, fit it to the window, or launch full-screen for presentations.

Ink Annotation

Annotations

Also known as: freehand annotation, pen annotation, drawing annotation

An ink annotation records freehand drawing as one or more paths of connected points, capturing pen or finger strokes. It stores an InkList of coordinate arrays plus stroke color and width. Ink annotations matter in PDFs because they support handwritten notes, circles, arrows, and hand-drawn signatures, making them common on touch devices and for marking up documents by hand.

Try eSign PDF

Also known as: ICR, Handwriting Recognition

ICR is an advanced form of OCR that recognizes handwritten or hand-printed characters, using machine-learning models that adapt to different writing styles. It is commonly applied to hand-filled forms, turning constrained-box handwriting into digital text. Accuracy is lower than printed-text OCR, so ICR output usually feeds validation steps. It matters for extracting data from scanned handwritten PDFs.

Try OCR PDF

ISO 32000

Standards & Compliance

Also known as: ISO 32000-1, PDF specification

ISO 32000 is the international standard that formally defines the Portable Document Format, published after Adobe handed the specification to the International Organization for Standardization in 2008. It specifies the file syntax, object model, rendering rules, and features a conforming reader must support. It matters because genuine interoperability, long-term stability, and vendor-neutral tooling all depend on files following this published specification rather than proprietary extensions.

J

Also known as: JBIG2, JBIG2Decode

JBIG2 is an advanced compression standard for bilevel scanned images, decoded in PDF by the JBIG2Decode filter. It groups repeated symbols such as letters into a shared dictionary, achieving far smaller files than CCITT Group 4. It supports lossless and lossy modes; the lossy symbol-matching mode can, if misconfigured, swap visually similar characters, so it must be applied carefully to scanned documents.

Try Compress PDF

Also known as: JPEG 2000, JPXDecode, JPX, JP2

JPEG 2000 is a wavelet-based image codec supported in PDF via the JPXDecode filter. Unlike DCT-based JPEG, it uses the discrete wavelet transform, offering both lossy and lossless modes, better quality at low bitrates, and smooth quality scaling. It handles high bit depths and transparency but is less widely supported, so it appears mainly in high-fidelity or archival documents.

Try Compress PDF

K

Kerning

Fonts & Typography

Also known as: kern, kerning pairs

Kerning is the adjustment of horizontal space between specific pairs of letters, such as "A" and "V", to make spacing look even and natural. In PDFs, kerning is applied by positioning glyphs with explicit offsets in the text-showing operators rather than by altering the font itself. Correct kerning affects readability and how faithfully a document reproduces its original typeset appearance.

L

Also known as: LZW, LZWDecode, Lempel-Ziv-Welch

LZW is a lossless dictionary compression method used by the PDF LZWDecode filter and older TIFF and GIF files. It builds a table of byte sequences on the fly, replacing repeats with shorter codes. Once patent-encumbered, it has largely been superseded by Flate, which compresses better; converting legacy LZW streams to Flate is a routine size-reduction step.

Try Compress PDF

Ligature

Fonts & Typography

Also known as: ligatures, typographic ligature

A ligature is a single glyph that combines two or more characters, such as "fi" or "fl", into one connected shape to improve appearance and spacing. OpenType fonts store ligatures as substitution features. In PDFs, ligatures can complicate text extraction and search, because a multi-character sequence may be stored as one glyph and needs a ToUnicode mapping to copy back correctly.

Line Annotation

Annotations

Also known as: Line Markup

A line annotation draws a straight line between two points on a PDF page, optionally with arrowheads, a caption, or leader lines. As a markup annotation it floats above the page content and can be moved, restyled, or deleted without altering the underlying page. It is commonly used to measure distances, point at details, or mark up drawings during review.

Also known as: fast web view, linearized pdf, web optimized pdf

A PDF reorganized so a viewer can display the first page before the whole file downloads, then stream remaining pages on demand. It places a linearization parameter dictionary at the start and reorders objects and cross-reference data for sequential access. Fast Web View is valuable for serving large documents over slow connections or directly inside a web browser.

List Box

Forms & Data

Also known as: Listbox, List Field

A list box is an interactive PDF form field that displays multiple options in a scrollable list, letting the user pick one or, if configured, several values. Unlike a combo (dropdown) box, its choices stay visible and it disallows free-text entry. It matters when building fillable PDF forms that need constrained, multi-select data capture.

Also known as: structure tree, structure hierarchy, logical structure

The logical structure tree is the hierarchical arrangement of a tagged PDF's structure elements, stored in the document's StructTreeRoot. It organizes content into a parent-child hierarchy of sections, headings, paragraphs, and tables that mirrors how a person reads the document. Assistive technology walks this tree to convey meaning and relationships, making it essential for accessibility, reliable navigation, and content extraction.

Long-Term Validation (LTV)

Digital Signatures

Also known as: LTV, long term validation

Long-Term Validation (LTV) is a technique that embeds all data needed to verify a signature, including certificate chains, revocation responses, and timestamps, directly inside the signed PDF. This lets the signature be validated years later without contacting external servers. LTV matters because certificates expire and revocation services disappear; capturing this evidence at signing time keeps a document trustworthy for archival and legal use.

Also known as: lossy compression, lossless compression

Lossless compression, such as Flate or CCITT, lets decoded data reconstruct the original bit-for-bit, preserving text and line art exactly. Lossy compression, such as JPEG DCT, permanently discards perceptually minor detail to reach much smaller sizes. Choosing between them is the core size-versus-quality trade-off: use lossless for text and diagrams, lossy for photographs where slight quality loss is acceptable.

Try Compress PDF

M

Marked Content

Accessibility

Also known as: Marked Content Sequence, BDC, EMC

Marked content is a mechanism for labeling sequences of objects within a PDF content stream using BMC, BDC, and EMC operators, tagging each with an identifier and optional properties. It links visible page objects to entries in the logical structure tree, so assistive technology can associate rendered text and graphics with their semantic tags. It is foundational to producing accessible, tagged PDFs.

Also known as: markup, text markup

A markup annotation is a family of annotation types used to review and comment on document content, including highlights, underlines, strikeouts, notes, and freehand drawings. In the PDF specification these carry author, timestamp, and reply metadata so comments can be threaded. They matter because markup annotations power collaborative review workflows, letting multiple people flag issues on the same file without editing its content.

Matterhorn Protocol

Standards & Compliance

Also known as: Matterhorn, PDF/UA checklist

The Matterhorn Protocol is a checklist published by the PDF Association that translates the PDF/UA (Universal Accessibility) standard into 31 checkpoints and 136 failure conditions. It gives developers and testers a concrete way to verify that a tagged PDF meets accessibility requirements, since many conditions cannot be checked automatically and need human review.

MediaBox

Pages & Layout

Also known as: media box

The MediaBox is a required page boundary defining the full dimensions of the medium on which a PDF page is displayed or printed, given as coordinates in points. It sets the default page size, and the other page boxes are expected to fit within it. It matters because viewers and printers use it to determine paper size and the overall page rectangle.

Merge PDF (Combine)

General & Editing

Also known as: Combine PDF, Join PDF, Merge

Merging combines two or more PDF files—or selected pages from each—into a single document, appending their page trees in a chosen order. It matters for consolidating scattered material such as chapters, scanned receipts, or signed contracts into one file that is easier to store, share, and print, while preserving the original pages, bookmarks, and form fields where possible.

Try Merge PDF

Also known as: XMP packet, metadata stream object

A metadata stream is a PDF stream object, referenced from the document catalog by the /Metadata key, that stores XMP data as an embedded XML packet. It is the modern container for PDF metadata, complementing or replacing the document information dictionary. Because the packet is plain XML wrapped in processing instructions, tools can locate and update it without fully parsing the file, aiding archiving and standards like PDF/A.

Also known as: MRC, layered compression

Mixed Raster Content is a compression technique that splits a scanned page into separate layers, typically a sharp black text mask over a lower-resolution color background, then compresses each with the codec best suited to it. By treating crisp text and smooth imagery differently, MRC dramatically shrinks color scans while keeping characters legible, which is central to producing small, high-quality scanned PDFs.

Try Compress PDF

N

N-up Layout

Pages & Layout

Also known as: n-up, multiple pages per sheet, 2-up

N-up layout arranges multiple PDF pages onto a single sheet, such as two or four logical pages per physical page, by scaling and tiling them in a grid. It matters for saving paper when printing, creating handouts, and imposition for booklet production, since packing several pages together reduces sheet count while keeping content readable at a reduced size.

Name Object

File Structure

Also known as: pdf name, name object, name

A COS object introduced by a slash, such as /Type or /MediaBox, used as an identifier or dictionary key rather than as displayed text. Names are atomic tokens, and characters outside the allowed set are encoded with #xx hex escapes. Because keys like /Root, /Font, and /Contents are name objects, they appear throughout a PDF's internal structure.

Named Destination

Viewing & Navigation

Also known as: named dest, destination, named target

A named destination is a symbolic label assigned to a specific view in a PDF, defined by a target page, position, and zoom. Links and bookmarks reference it by name rather than by hard-coded page number. It matters because destinations stay valid when pages are added or removed, and external links can point to an exact spot using a name in the URL fragment.

Non-repudiation

Digital Signatures

Also known as: nonrepudiation

Non-repudiation is the security property that prevents a signer from credibly denying they signed a document. Achieved through digital signatures backed by a private key only the signer controls, it produces cryptographic proof of authorship and intent. For signed PDFs, non-repudiation gives contracts and approvals legal weight, because the signature can be verified independently and cannot plausibly be disowned later.

O

Also known as: ObjStm, compressed object stream, object stream

A stream object of type /ObjStm, added in PDF 1.5, that packs many small non-stream indirect objects together and compresses them as a single block. Bundling dictionaries and similar objects this way can significantly reduce file size, but the packed objects can only be located through a cross-reference stream. Object streams are a key mechanism behind PDF compression and optimization.

Try Compress PDF

Also known as: object stream, ObjStm, compressed object stream

An object stream (ObjStm) packs many small PDF objects into one Flate-compressed stream instead of storing each separately, a feature added in PDF 1.5. Combined with cross-reference streams, it removes per-object overhead and compresses structural data that was previously plain text. Enabling object streams noticeably shrinks documents with many objects, such as tagged or form-heavy files, without touching page content.

Try Compress PDF

Also known as: OCSP

OCSP is an internet protocol for checking, in real time, whether a specific digital certificate has been revoked—a lighter-weight alternative to downloading a whole Certificate Revocation List. During PDF signature validation, an OCSP response confirms the signer's certificate status, and embedding that response enables long-term validation (LTV) so the signature stays verifiable after the certificate expires.

OpenType Font

Fonts & Typography

Also known as: OpenType, OTF

OpenType is a modern cross-platform font format, built on TrueType, that can hold either TrueType or PostScript (CFF) glyph outlines in a single file usable on any operating system. It supports large Unicode character sets and advanced typographic features such as ligatures and alternates. OpenType fonts are commonly embedded and subset in PDFs and use the .otf or .ttf extension.

Also known as: OCR, text recognition

Optical Character Recognition is the automated process of analyzing an image of text and converting the pictured letters, digits, and symbols into machine-encoded characters. When applied to a scanned document, OCR builds a hidden text layer over the page picture, transforming an unsearchable image into a file whose words can be selected, copied, indexed, and searched by keyword.

Try OCR PDF

Also known as: OMR, Mark Recognition

OMR detects the presence or absence of marks—filled bubbles or ticked checkboxes—at predefined positions on a scanned form, rather than reading characters. It powers high-speed processing of surveys, ballots, and multiple-choice tests. Because it only senses marks and not text, OMR is fast and highly accurate. Extracting OMR data from scanned PDF forms enables automated tallying.

Optional Content Group (OCG)

Viewing & Navigation

Also known as: OCG, PDF layers, optional content, layer

An optional content group, commonly called a layer, is a set of PDF content that can be shown or hidden independently through the viewer's layers panel. Layers matter for complex documents like CAD drawings, maps, and multilingual files, letting readers toggle features such as annotations, dimensions, or language variants on and off without altering the underlying document.

Output Intent

Standards & Compliance

Also known as: ICC output intent, output intents

An output intent is embedded metadata declaring the intended reproduction device or color environment for a PDF, typically carrying an ICC color profile. Required by PDF/A and PDF/X, it tells software how device-independent colors should map to a specific press or display. It matters because without it, archived and print-bound files can shift color unpredictably, breaking the consistent appearance those standards are meant to guarantee.

Overprint

Color & Prepress

Also known as: overprinting

Overprinting is a prepress setting in which one ink prints directly on top of another instead of knocking out, or removing, the color beneath it. In PDFs, overprint attributes control how overlapping objects interact on press, preventing white gaps from plate misregistration and enabling effects like black text over color. Incorrect overprint settings can cause color shifts or elements that vanish when printed.

Also known as: permissions password, master password

The owner password, also known as the permissions or master password, controls a PDF's usage restrictions—such as printing, copying, or editing—rather than whether the file opens. A document can carry an owner password while remaining freely viewable. It matters because it lets authors enforce permission flags; supplying it unlocks full access and removes those limits.

Try Unlock PDF

P

Page Label

Pages & Layout

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.

Page Layout

Viewing & Navigation

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.

Page Mode

Viewing & Navigation

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

Page Rotation

Pages & Layout

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.

Page Thumbnail

Viewing & Navigation

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

Page Transition

Viewing & Navigation

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.

Page Tree

Pages & Layout

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.

Password Protection

General & Editing

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

PDF 2.0 (ISO 32000-2)

Standards & Compliance

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.

PDF Creator

Metadata

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.

PDF Encryption

Security & Encryption

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

PDF Header

File Structure

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

PDF Portfolio (Package)

General & Editing

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.

PDF Producer

Metadata

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.

PDF Version Compatibility

Standards & Compliance

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.

PDF/A (Archival PDF)

Standards & Compliance

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.

PDF/A Conformance Levels

Standards & Compliance

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.

PDF/E (Engineering)

Standards & Compliance

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.

PDF/UA (Universal Accessibility)

Standards & Compliance

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.

PDF/VT (Variable Transactional)

Standards & Compliance

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.

PDF/X (Print Exchange)

Standards & Compliance

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.

Permission Flags

Security & Encryption

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

PNG vs JPG

Conversion & Interchange

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.

Portable Document Format/A (PDF/A)

Conversion & Interchange

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

PostScript (PS)

Conversion & Interchange

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.

PostScript Type 1 Font

Fonts & Typography

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.

Preflight

Standards & Compliance

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: 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.

Push Button

Forms & Data

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.

Q

Also known as: QES, Qualified Signature

Under the EU's eIDAS regulation, a Qualified Electronic Signature is the highest legal tier: created with a qualified signature-creation device and based on a qualified certificate issued by an accredited trust service provider. A QES carries the same legal effect as a handwritten signature throughout the EU, making it essential for legally binding PDF contracts and official filings.

R

Radio Button

Forms & Data

Also known as: radio button group, option button

A radio button is a form field made of grouped widgets that share one field name, so selecting one option automatically clears the others, allowing exactly one choice from a set. Each option carries a distinct export value. Radio buttons matter in PDFs because they enforce mutually exclusive answers, like choosing a single payment method, keeping collected form data clean and unambiguous.

Raster Image (Bitmap)

Scanning & OCR

Also known as: bitmap, raster, pixel image

A raster image, also called a bitmap, represents a picture as a fixed grid of colored pixels rather than mathematical shapes. Scanners and cameras produce raster data, so every scanned PDF page is fundamentally a bitmap. Understanding this explains why enlarging a scan looks blocky, why resolution matters for OCR accuracy, and why image pages are heavier than vector text.

Raster Image Processor (RIP)

Conversion & Interchange

Also known as: RIP, raster image processing

A Raster Image Processor converts vector and text page descriptions from PDF or PostScript into the raster dot pattern a printer or imagesetter actually marks on paper or plate. It handles color separation, halftoning, and trapping. RIP behavior matters when preparing PDFs for print, because fonts, transparency, and overprints must be interpreted identically by the RIP to avoid output surprises.

Also known as: Usage Rights, Reader-Enabled PDF, Reader Extensions

Reader Extensions, technically called usage rights, are a signed permission set Adobe adds to a PDF so the free Adobe Reader can perform normally restricted actions such as saving filled form data, adding comments, or applying a digital signature. The rights are unlocked by a special certificate, and editing the file afterward can invalidate them.

Reading Order

Accessibility

Also known as: logical reading order, tag order

Reading order is the sequence in which a screen reader or reflow engine presents a document's content, determined by the order of tags in the logical structure tree rather than the visual position on the page. Because multi-column layouts, sidebars, and captions can confuse automated ordering, verifying reading order ensures that assistive technology conveys the content in the intended, meaningful sequence.

Redaction

Security & Encryption

Also known as: redact PDF, black out text

Redaction permanently removes sensitive text, images, or metadata from a PDF and replaces the area with an opaque mark, so the underlying data is deleted rather than merely hidden. It matters because simply drawing a black box leaves the original content in the file, recoverable by copying or parsing; true redaction destroys it to satisfy privacy and legal disclosure requirements.

Also known as: redaction, redact mark

A redaction annotation marks content to be permanently removed, showing where text or images will be blacked out before the redaction is applied. Until applied it is only a marker; applying it deletes the underlying content and draws a filled rectangle. Redaction annotations matter because they let you review sensitive areas first, then irreversibly strip confidential data from a PDF.

Reflow

Accessibility

Also known as: Reflow View, Liquid Mode

Reflow rearranges a PDF's content to fit a narrow screen or magnified view, presenting one continuous column instead of the fixed page layout so text wraps to the viewport width. It relies on the document's tag structure and defined reading order to reorder content correctly. Reflow improves readability on phones and for low-vision users, but untagged PDFs reflow poorly or not at all.

Rendering Intent

Color & Prepress

Also known as: Rendering Intents, ICC Intent

Rendering intent is the rule a color-management system follows when mapping colors that fall outside a destination profile's gamut. The four ICC intents—Perceptual, Relative Colorimetric, Absolute Colorimetric, and Saturation—trade off between preserving color relationships, keeping exact in-gamut colors, or maximizing vividness. Choosing the right intent matters when converting a PDF from RGB to CMYK so printed colors meet expectations.

Resource Dictionary

File Structure

Also known as: Resources, Resource Dict

A resource dictionary is a PDF dictionary, referenced by a page or form XObject through its /Resources entry, that lists every named object a content stream needs to render: fonts, images and other XObjects, color spaces, patterns, shadings, and graphics states. It matters when editing, merging, or optimizing PDFs, since duplicate or orphaned resources needlessly inflate file size.

RGB (Red, Green, Blue)

Color & Prepress

Also known as: RGB, RGB color

RGB is an additive color model that produces colors by combining red, green, and blue light, and it is the native space of screens, cameras, and digital displays. In PDF work, RGB delivers vivid on-screen color and a wide gamut, but files headed for commercial printing usually need conversion to CMYK, since presses build color from ink rather than emitted light.

Rich Black

Color & Prepress

Also known as: built black

Rich black is a deep black created by printing black ink over one or more additional CMYK inks rather than using 100% black alone, producing a darker, more saturated result. In print-ready PDFs, a common rich black adds cyan, magenta, and yellow beneath the black. It matters for large solid areas, though excessive total ink coverage can cause smudging or slow drying.

Rivest Cipher 4 (RC4)

Security & Encryption

Also known as: RC4, ARC4

RC4 is a legacy stream cipher used by early PDF security handlers, supporting 40-bit and later 128-bit keys. Because RC4 has known cryptographic weaknesses, it was deprecated in PDF 2.0 in favor of AES. It matters because files still encrypted with 40-bit RC4 offer almost no real protection and can be cracked quickly, so sensitive documents should be re-encrypted with a modern algorithm.

Try Protect PDF

Role Map

Accessibility

Also known as: role mapping, RoleMap

A role map is a dictionary in a tagged PDF that maps custom or non-standard tag names to the standard structure types defined by the PDF specification. When a document uses author-defined tags, the role map tells assistive technology which standard role (heading, paragraph, list) each one represents. Without it, screen readers cannot reliably interpret custom tags, breaking accessibility and navigation.

Also known as: RunLength, RunLengthDecode, RLE

Run-length encoding is a simple lossless scheme that replaces runs of identical bytes with a count-plus-value pair, exposed in PDF through the RunLengthDecode filter. It compresses well only for data with long repeated sequences, such as simple bilevel graphics. Modern files rarely rely on it because Flate almost always yields smaller streams, but decoders must still support it for compatibility.

S

Sanitization

Security & Encryption

Also known as: metadata removal, PDF sanitizing, scrubbing

Sanitization strips hidden or residual data from a PDF—document metadata, JavaScript, embedded files, comments, form data, and remnants left by editing—that could leak information or carry malware. It matters because a visually clean page can still expose author names, revision history, or exploit code; sanitizing reduces privacy risk and attack surface before a file is published or shared externally.

Scalable Vector Graphics (SVG)

Conversion & Interchange

Also known as: SVG

SVG is an XML-based, resolution-independent format for two-dimensional graphics that defines shapes, paths, and text as markup, so images scale to any size without quality loss. Because both SVG and PDF describe pages with vector primitives, converting between them can preserve crisp lines and editable text. SVG is useful for embedding logos or extracting PDF page graphics for the web.

Scan-to-PDF

Scanning & OCR

Also known as: scan to pdf, paper to pdf

Scan-to-PDF is the workflow of digitizing paper documents on a scanner or phone camera and saving the captured page images directly as a PDF. The result is usually an image-only file that preserves the original layout but holds no selectable text. Running OCR afterward adds a searchable text layer, turning the archived scan into a usable, indexable document.

Try JPG / PNG to PDF

Screen Reader

Accessibility

Also known as: screenreader, JAWS, NVDA, assistive technology

A screen reader is assistive software that converts on-screen text and structure into synthesized speech or refreshable Braille for blind and low-vision users. With PDFs it relies on the logical structure tree, tags, alt text, and reading order to announce content accurately. Popular readers include JAWS, NVDA, and VoiceOver; designing tagged, well-structured PDFs is what makes documents usable with them.

Searchable PDF

Scanning & OCR

Also known as: searchable image, sandwich pdf

A searchable PDF is a document that keeps the original scanned page image while storing a recognized, selectable text layer positioned beneath it. Produced by running OCR on a scan, it looks identical to the paper original but lets you find, highlight, and copy words. This makes archived scans usable in full-text search and screen readers without altering their appearance.

Try OCR PDF

Section 508

Accessibility

Also known as: 508, 508 compliance

Section 508 is a U.S. federal law requiring that electronic and information technology procured or produced by federal agencies be accessible to people with disabilities. Its refreshed standards incorporate WCAG 2.0 Level AA, so compliant PDFs must be properly tagged, have logical reading order, alt text, and accessible forms. Section 508 conformance is often mandatory for government documents and contractors.

Self-Signed Certificate

Digital Signatures

Also known as: self signed certificate

A self-signed certificate is a digital certificate signed with its own private key rather than by a trusted Certificate Authority. It provides encryption and identity binding but no independent third-party validation, so signature software flags it as untrusted unless it is manually added to a trust store. Self-signed certificates are common for internal PDF signing and testing, where public CA trust is unnecessary.

Signature Field

Digital Signatures

Also known as: signature form field

A signature field is a designated form element in a PDF where a digital or electronic signature is applied. It reserves space for the visible signature appearance and stores the cryptographic signature data and the byte range it covers. Signature fields can be pre-placed by a document author for signers to complete, and they define exactly which portion of the file the signature protects.

Try eSign PDF

Split PDF

General & Editing

Also known as: Split, Extract Pages, Divide PDF

Splitting divides one PDF into multiple files—by extracting a page range, separating every page, or breaking the document at set intervals or bookmarks. It matters when you need only a section of a large file, want to distribute chapters separately, or must meet an upload size limit, all without altering the content of the pages you keep.

Try Split PDF

Spot Color

Color & Prepress

Also known as: spot ink, spot colour

A spot color is a premixed ink printed from its own dedicated plate rather than built from CMYK process inks, giving precise, consistent hues across an entire run. In PDFs, spot colors are stored as named Separation color spaces. They matter for brand logos, metallics, and fluorescents that process printing cannot accurately reproduce, and they can simplify press setup for one- or two-color jobs.

Stamp Annotation

Annotations

Also known as: stamp, rubber stamp

A stamp annotation places a predefined or custom graphic on a page, mimicking a physical rubber stamp such as APPROVED, DRAFT, or CONFIDENTIAL. It can use a named standard stamp or an embedded image supplied through its appearance stream. Stamps matter in PDF workflows because they convey document status or approval at a glance and support image-based marks like logos.

Try Watermark PDF

Standard Security Handler

Security & Encryption

Also known as: password security handler

The standard security handler is the built-in PDF mechanism that secures a file with passwords rather than certificates. It derives the encryption key from the user or owner password, applies RC4 or AES, and stores permission flags. It matters because it is the interoperable, password-based scheme every compliant reader understands, making it the default choice for protecting documents shared outside a managed PKI.

Try Protect PDF

Stream Filter

Compression

Also known as: PDF filter, Filter, stream encoding

A stream filter is the encoding named in a PDF stream's Filter entry that tells a reader how to decode its bytes, such as FlateDecode, DCTDecode, or ASCII85Decode. Filters can be chained, applying several transforms in sequence. Knowing which filter each stream uses is essential for compressing a document, since choosing better filters or parameters is how PDF file size is reduced.

Also known as: strikethrough, strike-through

A strikeout annotation draws a line through the middle of selected text to indicate it should be deleted or is no longer valid. It records QuadPoints for the affected span and a color, and pairs naturally with an inserted note. Strikeouts matter in PDF review because they signal proposed removals during editing and proofreading without actually removing the underlying text.

Structure Element

Accessibility

Also known as: structure elements, StructElem, structural element

A structure element is a single node in a tagged PDF's logical structure tree, each carrying a structure type such as H1, P, Table, or Figure that identifies the role of its content. Elements nest to form the document hierarchy and link back to the marked content they describe. Correctly typed structure elements let screen readers interpret and announce each part of the page accurately.

T

Table of Contents (TOC)

Viewing & Navigation

Also known as: TOC, contents page

A table of contents is an in-page list of a document's sections with their page numbers, typically placed near the front. In PDFs the entries are often hyperlinked to jump directly to each section. It matters because it gives readers a structural overview and quick access to content, complementing the viewer's bookmark outline as an on-page navigation aid.

Table Tags

Accessibility

Also known as: accessible tables, table structure tags, TH TD tags

Table tags are the structure elements (Table, TR, TH, and TD) that describe a data table's rows, columns, and header cells in a tagged PDF. Associating header cells with their data cells lets a screen reader announce the relevant row and column headers as a user moves through the table. Without correct table tags, tabular data becomes an unintelligible stream of disconnected values.

Tagged Image File Format (TIFF)

Conversion & Interchange

Also known as: TIFF, TIF

TIFF is a flexible raster image format that supports lossless compression, multiple pages, high bit depths, and CMYK color, making it a staple in scanning, faxing, and prepress. In PDF workflows, multipage TIFF scans are often converted into a single searchable PDF, and PDF pages are exported to TIFF when a print vendor requires flattened raster images.

Tagged PDF

Standards & Compliance

Also known as: PDF tags, structure tags

Tagged PDF is a standardized way of embedding a hidden logical structure tree that marks headings, paragraphs, lists, tables, and reading order beneath the visible page. Standardized within ISO 32000 and required by PDF/UA, it enables accessibility, reliable text reflow on small screens, and accurate content extraction. It matters because an untagged file may look correct yet be unusable to screen readers or automated data pipelines.

Also known as: sticky note, note annotation, comment note

A text annotation is a note attached to a point on a PDF page, shown as a small icon that opens a popup containing the comment. It does not display inline; the icon, often a comment or note glyph, marks its location. Sticky notes matter because they let reviewers leave feedback anchored to a spot without covering the page content beneath.

Text Field

Forms & Data

Also known as: text box, text input field

A text field is a form field that accepts free-form typed input, such as a name, address, or comment, and can be single-line, multiline, or password-masked. It may enforce a maximum length, character comb, or formatting like currency or dates. Text fields matter because they are the most common way PDFs capture open-ended user data for later extraction or submission.

Text Layer

Scanning & OCR

Also known as: OCR layer, hidden text

A text layer is the invisible stream of recognized characters that OCR places over or under a scanned page image, with each word mapped to the coordinates where it appears. Because the glyphs are rendered transparently, the page still shows the photo of the original, yet the underlying text can be selected, copied, and searched in any PDF reader.

Try OCR PDF

Also known as: 3D Annotation, U3D, PRC

A 3D annotation embeds interactive three-dimensional artwork—typically a U3D or PRC model—into a PDF page, letting readers rotate, zoom, and explore individual parts within a supporting viewer. Used in engineering, CAD, and product documentation, it turns a static page into a manipulable model. Support is limited to certain viewers, and the geometry data can significantly enlarge the file.

Also known as: TSA, trusted timestamp, timestamp, RFC 3161

A Time Stamping Authority (TSA) is a trusted third party that issues cryptographic timestamps proving a document was signed at a specific moment. Following RFC 3161, the TSA signs a hash of the signature with its own certificate. Embedding a TSA timestamp in a signed PDF proves when the signature existed and supports long-term validation even after the signer's certificate expires.

ToUnicode CMap

Fonts & Typography

Also known as: ToUnicode, ToUnicode mapping

A ToUnicode CMap is an optional table that maps a font's character codes back to Unicode values, telling a viewer which real characters the glyphs represent. It is what makes text in a PDF selectable, copyable, and searchable, independent of how glyphs are encoded internally. When it is missing, copied text often comes out as gibberish, and OCR may be needed to recover readable text.

Try OCR PDF

Trailer

File Structure

Also known as: pdf trailer, file trailer

A dictionary at the very end of a PDF that tells a reader how to begin parsing. It points to the document catalog (/Root), the total object count (/Size), the file identifier (/ID), and, for updated files, a previous trailer. A reader starts at the file's end, finds the trailer and the startxref offset, then follows it back into the cross-reference data.

Transparency Flattening

Color & Prepress

Also known as: Flattening, Flatten Transparency

Transparency flattening converts overlapping transparent objects—drop shadows, soft masks, blend modes, and opacity—into opaque vector and raster regions that reproduce the same appearance without live transparency. It matters because older RIPs, PostScript, and print workflows cannot interpret PDF transparency, so flattening ensures predictable output—though it is destructive and can rasterize text or leave stitching artifacts.

Trapping

Color & Prepress

Also known as: ink trapping

Trapping is a prepress technique that slightly overlaps adjacent colors to compensate for tiny misregistration between printing plates, preventing unwanted white gaps where two colors meet. In PDF prepress, trapping is applied by design software or by the RIP during output. It matters most for multi-color jobs on fast presses, where paper stretch and plate alignment are never perfectly precise.

TrimBox

Pages & Layout

Also known as: trim box

The TrimBox specifies the intended finished dimensions of a PDF page after cutting in a print production workflow, marking the true edge of the delivered piece. It defaults to the CropBox. It matters because printers and imposition tools rely on it to position pages accurately and to distinguish the final trimmed size from any surrounding bleed or slug areas.

TrueType Font

Fonts & Typography

Also known as: TrueType, TTF

TrueType is a font format developed by Apple and Microsoft that describes glyph outlines with quadratic Bezier curves and includes instructions, called hinting, for crisp rendering on screens. TrueType fonts are widely embedded in PDFs and use the .ttf extension. Understanding the format explains how embedded outlines, encoding tables, and glyph indices together control the way text appears and prints.

TWAIN

Scanning & OCR

Also known as: Technology Without An Interesting Name, TWAIN driver, TWAIN scanner

TWAIN is a widely adopted software standard and API that lets applications acquire images directly from scanners and digital cameras without device-specific code. Its name is not officially an acronym, though 'Technology Without An Interesting Name' is a popular backronym. When digitizing paper into PDF, a TWAIN driver controls resolution, color mode, and duplexing before captured pages are assembled and often run through OCR.

U

Also known as: underline

An underline annotation draws a line beneath a run of selected text to stress it without obscuring the words. Like other text markup, it stores QuadPoints describing the region covered and a stroke color. It matters when reviewing PDFs because underlining offers a lighter form of emphasis than highlighting, useful for flagging terms or references while keeping the page visually clean.

User Password (Open Password)

Security & Encryption

Also known as: open password, document open password

The user password, also called the open or document-open password, is the secret a reader must enter to decrypt and view an encrypted PDF. Without it the file cannot be opened at all. It matters because it is the primary barrier protecting confidential content; anyone lacking the user password sees only ciphertext, making it essential for sharing sensitive documents securely.

Try Protect PDF

User Space

Pages & Layout

Also known as: user coordinate space, default user space

User space is the device-independent coordinate system in which all PDF page content is described before it is mapped to a display or printer. Its default origin sits at the lower-left corner, with one unit equal to one point. It matters because positioning text, images, and vector graphics, along with applying transformations, all happen in user space, ensuring consistent output across devices.

V

veraPDF

Standards & Compliance

Also known as: vera PDF

veraPDF is an open-source, industry-supported validator that checks files against every part and conformance level of the PDF/A and PDF/UA standards. Developed by the PDF Association and the Open Preservation Foundation, it formalizes each specification requirement into machine-testable rules and reports any violations. It matters because reliable, vendor-neutral validation is how archives, governments, and publishers prove a document actually meets the conformance level it claims.

Virtual Printer

Conversion & Interchange

Also known as: PDF printer, print driver

A virtual printer is a software print driver that appears in the operating system's printer list but writes output to a file, most often a PDF, instead of paper. Selecting it from any application's print dialog captures the rendered page. It is the mechanism behind Print to PDF, giving programs without an export feature a reliable way to produce fixed-layout PDF files.

W

Watermark

General & Editing

Also known as: watermarking, watermark PDF

A watermark is a faint text or image overlay—such as 'Confidential', a company logo, or 'Draft'—placed behind or over a page's content to indicate status, ownership, or authenticity. In PDFs, watermarks discourage unauthorized copying, mark document versions, and reinforce branding across every page while remaining unobtrusive enough that the underlying text stays readable.

Try Watermark PDF

Also known as: WCAG, WCAG 2.1, WCAG 2.2

WCAG is the internationally recognized set of guidelines from the W3C for making digital content perceivable, operable, understandable, and robust for people with disabilities. Though written for the web, its success criteria are widely applied to PDFs, covering text alternatives, reading order, color contrast, and structure. Meeting WCAG levels A and AA is the benchmark many organizations and laws require for accessible documents.

Widget Annotation

Forms & Data

Also known as: widget, form widget

A widget annotation is the visual on-page representation of a PDF form field, defining where the field appears and how it looks: its rectangle, borders, background, and appearance streams. One field can own several widgets across pages, while each widget maps to a single field. Widget annotations matter because they connect a form's underlying data model to what the user actually sees and clicks.

X

X.509 Certificate

Digital Signatures

Also known as: X.509, x509 certificate, digital certificate

An X.509 certificate is the standard digital document that binds a public key to an identity, including the subject name, issuer, validity dates, and the issuing CA's signature. It is the certificate format used across PKI and PDF digital signatures. Verifying a signed PDF means checking the embedded X.509 certificate, its chain of trust, and whether it remains valid and unrevoked.

Also known as: XFA, XFA form, dynamic XFA form

XFA (XML Forms Architecture) is an XML-based form technology Adobe layered on top of PDF to build dynamic, data-driven documents whose layout can reflow as users type. XFA forms embed their structure and logic as XML rather than native PDF objects. It matters because XFA is deprecated in the PDF 2.0 standard and unsupported by many viewers, so such forms often need conversion to AcroForm.

Also known as: XFDF, XML Forms Data Format, .xfdf

XFDF (XML Forms Data Format) is an XML-based counterpart to FDF that represents PDF form field values, annotations, and links as structured, human-readable XML. As an open standard, it is easier to generate and parse with common XML tools. XFDF matters because it lets applications exchange, archive, and pre-populate PDF form data reliably across platforms without handling proprietary binary formats.

XML Paper Specification (XPS)

Conversion & Interchange

Also known as: XPS, OpenXPS, OXPS

XPS is a Microsoft-developed, XML-based fixed-layout document format, created as a competitor to PDF and used as the native Windows print-spool format. Like PDF, it preserves precise page appearance across devices. Converting XPS to PDF is common because PDF enjoys far wider support, and understanding XPS helps when handling files produced by the 'Microsoft XPS Document Writer.'

Also known as: XMP, Adobe XMP, XMP metadata

The Extensible Metadata Platform (XMP) is an Adobe-created, ISO-standardized format that stores metadata as RDF/XML embedded directly inside a file. In PDFs it is carried in a metadata stream and can hold standard schemas like Dublin Core alongside custom properties. Because XMP is extensible and application-independent, it preserves rich, structured metadata across editing tools more reliably than the older document information dictionary.

Z

Zoom and Fit

Viewing & Navigation

Also known as: fit to page, fit width, magnification

Zoom controls the magnification of a PDF page, while fit modes automatically scale a page to match the viewer window: fit page, fit width, or fit height. These settings matter for readability across screen sizes, letting readers enlarge fine print or see a whole page at once. Authors can store a preferred zoom in a document's initial view or named destinations.

From definition to done

Knowing the terminology is half the battle — the other half is a tool that respects your files. Every PDFToolz tool runs entirely in your browser, so the documents you merge, compress, convert, sign or encrypt never leave your device. Head back to the full toolkit to put any of these terms into practice.