Remove Sticky Notes from PDF
Sticky notes are the classic review artifact — and the easiest thing to leave behind by accident, because a collapsed note leaves almost no visible trace. Bulk removal is straightforward once you know where they live.
Remove Annotations
Try it on a copy of your document — keep the original until you have checked the result.
Remove Annotations
Where sticky notes live
- A sticky note is a /Text annotation, usually paired with a /Popup object that records whether it is open. Both sit in the page's /Annots array.
- Because they are separate objects, deleting them does not affect the document content — the text underneath is untouched.
Why they get missed
- Collapsed notes render as a tiny icon, or in some viewers not at all. A document can carry dozens and still look clean.
- Notes attached to highlights or strikethroughs are easy to overlook when you are looking only at the visible markup.
Removing them properly
- Run bulk annotation removal so notes, popups and host markups are cleared across every page.
- Then verify by extracting the text — do not trust a visual scan.
Keep a record if you need it
- If the notes represent decisions or review history, export them to a summary file before deleting. Deletion is permanent.
Caution: Deleting notes is irreversible once saved. Export a comment summary first if the review trail has value.
Step by step
- Optionally export the comments as a summary file.
- Upload the PDF and run bulk annotation removal.
- Check that popups and host markups were cleared too.
- Extract the text and skim for surviving note content.
- Save as a copy.
PDFnoted product team · Published 2026-09-02
Based on how PDF annotation objects, page content streams and document metadata are defined in the PDF specification, and on the behaviour of PDFnoted’s own tools. Reviewed periodically.
General guidance for document handling only; not legal advice. Where a document may be used as evidence, keep an unmodified original and consult a qualified professional.
FAQ
- What is a sticky note in a PDF?
- A /Text annotation, usually with an associated /Popup. It is a separate object layered over the page, not part of the document text.
- How do I remove sticky notes from a PDF?
- Use bulk annotation removal, which deletes note and popup objects from every page in one pass.
- Why do I still see notes after removal?
- They were flattened into page content, so they are no longer annotation objects.
- Can collapsed notes be detected?
- Yes, by enumerating annotations programmatically or extracting the text — not reliably by looking at the page.
- Does removing notes affect the document text?
- No. Notes are overlays; the content beneath is unchanged.
- Can I export notes before deleting them?
- Many editors support exporting comments to a summary file — do this first if the review trail matters.
- Do notes show in print?
- Usually. Remove them first or check print preview.
- Is removal reversible?
- No, not after saving. Keep the original.