list_pdf_hyperlinks
Extract all hyperlinks and clickable URIs from a PDF to inventory links for auditing or modification planning.
Instructions
Extract all existing hyperlinks and clickable URIs from a PDF.
Use this tool to inventory the links in a document before or after making modifications. It reports the target URI, its location (bbox), and the text covered by the link if detectable.
Args: input_path: Absolute path to the PDF file to scan. password: Optional password if the PDF is encrypted.
Returns: JSON string with the inventory of found hyperlinks.
Example: list_pdf_hyperlinks("/path/to/report.pdf")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| password | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |