A PDF annotation is any interactive object attached to a page — links, text comments, highlight or markup notes, popup notes, stamps, file attachments, and form-field widgets — and removing them on a Mac means deleting each page's Annots array while leaving the visible page content untouched. On macOS, those annotations live inside the page dictionary of the PDF file itself, not in a viewer-specific sidecar, so a Mac user can strip them with a local browser tool that opens the file, removes the annotation arrays from every page, and saves a new copy without uploading anything to a server. The Remove PDF Annotations tool does exactly this: it inspects the file, reports how many annotation entries it found and on how many pages, then deletes the Annots key from each affected page and serializes a fresh copy with "-annotations-removed" added to the filename. The page count, page order, page boxes, rotation, and any text, images, or vector shapes that were painted into the page content stay in place, which is why the operation is fast, predictable, and easy to verify by opening the downloaded file in Preview, Acrobat, or any other Mac PDF viewer.

how to remove pdf annotations on mac
how to remove pdf annotations on mac

What a PDF annotation actually is on a Mac

Many Mac users call anything they see on top of a PDF page an "annotation," but in the PDF specification, an annotation is a specific interactive object whose presence is recorded in each page's Annots array. The page itself is just a stream of painted content — text, fonts, images, vector shapes — that the viewer renders first. Annotations are separate objects that the viewer overlays on top of that painted layer, with their own appearance streams, coordinates, and behavior. That separation is the reason a tool can delete annotations without disturbing the rest of the page.

Common annotations on macOS documents include:

  • Link annotations — clickable rectangles, often underlined in blue, that jump to another page, a web URL, or a named destination.
  • Text annotations (sticky notes) — the small yellow note icons that open a popup with reviewer comments.
  • Markup annotations — highlight, underline, strike-through, squiggly, and rectangle or polygon drawings applied during review.
  • Stamp annotations — "Approved," "Draft," "Confidential," or signature-style images stamped onto a page.
  • File-attachment annotations — small paper-clip icons that carry an embedded file.
  • Popup annotations — the open note windows associated with text and markup comments.
  • Widget annotations — form fields: text boxes, checkboxes, radio buttons, and dropdowns.

Anything that exists only as an annotation can be removed without touching the painted layer. Anything that has been flattened — meaning it was baked into the page content stream and the annotation was deleted already — is no longer an annotation, so it cannot be reached through the Annots array.

Why Mac users strip annotations in the first place

People search for "remove PDF annotations on Mac" for several distinct jobs, and the right tool depends on which one applies:

  • Cleaning up reviewer markup before sending a draft to a client, so the recipient does not see every comment, sticky note, or highlight from earlier rounds.
  • Disabling clickable links in a PDF that is being printed or archived, especially when a marketing document is being repurposed for a printed brochure.
  • Stripping widgets from an old form template so a new fillable PDF can be built on top of the same layout.
  • Removing stamps and popup notes before sharing a screenshot or rendering to images, so the output is a clean page.
  • Producing a smaller, less interactive copy to send through a workflow that does not handle interactive PDFs well.

It is worth saying up front: removing annotations is not the same as redacting confidential content. Annotation removal only deletes the interactive layer. It does not prove that sensitive bytes, hidden layers, embedded files, prior revisions, or recoverable source content were scrubbed from every byte of the file. For genuinely sensitive disclosure, use a purpose-built redaction workflow that verifies the final file byte by byte.

How to remove PDF annotations on Mac with a local browser tool

The fastest way to clear the annotation layer on a Mac without installing software or uploading a file is to use a browser-based tool that does the work inside the page. Remove PDF Annotations loads the file in memory, walks every page dictionary, counts the annotation entries, deletes the Annots key on pages that have them, and writes a new local copy. Nothing leaves the Mac until you download the result.

  1. Choose a non-empty PDF no larger than 25 MiB. Drag the file into the upload area or pick it from the file picker. Encrypted PDFs, files with damaged cross-reference data, or non-PDF selections are refused with a visible error.
  2. Review the detected annotation count and the number of affected pages. The tool shows how many annotation entries exist in total and how many distinct pages contain at least one entry. If the count is zero, the tool does not create a pointless replacement file.
  3. Click "Remove page annotations" to delete every page's Annots entry. The page count, page order, page boxes, rotation, and painted content streams remain intact. Only the annotation array is removed.
  4. Download the new PDF. The filename gets -annotations-removed appended to the original base name. The original file on disk is never overwritten.
  5. Open the downloaded copy in Preview, Acrobat, or any Mac PDF viewer and verify. Check the visible result, try clicking where a link used to be, and confirm that page content still looks correct. PDF viewers can interpret interactive structures slightly differently, so always validate in the viewer that matters for your workflow.

