PDF Tools
Privacy
No Upload
Annotation

Highlight Text in PDF Online Without Uploading the File

Most online highlight tools want you to upload the PDF. The privacy-respecting workflow uses a desktop reader you already have to draw the highlight locally, then handles the highlighted PDF in your browser at pdfmavericks.com without an upload.

PDF Mavericks·

The short answer

To highlight text in a PDF online without uploading the file, use a desktop reader that runs on your machine. Apple Preview on Mac, Adobe Acrobat Reader DC on Windows or Mac, Foxit PDF Reader, or any modern browser's built-in PDF viewer (Edge, Firefox, Chrome) can all draw highlights and save them back to the PDF file on disk. The highlight is written as a standards-compliant PDF annotation following the ISO 32000-2:2020 specification — readable by any other PDF tool downstream.

Once the highlights are in the PDF, bring the file to pdfmavericks.com for any browser-local follow-up: compress for email, merge with related files, flatten the annotations into the page, redact sensitive sections, sign, or strip metadata before sharing externally. Every step in that follow-up runs inside the browser tab with no upload, no account, and no server-side copy.

A dedicated browser-local highlight tool at pdfmavericks.com is on the roadmap. The pdf.js render path and pdf-lib annotation write path each work; the open work is the selection-to-annotation bridge for multi-column layouts and rotated pages. Until it ships, the desktop-reader path is the workflow we recommend because it preserves the privacy posture without compromising correctness.

Free desktop readers that highlight locally

Every major operating system ships with or has a free download for a PDF reader that can highlight text without an internet connection. The four most common choices in 2026:

Apple Preview (Mac)

Apple Preview is the default PDF reader on every Mac and supports highlights out of the box. Open the PDF, click the Markup toolbar icon (looks like a marker pen), select the Highlight tool, drag across the text, and save the file. The highlight uses the OS's color picker; the file is saved back to its original location on disk. Apple's documentation at support.apple.com/guide/preview covers the markup toolbar. No network step.

Adobe Acrobat Reader DC (Windows / Mac)

Acrobat Reader DC is free from get.adobe.com/reader. After install, open the PDF, click the Comment tab, choose the Highlight Text tool, drag across the words to highlight, and save. The highlight is stored as a standard PDF annotation and is portable to any other reader. Acrobat Reader does require sign-in for some cloud features (commenting in shared reviews, for example), but local highlighting works without any Adobe account.

Foxit PDF Reader (Windows / Mac)

Foxit PDF Reader at foxit.com/pdf-reader is a free Acrobat Reader alternative with a lighter resource footprint. The Comment toolbar has a Highlight Tool; selection-and-save works the same way. Particularly useful on older Windows machines where Acrobat Reader feels heavy.

Linux: Okular and Xournal++

Okular is the KDE desktop's default PDF reader and ships with most Linux distributions. The Tools menu has a Review toolbar with a Highlighter tool. Xournal++ at xournalpp.github.io is an alternative focused on note-taking and PDF annotation; both are open source and run entirely offline.

Browser built-in PDF viewers

The browser you have open right now most likely includes a PDF viewer that can highlight text without an upload. All four major browsers ship one in 2026:

  • Microsoft Edge: open any PDF in Edge, the toolbar shows a Highlight tool. Drag across the text, choose a color, and save the annotated PDF via Save As. Edge's PDF viewer is built into the browser and runs locally.
  • Mozilla Firefox: Firefox's PDF viewer (pdf.js) supports highlighting from version 116 onward. The toolbar Highlight icon enters annotation mode; the highlighted file downloads on save. The viewer is documented in the Mozilla support article on Firefox PDF reader features.
  • Google Chrome: Chrome added a basic Highlight Text annotation option in 2024 (available in the PDF viewer toolbar when a PDF is opened from disk). Use Save As to write the highlighted copy back to disk.
  • Brave / Vivaldi / other Chromium-based browsers: inherit Chrome's PDF viewer and the same Highlight feature.

Because the browser is already on your machine, this is the lowest-friction local highlight path. The PDF is opened from disk, annotated in-tab, and downloaded back to disk — entirely offline once the file is open.

How a PDF highlight is stored

A highlight in a PDF is not pixels burned into the page. It is an annotation object — a separate entry in the PDF's object catalog that describes where the highlight starts and ends, what color it is, and which page it belongs to. The object type is Annot with subtype Highlight, defined in section 12.5.6.10 of the ISO 32000-2:2020 PDF specification (the official PDF 2.0 standard).

