PDF Link Extractor
Pull every link out of a PDF, separating real clickable links from URLs written as text.
Processing: This tool runs entirely in your browser. Your input and any file you open stay on your device — nothing is uploaded to a server.
How to use the pdf link extractor
- Choose your PDF.
- Read the two lists — clickable annotations and written URLs.
- Copy them if you need them elsewhere.
About this tool
Finds links two ways, and reports them separately because they are genuinely different things.
A link annotation is a clickable region on the page. It carries a target URL that a reader never sees, and that target can differ entirely from the text displayed over it. That is precisely how a misleading link works — the page reads `example.com` while the annotation points somewhere else — and it is the reason checking a PDF's real link targets is worth doing before trusting one.
A URL written in the text is just characters. Some viewers detect and linkify them, most do not, so a URL that looks like a link in one reader is plain text in another.
Seeing both lists side by side answers questions that neither answers alone: whether a document's links go where they claim, and whether a URL you can see is actually clickable.
A scanned document will usually yield nothing, because a scan is an image with no text layer to search and no annotations to read. That is worth knowing rather than being puzzled by.
Nothing is fetched. The links are read out of the file and listed — none is visited, so no request is made to any of them.
Common uses
- Checking where a document's links actually point before clicking.
- Collecting every reference from a report or paper.
- Auditing a published PDF for dead or wrong links.
Frequently asked questions
- What is the difference between the two kinds?
- A link annotation is a clickable region whose target can differ from the text shown over it. A URL in the text is just characters, clickable only if a particular viewer chooses to detect it.
- Why did it find nothing in my PDF?
- It is probably a scan — an image with no text layer and no annotations. There is nothing to read.
- Are the links visited or checked?
- No. They are read out of the file and listed. No request is made to any of them.
Related tools
PDF Text Extractor
Pull the text out of a PDF, page by page, ready to copy or download as a text file.
URL Cleaner
Strip utm, gclid, fbclid and other tracking parameters from one URL or a whole list.
URL Validator
Check whether a URL is well-formed, and see exactly what is wrong when it is not.
PDF Metadata Viewer
Inspect a PDF's title, author, producer, dates, page count, page size and encryption state.