Do PDFs Have Read Receipts? (No — Here's What Actually Works)
By Oleh Tsyupa, Founder of PDFTrackr · Published 2026-07-28 · Updated 2026-07-28
9 min readPage one loses 34.4% of readers before page two — more than pages two through twelve lose combined (32.7 points) — and the median reading session lasts 45.7 seconds.
A read receipt, if PDFs had one, would be a single yes/no. Our own reading data is the argument for why that yes/no is the least useful thing to know: most people who open a document never reach the second page, so opened and read are not close to the same event.
Based on 3,017 validated sessions across 1,513 readers and 126 documents (PDFTrackr production analytics, all time, extracted 10 Jul 2026). Figures are medians, not averages.
You can see this for your own document before reading any further: create a free tracked link — 50 files, 12 months of history, no card. The rest of this page is the comparison.
Why can't a PDF report back? Because nothing in the file is allowed to
A PDF is a container of pages, fonts and instructions that a reader application draws on a screen. Once you attach it to an email, it is a copy on somebody else's disk, opened by software you do not control, possibly with no network connection at all. There is no step in that sequence where anything reports home, because no such step exists in the format.
The two workarounds people reach for are both blocked by design. The first is a remote image — a pixel pulled from a server when the page renders. The second is document-level JavaScript that posts a message somewhere on open. Adobe's enhanced security exists precisely to stop this class of behaviour: Acrobat warns the user when a PDF attempts to reach external resources such as images or websites, and its Trust Manager lets an administrator block PDF access to every website outright. A tracking mechanism that triggers a security warning, and that a default setting can switch off, is not a receipt. It is a request for permission that most recipients will decline without ever seeing it.
The third option, DRM, does work — and it is worth being plain about the trade. A DRM system such as Locklizard makes the reader's viewer check with the publisher's licence server before the document first opens, and that request can be logged. PDFTrackr does not do this and is not the tool for it: if your requirement is to stop a file being kept, forwarded or printed, buy DRM. What DRM buys you is control over the copy. What it does not buy you, on its own, is a picture of how much of the document anyone read.
What do people mean by “PDF read receipt”? Four different questions
The phrase collapses four questions that have four different answers, which is why the searches for it end in forum threads. Sorting them out first is how you avoid buying the wrong tool:
- “Did my email arrive and get opened?” — a question about the message. An email read receipt answers it, conditionally.
- “Did they open the attachment?” — unanswerable for a plain attachment. Nothing measures it, in any product, at any price.
- “Did they open the document, and how much did they read?” — answerable, but only if you stop sending the file and send a tracked link instead.
- “Can I stop them keeping or forwarding it?” — a DRM question, not a tracking one.
Question two is the one worth internalising, because it is the one every vendor is quiet about. A PDF sent as an email attachment cannot be tracked by anybody. That is a property of attachments, not a gap in somebody's product, and any tool claiming otherwise is describing something else — usually the email, sometimes a link they quietly substituted for your file.
Four methods that get close, ranked by what they actually confirm
Every cell below is the method's own documented behaviour, sourced at the foot of the page. Read the second column: the gap between what a method confirms and what people assume it confirms is where the disappointment lives.
| Method | What it actually confirms | Who can switch it off | Works on a PDF sent as an attachment | Tells you which pages were read |
|---|---|---|---|---|
| Tracked link to a hosted copy (PDFTrackr, Papermark, DocSend, Adobe Acrobat share links) | The document was opened in the sender's viewer, with a timestamp | Nobody — the sender controls the link | No — you send the link instead of the file | Yes, on the tools that record per-page reading time |
| Email read receipt (Outlook / Exchange) | The message was opened, if the recipient agrees to tell you | The recipient, per message or permanently | No — it reports on the message, not the file | No |
| Email open-tracking pixel (Mailtrack, Yesware and similar) | Remote images in the message were fetched | The recipient's mail client, by blocking or preloading images | No — it reports on the message, not the file | No |
| Something inside the PDF (remote image, document JavaScript) | Nothing dependable — the reader application decides | Acrobat's enhanced security and Trust Manager, by default | Only if the reader allows outbound access, which triggers a warning | No |
Method 1 — a tracked link. You upload the PDF, share a link, and the document is served by a viewer you control. What the server records is a session rather than an event: which pages were reached, how long each one held attention, where the reader stopped, and — if you asked for an email before access — who it was. Adobe Acrobat's own share links are the low-effort version of this if you already live in Acrobat and only need the yes/no: the shared-file view reports how many people opened the file, a last-activity timestamp, and the viewer's email where they signed in. Papermark and Peony both give page-by-page data on a free plan, and both cap the history at 30 days — Papermark's also keeps only the last 20 views. DocSend has no free plan at all and starts at $10 per user per month on annual billing. All of them make you swap the attachment for a link; what differs after that swap is how much of the reading you get to see, and for how long.
PDFTrackr is the pick when the question is how much was read. Page-by-page reading time, viewer identification by email, password, expiry and download-off controls, and 12 months of history with every view retained are all on the free plan — 50 files and 50 links, no card — and automated opens are excluded from the counts before they reach your dashboard. That last part is the difference between a number you can act on and a number that includes the recipient's mail gateway, and it is why a document you send once and hear about three weeks later is still readable as data rather than an expired row.
In practice PDFTrackr changes the ask rather than answering it. Instead of requesting a receipt you will not get, you upload the file once and create a separate link for each recipient, then read the sessions against the names you sent them to. A link can carry a password, an expiry date and a download switch, and it can require an email address before the document renders — which is what turns an anonymous session into a named one. Nothing about the document itself changes: the recipient opens an ordinary PDF in a browser. What changes is that the reading leaves its record on your side of the wire instead of theirs.
Method 2 — an email read receipt. This is the feature the phrase “read receipt” was coined for, and it is the recipient's to grant. Microsoft's own Outlook documentation is unambiguous about the limit:
“In Outlook, the message recipient can decline to send read receipts. […] There is no way to force a recipient to send a read receipt.”— Microsoft Support, “Add and request read receipts and delivery notifications in Outlook”, fetched 2026-07-29
A recipient can also refuse every request permanently, and clients that do not implement receipts never answer. So a returned receipt is evidence; a missing one is nothing. And a returned one says the message was opened, not the attachment.
Method 3 — an open-tracking pixel in the email. A one-pixel image fires when the mail client loads remote content. Apple's Mail Privacy Protection broke the inference underneath that: with the setting on, Apple's documentation says the sender's view of the IP address is hidden and remote content is “privately downloaded in the background when you receive a message (instead of when you view it)”. The pixel fires on delivery, for messages nobody opened — a false positive by construction, and the same class of problem as the automated opens we exclude from our own counts; see whether PDF view counts are real for the size of it.
Method 4 — a mechanism inside the file. Covered above: blocked by default, warned about when attempted, and silently useless when it fails. The one variant that works is DRM, at DRM's price and DRM's friction. For everyone whose actual question is “did they read it”, method 1 is the answer, and the practical walk-through of who opened your PDF covers the setup end to end.
What can a tracked link measure, and what can it still not?
It can measure the session: when the link was opened, from which country, how long each page held attention, how far through the reader got, and — where you asked for an email before access — which named person it was. It can also do the thing a receipt cannot, which is tell you the reading was human rather than a security scanner opening the link before delivery.
It cannot follow the file once someone downloads it. It cannot tell you the document was understood, or read by the person it was meant for rather than the assistant who forwards their mail. And it can do nothing at all for a PDF you sent as an attachment. Those limits bind every vendor in this category; what differs is what each does with the session it can see.
Which is where the yes/no framing falls apart. Here is the share of readers reaching each page across our own tracked documents.
A receipt would have marked every one of those sessions “read”. Roughly a third of them stopped on the cover. If you are chasing a decision, the difference between a reader who stopped on page one and one who spent four minutes on your pricing page is the entire signal, and no yes/no carries it. You can see what that looks like on a live document without signing up.
PDF read receipt vs email read receipt: they answer different questions
An email read receipt is a message-level acknowledgement, granted by the recipient, that says nothing about any attachment. A tracked link is a document-level record, controlled by the sender, that says nothing about the email. They are not two grades of the same feature; they are answers to questions two people are asking at cross purposes.
The practical verdict: PDFTrackr, or any hosted-link tool, is what you want when the document is the thing that matters and you need to know whether it landed and how deep anyone got — and the counts are worth trusting because automated opens are separated out before they reach your dashboard. An Outlook read receipt is what you want when you only need to know a message was seen and you accept that the recipient may decline. If you need both, send the tracked link inside a message with a receipt request, and read the two signals as the different things they are — that is also how PDF views and downloads are tracked in practice. And whichever you choose, the underlying mechanism is the same one described in how free PDF tracking works.
Frequently asked questions
Do PDFs have read receipts?
No. A PDF is a static document format with no mechanism to tell its sender when, where, or whether it was opened, and no PDF reader adds one. The methods that come close all replace the file with a hosted link, or report on the email rather than the document.
Can you tell if someone opened a PDF you emailed as an attachment?
No — not with any tool, at any price. Once a PDF leaves as an attachment it is a copy on the recipient's disk, opened by software you do not control. To know whether it was opened you have to send a tracked link to a hosted copy instead of the file itself.
How do I add a read receipt to a PDF?
You cannot add one to the file. Embedding a remote image or document-level JavaScript is the usual attempt, and Adobe's enhanced security blocks it: Acrobat warns the user when a PDF tries to reach external resources, and the Trust Manager can block PDF access to websites entirely. Upload the PDF and share a tracked link instead.
Does Adobe Acrobat tell you when someone opens a PDF?
Only for files shared through an Acrobat link, not for a PDF you emailed. Adobe's shared-document view reports how many people opened the file, a last-activity timestamp, and the viewer's email address where the viewer signed in. A PDF opened from a local copy is invisible to Adobe as it is to everyone else.
Is an Outlook read receipt proof the PDF was read?
No, on two counts. Microsoft's documentation states that the recipient can decline to send a read receipt and that there is no way to force one, so a missing receipt means nothing. And a returned receipt confirms the message was opened, not that the attachment was ever opened or read.
Do email tracking pixels work for PDF attachments?
They report on the email, not the attachment. They are also unreliable for the email: Apple's Mail Privacy Protection downloads remote content in the background when a message is received rather than when it is viewed, so the pixel fires for messages nobody opened.
What is the free way to know if someone read a PDF?
Share it as a tracked link. PDFTrackr's free plan covers 50 files and 50 links with page-by-page reading time, viewer identification by email, password and expiry controls, and 12 months of history, with automated opens excluded from the counts. Papermark and Peony also give page-by-page data free; Papermark's free plan keeps the last 20 views over 30 days.
Sources
- Microsoft Support — Add and request read receipts and delivery notifications in Outlook (recipient can decline; no way to force a receipt) (accessed 2026-07-29)
- Apple Support — Use Mail Privacy Protection on iPhone (IP address hidden; senders cannot see whether you opened the message) (accessed 2026-07-29)
- Apple Support — Protect email privacy in Mail on Mac (remote content privately downloaded in the background on receipt, not on view) (accessed 2026-07-29)
- Adobe — Security warnings in PDFs in Acrobat (pop-up warning when a PDF attempts to connect to an external website or execute a script) (accessed 2026-07-29)
- Adobe — Allow or block links to other websites (Trust Manager: “Block PDF files’ access to all web sites”) (accessed 2026-07-29)
- Adobe — Manage shared documents in Acrobat (viewer count, last-activity timestamp, viewer email where signed in) (accessed 2026-07-29)
- Papermark — Pricing (free plan: 50 documents, 50 links, last 20 views, 30-day analytics) (accessed 2026-07-29)
- Peony — Pricing (free plan: 50 documents, page-by-page analytics, 30-day retention) (accessed 2026-07-28)
- DocSend — Pricing (no free plan; Personal from $10 per user per month, billed yearly) (accessed 2026-07-29)
- Locklizard — Secure PDF Viewer (viewer checks with the publisher’s administration server on first open) (accessed 2026-07-29)
- PDFTrackr — Pricing (our own product; free-plan limits and features) (accessed 2026-07-28)
No read receipt? Get the reading record instead
Upload the PDF, send a tracked link rather than the file, and see which pages each reader actually reached. Free: 50 files, 50 links, 12 months of history, no card.
Create a free tracked linkKeep reading: how free PDF tracking works, how to know who opened your PDF, and whether the view counts you are shown are real. Methodology for the figures on this page: 3,017 validated sessions, extracted 10 Jul 2026.
Oleh Tsyupa
Founder, PDFTrackr
Has analysed over 3,000 tracked document-viewing sessions on PDFTrackr.