Each Highlight annotation carries a QuadPoints array — four points per highlighted quadrilateral, in PDF coordinate space — and a color. The annotation lives in the page's Annots dictionary. Any compliant PDF reader can find it, render it, hide it, or delete it. That portability is the value of using a standards-based highlight rather than a flattened image overlay; the annotation can be edited, removed, or extended downstream.

If you want the highlight to be visually permanent — for a final document where the highlight should not be removable — flatten the PDF after annotating. Our flatten-pdf tool merges annotations into the page content stream. After flattening, the highlight is part of the page render itself and cannot be edited as an annotation.

What to do after highlighting

The typical post-highlight workflow depends on the document's purpose. Common follow-ups, all browser-local at pdfmavericks.com:

  • Compress for email or upload. Gmail caps attachments at 25 MB per Google's support documentation at support.google.com/mail. Highlighted research papers or scanned case files often exceed that limit. The compress tool brings them under without touching the highlight annotations.
  • Merge with related files. Contract reviewers usually combine the highlighted draft with prior versions, exhibits, and counterparty comments via the merge tool.
  • Flatten the annotations. Before sharing a finalized review with opposing counsel or external parties, use flatten-pdf to bake the highlights into the page so they cannot be edited downstream.
  • Redact sensitive sections. Highlighting marks; redacting removes. For passages that need both — emphasized in the reader's notes but hidden from the recipient — use redact-pdf after the highlighted review is captured.
  • Sign the final document. For regulatory submissions or contract executions, the sign tool adds a signature after the highlight pass is complete.
  • Strip metadata before external distribution. Desktop readers often embed the annotator's name in the highlight's Author field. The remove-pdf-metadata tool strips the field before the file leaves your machine.

Highlight vs. redact

These two operations look similar but do opposite things, and the difference matters for sensitive documents:

  • Highlight: draws a translucent color over text. The underlying text is unchanged. Any reader can still select, copy, or extract the text; search-engines and OCR tools still index it. Reversible: any PDF reader can hide or delete the annotation.
  • Redact: draws a black bar over text and deletes the underlying text from the PDF's content stream. The text is permanently removed; selection, copy, OCR, and search all return nothing. Irreversible by design.

A common mistake is to highlight a Social Security number or bank account in yellow, thinking that marks it for protection. It does not — anyone receiving the PDF can still select and copy the underlying digits. For real removal, use the redact-pdf tool and verify removal by selecting the redacted region (nothing should be selectable). For real emphasis, highlight is correct — just remember it does not hide anything.

vs. server-side highlight tools

Several online services offer "highlight PDF online" as an upload-based feature. The architectural cost is the same as any other server-side PDF tool: the document transits, resides, and is logged on the operator's infrastructure during processing. The November 2025 jsonformatter.org incident reported at thehackernews.com made the risk concrete — a server-side text tool leaked roughly 5 GB of pasted material because retention pipelines were misconfigured. The same architecture describes every server-side PDF annotator.

A highlighted PDF often carries more context than the source. The selections themselves communicate the reader's focus — which clauses in a contract were considered critical, which paragraphs in a regulatory filing the auditor flagged, which sections of a medical report concerned the patient. Uploading a highlighted file (or the source file that you then highlight on a server) exposes both the document and the reader's analysis. Local highlighting avoids the exposure entirely because the document never reaches a third-party server in the first place.

For the architectural argument applied broadly to every server-side PDF tool, see our why server-side PDF tools leak data post. For the umbrella catalog of every browser-local edit available today, see browser-only PDF editor: no upload, no account.

When a server-side highlight tool is fine

Public documents — a downloadable government press release, a marketing PDF, a magazine article you bookmarked — can ride a server-side annotator with no real privacy cost. The local-first path matters when any of these holds:

  • The PDF contains personal, financial, medical, legal, or KYC information.
  • The reader is making a confidential analysis — lawyer's contract review, auditor's flagging, doctor's note review.
  • The document is pre-public material (quarterly working files, draft regulatory filings, M&A documents).
  • The recipient should not see the reader's annotations and the file will be re-shared.

For everything else, convenience can win. For the cases above, the local-first highlight path is the structurally correct choice.

Highlight locally, finish browser-locally

Use a desktop reader to draw the highlight, then bring the PDF to pdfmavericks.com for any compress, merge, flatten, redact, or sign step — every operation runs in your browser without an upload.

Frequently asked questions