What gets removed versus what stays put

Because the operation only touches each page's Annots array, the visible result depends entirely on whether what you see on the page is still an annotation or was already flattened into page content. The table below summarizes how common elements behave under Remove PDF Annotations.

PDF elementIs it an annotation?Behavior after removal
Clickable link regionYes (Link annotation)Interactive region removed; any visible underlined blue text remains as painted content
Sticky note / popup commentYes (Text and Popup annotations)Note icon and popup removed entirely
Active highlight or underlineYes (Markup annotation)Highlight or underline mark removed
Flattened highlight already baked into the pageNo (painted content)Visible mark remains; the tool cannot tell it apart from any other paint
Stamp (Approved, Draft, signature graphic)Yes (Stamp annotation)Stamp removed entirely
File-attachment paper-clip iconYes (FileAttachment annotation)Icon removed; the embedded file itself is still present in the document
Unfilled form field (text box, checkbox, dropdown)Yes (Widget annotation)Interactive field removed; any pre-existing painted label stays
Completed form value (flattened into the page)No (painted content)Visible value remains
Text, images, vector shapes drawn into the pageNoUnchanged
Page count, page order, page boxes, rotationNoUnchanged
AcroForm dictionary in the document catalogNoNot repaired; field definitions can still be present

The narrow, auditable rule is the reason this works: delete the Annots key from every page dictionary. That single rule covers links, comments, markup, stamps, file attachments, and widgets in one pass, because all of them are stored in the same per-page array.

Limits to know before you use this approach

There are several cases where annotation removal is the wrong operation, and trying to use it for them will produce misleading results:

  • Confidential redaction. Removing page annotations does not delete the underlying bytes of the content they referenced, prior revisions, hidden layers, embedded files, or recoverable source information. Do not use it to remove personal data, financial figures, or classified material. Use a redaction tool that overwrites and validates.
  • Flattening forms. The tool removes form widgets from the interactive layer, but it does not repair, flatten, or fully delete the AcroForm definition in the document catalog. If the goal is to preserve current field appearances as page content while making the form non-editable, run Flatten PDF first, then strip widgets if needed.
  • Removing watermarks. Painted watermarks live in the page content stream, not in the annotation array. Deleting Annots entries will not touch them.
  • Repairing a damaged PDF. Files with broken cross-reference tables, encrypted content streams, or unknown structure produce an error rather than a partial result.
  • Bypassing password protection. Password-protected PDFs are refused. The tool does not attempt to unlock or decrypt anything.
  • Files larger than 25 MiB. Anything above the size limit is not accepted. Splitting the document with a local page-removal workflow or compressing first may be required for very large manuals.

Quick Mac alternatives when you only have one or two annotations

If a PDF has a single sticky note or one stray link and the rest of the document is fine, you can also clear it manually in Preview on macOS. Open the file in Preview, choose View → Highlights and Notes if the toolbar is hidden, then either right-click the note icon and pick Remove or use the annotation list to delete items one at a time. For links, you can sometimes delete them with Tools → Annotate → Link by selecting the link rectangle and pressing Delete, though Preview's link-editing support is limited.

For a deeper walkthrough of deleting pages on Mac without uploading anything, the Preview page-deletion guide covers the same local-only philosophy for page-level edits. Manual Preview work is fine for a handful of marks, but it does not scale: every annotation has to be clicked, the keystroke Cmd-Z only undoes the last action, and there is no way to confirm in advance how many annotations are about to be removed. A local browser tool is the practical answer once a Mac user needs to clean a document of dozens or hundreds of marks in one pass.