Finding Text
Basic Find
Ctrl+F opens the Find bar.
- Type your search term.
Enteror the ▶ button jumps to the next match.Shift+Enteror ◀ goes to the previous match.Esccloses the bar.
Matches are highlighted in the page. The status bar shows match N of M.
Find Options
Open the Find bar's options panel for:
| Option | Effect |
|---|---|
| Match case | Case-sensitive search |
| Whole word | Match only whole words (not substrings) |
| Regex | Interpret the query as a regular expression |
| Search scope | Current page / current document / all open tabs |
| Include annotations | Also search inside sticky notes and text box text |
Find and Replace
Ctrl+H opens the replace dialog. Works on:
- Page text (where selectable / OCR'd).
- Annotation text (sticky notes, text boxes, text callouts).
Page text replacement writes changes back to the PDF content stream. Annotation text replacement updates the relevant annotation's Contents property.
Warning — Replacing text in a native PDF's content stream is complex and may not preserve exact formatting (font, kerning, line breaks). Always review after replace.
Highlight All Matches
The Find bar has a Highlight All toggle. When on, every match on the current page is highlighted with a yellow overlay until you close Find.
Search Limitations
- Image-only pages without OCR — search returns no results. Run OCR first (see 06.1).
- Encoded / non-Unicode text — some older PDFs use custom encodings that don't index properly. Spark falls back to glyph-level search; accuracy depends on the PDF.
- Vertical / rotated text — search works but highlights may appear on the rotated bounds.
Searching Annotations
The Comments side panel has its own search box:
- Open the Comments panel.
- Type in its search field.
- Results filter the comment list.
- Click a result to jump to the annotation.
This searches:
- Sticky note bodies.
- Text box contents.
- Text callout contents.
- Stamp labels (if custom).
- Annotation comments (Properties → Contents).
Go To Page
Ctrl+G — type a page number to jump directly. Not a text search, but often useful alongside Find for navigating long documents.
Keyboard Shortcuts Summary
| Action | Shortcut |
|---|---|
| Open Find | Ctrl+F |
| Find next | Enter / F3 |
| Find previous | Shift+Enter / Shift+F3 |
| Open Replace | Ctrl+H |
| Close Find | Esc |
| Go to page | Ctrl+G |
| Jump to first | Ctrl+Home |
| Jump to last | Ctrl+End |
Tip — For engineering drawings with scattered text, enable Search scope: current document and combine with Highlight All to see at a glance where a term appears across all pages — great for locating a drawing reference.