Can I highlight text in a PDF online without uploading the file?

Yes. The path that does not involve uploading is to highlight the PDF in a desktop reader you already have — Apple Preview on Mac, Adobe Acrobat Reader on Windows or Mac, Foxit Reader, or any browser's built-in PDF viewer (Chrome, Firefox, Edge, Brave). All of these render the highlight annotation inside the PDF on your machine and save the file back to disk. Then handle the highlighted PDF in your browser at pdfmavericks.com for any compress, merge, redact, or share-prep step. A dedicated browser-local highlight tool is on our roadmap; until it ships, the desktop-reader path is the privacy-respecting workflow.

Why does pdfmavericks.com not have a highlight tool today?

Building a faithful highlight tool means rendering the PDF page accurately, capturing the user's selection in PDF coordinate space, and writing back a standards-compliant Highlight annotation that follows the ISO 32000-2:2020 PDF specification. We have the pdf.js render path and the pdf-lib write path working separately, but the selection-to-annotation bridge has known edge cases on multi-column layouts, rotated pages, and scanned PDFs without a text layer. We would rather ship it once it handles those cases correctly than release a tool that silently mishighlights legal or financial documents.

Which desktop PDF readers can highlight text locally for free?

Apple Preview ships with every Mac and includes a Highlight tool under the markup toolbar. Adobe Acrobat Reader DC is free on Windows and Mac at get.adobe.com/reader and has a Highlight tool in the Comment toolbar. Foxit PDF Reader at foxit.com/pdf-reader is a free Windows / Mac alternative with the same feature. On Linux, Okular and Xournal++ are both free and run locally. All four operate entirely offline once installed — the highlight is drawn on the PDF on your machine and saved back to disk with no network step.

Can a browser's built-in PDF viewer highlight text?

Yes, partially. Microsoft Edge's built-in PDF viewer has a Highlight tool in the toolbar that works on any PDF opened locally and saves the highlights back to the file via Save As. Chrome added basic annotation in 2024 — it appears in the toolbar when a PDF is opened. Firefox's PDF viewer supports highlighting and saves changes when you choose to download the annotated copy. None of these uploads the PDF; the viewer runs as part of the browser binary on your machine. For a sensitive document, this is the lowest-friction local-highlight option because you already have the browser.

Are PDF highlights treated as annotations or are they baked into the page?

By default they are annotations — separate objects layered over the page that any PDF reader can hide, edit, or remove. The ISO 32000-2:2020 specification defines the Highlight annotation type as a markup annotation with a quad-points array describing the highlighted region. If you want the highlight to be visually permanent and uneditable (for a redacted disclosure or a final published document), you have two choices: flatten the PDF after highlighting using pdfmavericks.com's flatten-pdf tool, which merges annotations into the page content, or use the redact-pdf tool when the goal is to permanently obscure rather than mark.

How is highlighting different from redacting in a PDF?

Highlighting is visual emphasis — a translucent color marker drawn over text that remains readable. The underlying text is unchanged and any reader can still select, copy, or extract it. Redacting is permanent removal — a black bar drawn over text and the underlying text is deleted from the PDF content stream. Highlights are reversible (any reader can hide or delete the annotation); redactions are not. For sensitive content disclosure, use the redact-pdf tool. For study notes, contract review markup, or research reading, highlight is the right tool.

What should I do after highlighting a PDF — compress, merge, sign?

Common next steps depend on the use case. Students highlight study material and rarely need anything else. Lawyers and contract reviewers usually merge the highlighted PDF with related case files using the merge tool, then sometimes flatten the annotations using the flatten-pdf tool before sending to opposing counsel. Researchers compress highlighted papers using the compress tool to fit Zotero or email attachment limits. For anything heading to external counsel, regulators, or counterparties, run remove-pdf-metadata afterward to strip the author tag the reader software may have embedded in the annotation.

Why do server-side highlight tools matter for privacy in 2026?

A highlighted PDF often carries more context than the original. The selections themselves communicate the reader's focus areas — which clauses in a contract were considered critical, which paragraphs in a medical report concerned the patient, which sections of a regulatory filing the auditor flagged. Uploading the highlighted PDF (or the source PDF that you then highlight on a server) exposes both the document and the reader's analysis to the server operator. The November 2025 jsonformatter.org incident reported at thehackernews.com leaked roughly 5 GB of pasted material from a server-side text tool — the same architecture risk applies to any server-side PDF annotator. Highlighting locally avoids the exposure entirely.

Related guides