◆ Acrobat · convert

Verify All Links

Before I report link checks, capture the live destination, note if it redirects to a mobile or paywalled page, and fla…

1ready prompt
1real task
3roles

When to use it

real situations

AI prompts

1 way to ask · copy any one
BImprove — “do it better”Before I report link checks, capture the live destination, note if it redirects to a mobile or…+
Before I report link checks, capture the live destination, note if it redirects to a mobile or paywalled page, and flag any tracking parameters that should be removed; attach a screenshot for every failing URL for the digital editor.
when the reply comes backPush once: ask it to sharpen the weakest part, and to say what it assumed.

How to do it

the tool · the steps · what to avoid
  1. 1

    Open the PDF file you want to audit in Adobe Acrobat Pro.

  2. 2

    Go to the View menu, select Show/Hide, then choose Navigation Panes and click Attachments to display all file attachments.

    NoteThe Attachments pane lists all files embedded in the PDF.

  3. 3

    In the Attachments pane, manually review and note each attachment or use the options menu to export or save the list if needed.

  4. 4

    Go to the Tools pane and select Action Wizard.

  5. 5

    Create a new action and add a step to execute JavaScript.

  6. 6

    Insert a JavaScript to iterate through all links in the document and output their destinations; for example, use: for (var p = 0; p < this.numPages; p++) { var annots = this.getAnnots({nPage: p}); if (annots) { for (var i = 0; i < annots.length; i++) { if (annots[i].type == 'Link') console.println('Page ' + (p+1) + ': ' + annots[i].URI); } } }

    Best practiceYou can copy the console output to a text file for compliance documentation.

  7. 7

    Run the action to generate the list of all links; review the output in the JavaScript Console (open via Ctrl+J if not visible).

    NoteThis process lists all web and document links but does not export them directly to a file.

You can use the JavaScript Console to extract and review all link destinations in your PDF for auditing purposes.

This runs in the Acrobat app - there is no separate API for this task.

Glossary

words on this page
LinkA clickable area that takes you to another place or file.ExampleClicking the link on the webpage opened a new tab with the product's specifications.
AttachmentA file that is added inside a PDF, so it travels with the PDF.ExampleThe email included an attachment of the full contract, which opened as a PDF.
SanitizeTo remove sensitive or private information from a document before sharing it.ExampleRemember to sanitize the document by redacting personal details before sharing it publicly.

The real tasks

the one, listed here
Click every linked URL and QR code in the draft to make sure they open the intended destination before we publish.

Who does this

3 roles
Compliance OfficerRecords ManagerDocument Control Specialist

FAQ

about this task
  1. Open your PDF in Acrobat.
  2. Go to 'Edit' > 'Link'.
  3. Manually click on each link in your document.
  4. Verify that each link takes you to the correct destination. If a link is broken, you will need to edit it.

It is important to verify links to ensure that your readers can access all the information you intend for them to see. Broken links can make your document look unprofessional and prevent people from getting important details. Checking links helps maintain the document's credibility and usefulness, especially for reports or academic papers.

FeaturePurposeStorage
LinkConnects to another location (web, page, file).Points to external or internal content.
AttachmentEmbeds another file directly into the PDF.Stored inside the PDF document itself.

Currently, Adobe Acrobat does not offer an automatic 'check all links' feature. For large PDFs with many links, you will still need to manually click and test each link individually. This ensures accuracy but can be time-consuming. You can use the 'Edit > Link' tool to quickly navigate and modify existing links as you test them.

  1. Go to 'Edit' > 'Link' in Acrobat.
  2. Select the broken link's rectangle.
  3. Right-click the link and choose 'Edit Link' or 'Properties'.
  4. Update the link's URL or destination to the correct one.
  5. Test the link again to confirm it is now working.

Sources

where this comes from
Copyright © LLOS.ai · 2026 — original pedagogy, voice, and design — all rights reserved.
Built on public evidence: O*NET®, ESCO, Wikipedia, U.S. Bureau of Labor Statistics, forum demand signals.