Overview
Export URLs searches the active PDF for link annotations with “Open a web link” actions and extracts all web addresses (URLs). The extracted URLs can be saved to a CSV file, exported as an HTML report with clickable hyperlinks, and optionally opened in the default web browser.
How to use
- Open the PDF you want to analyse.
- Go to Plug-Ins > Links > Export URLs.
- Set the CSV output file path using the Browse button.
- Configure the optional settings (page numbers, link text, HTML export, browser integration).
- Click OK to generate the export.
CSV output settings
| Option | Description |
|---|---|
| Output file path | Full path to the CSV file where extracted URLs will be saved. |
| Include page number | Adds the page number where each link annotation appears as an additional CSV column. |
| Include link text | Adds the visible link text (anchor) when available as an additional CSV column. |
| Base URL | Optional prefix prepended to relative URLs during export. Leave empty to export URLs exactly as they appear in the document. |
HTML export
| Option | Description |
|---|---|
| Export HTML report | Creates an HTML file containing a table of clickable hyperlinks. The HTML output path control is enabled when this option or Open in browser is checked. |
| HTML output path | Full path to the HTML report file. Required when HTML export or browser integration is enabled. |
Browser integration
| Option | Description |
|---|---|
| Open web links in default browser | Launches each extracted URL in the system default browser. |
| Delay between links (seconds) | Number of seconds to wait before opening the next link. Set to 0 to
open all links immediately. Accepts values from 0 to 3600. |
Tip
Use the HTML export to quickly review all hyperlinks in a document. The report includes clickable links for easy verification.
Note
Relative URLs are exported as-is unless you specify a base URL. Some links may not contain visible anchor text.