User Guide
01.3 · Core Concepts

Annotations, Markups and Measurements

Spark distinguishes three classes of page objects. All three are stored as annotations in the PDF, but they behave differently in the UI.

Annotations (reviewer markups)

TypeExamplesTypical use
Text markupHighlight, Underline, Strikethrough, SquigglyMarking text passages in OCR'd or native-text PDFs
ShapesRectangle, Circle, Polygon, Triangle, Star, Hexagon, Cloud, etc.Calling out regions; 30+ built-in templates
LinesLine, Arrow, Double Arrow, PolylinePointing, linking, sketching
Text notesText Box, Sticky Note, Text CalloutWritten comments
VisualFreehandPen-style sketching
StampsApproved, Draft, Custom stampsApproval / status
SignaturesDrawn / imported signaturesSign-off
AttachmentsFile Attachment, SoundEmbed related files

All reviewer annotations share the same selection model: click to select, drag handles to transform, right-click for context menu, Delete to remove.

Measurements

Measurements also live on the page but compute real-world dimensions based on a calibrated scale. Types:

  • Distance (point-to-point)
  • Perimeter (polyline closed or open)
  • Area (polygon)
  • Rectangle / Circle area and perimeter
  • Count markers (tally objects)

Measurements require a one-time calibration per document (see 05.1). Once calibrated, all measurement values are in the chosen units (mm, cm, m, inches, feet) and persist with the PDF.

Redactions

Redactions are annotations with a permanent-removal workflow. Two states:

  1. Marked for redaction (reversible) — a labelled overlay showing what will be removed.
  2. Applied redactions (permanent) — the underlying text and image content is actually removed from the PDF.

Apply redactions with a clear one-way step from the Redact menu. See 03.8 for the full redaction workflow.

Form Fields

Form fields are NOT reviewer annotations — they are first-class interactive PDF elements (text inputs, checkboxes, radio buttons, dropdowns). Spark edits them in place but does not let you add new form fields (use a dedicated form designer for that).

Which One Do I Want?

IntentPick
Emphasise a word or sentenceText markup (Highlight / Underline)
Flag a region without measuring itShape annotation (Rectangle / Cloud)
Explain something in writingSticky Note (small icon) or Text Box (visible)
Mark a revision / change areaCloud (outward or inward bumps)
Give a measurement for real-world dimensionMeasurement tool (after calibration)
Tally objects (chairs, lights, etc.)Count marker
Remove sensitive contentRedaction

What Gets Saved

When you Save (Ctrl+S), Spark writes all annotations and measurements into the PDF's annotation layer. Most PDF viewers can read these, though advanced features (cloud direction, measurement calibration) are Spark-specific extensions stored in custom PDF keys and may appear as plain shapes in other viewers.