PDF Appendix Linker

Auto-insert internal jump links for mentions like see Appendix X / 见附录X

Generate a text PDF and automatically link appendix mentions.

Highlights:

  • Detects see Appendix X and 见附录X
  • Detects appendix anchors like Appendix X / 附录X
  • Adds clickable internal jump links

Example Results

2 examples

Multi-Appendix Mentions

Links multiple appendix references in one document to detected anchors

appendix-linker-example1.pdf View File
View input parameters
{ "title": "Project Brief", "documentText": "Overview\nSee Appendix A for policy details. See Appendix B for performance data.\n\nAppendix A\nPolicy details.\n\nAppendix B\nPerformance data table.", "pageSize": "A4", "landscape": false, "fontSize": 12, "lineHeight": 1.45, "margin": 40 }

Letter Landscape Appendix Notes

Creates internal links for operational notes in a wider Letter layout

appendix-linker-example2.pdf View File
View input parameters
{ "title": "Operations Notes", "documentText": "Checklist\nSee Appendix X for SLA targets. See Appendix Y for rollout log.\n\nAppendix X\nSLA targets and assumptions.\n\nAppendix Y\nRollout timeline and change log.", "pageSize": "Letter", "landscape": true, "fontSize": 11, "lineHeight": 1.55, "margin": 34 }

Key Facts

Category
Documents & PDF
Input Types
text, textarea, select, checkbox, number
Output Type
file
Sample Coverage
4
API Ready
Yes

Overview

The PDF Appendix Linker is a specialized document tool that automatically converts text-based references into functional, clickable internal jump links within your PDF files. By identifying standard phrases like "see Appendix X" or "见附录X" and matching them to their corresponding appendix headers, the tool ensures your readers can navigate complex documentation with ease.

When to Use

  • When creating technical reports or proposals that require frequent cross-referencing to supporting data.
  • When you want to improve document readability by allowing readers to jump directly to specific appendices.
  • When you need to generate a professional, navigable PDF from plain text content without manual link configuration.

How It Works

  • Enter your document title and paste your content into the text editor.
  • Ensure your appendix sections are clearly labeled with headers like 'Appendix X' or '附录X'.
  • Adjust document settings such as page size, margins, and font size to suit your layout requirements.
  • Generate the PDF, and the tool will automatically detect mentions and insert internal jump links.

Use Cases

Technical documentation requiring quick access to supplementary data tables.
Academic or research papers that reference multiple supporting appendices.
Business proposals that link executive summaries to detailed financial or operational appendices.

Examples

1. Project Brief with Multiple Appendices

Background
A project manager needs to distribute a proposal that references two distinct sets of data located at the end of the document.
Problem
Readers often lose their place when scrolling to find referenced data tables.
How to Use
Paste the project text into the editor, ensuring 'Appendix A' and 'Appendix B' headers are present, then generate the PDF.
Outcome
The resulting PDF contains clickable links that instantly transport the reader from the main text to the specific appendix section.

2. Operations Manual Navigation

Operations Manager
Background
An operations manual contains numerous references to SLA targets and rollout logs.
Problem
Manual navigation through a long document is inefficient for staff during daily operations.
How to Use
Use the 'Letter' page size and 'Landscape' mode to format the manual, then process the text to link all 'Appendix X' and 'Appendix Y' mentions.
Outcome
Staff can now click directly on the 'See Appendix X' text to view SLA targets immediately, significantly reducing search time.

Try with Samples

pdf, video, text

Related Hubs

FAQ

Does this tool support custom appendix naming?

The tool is optimized to detect standard 'Appendix X' or '附录X' patterns. For best results, use these naming conventions in your headers.

Can I change the page orientation?

Yes, you can toggle the 'Landscape' checkbox to switch between portrait and landscape orientations.

What file formats can I export?

This tool generates documents in PDF format, ensuring compatibility and preserved link functionality.

Are the links clickable in all PDF viewers?

Yes, the tool uses standard internal PDF jump links that are compatible with all major PDF readers and web browsers.

Is there a limit to the number of appendices I can link?

There is no hard limit; the tool will process all correctly formatted appendix mentions and headers found within your provided text.

API Documentation

Request Endpoint

POST /en/api/tools/pdf-appendix-linker

Request Parameters

Parameter Name Type Required Description
title text Yes -
documentText textarea Yes -
pageSize select No -
landscape checkbox No -
fontSize number No -
lineHeight number No -
margin number No -

Response Format

{
  "filePath": "/public/processing/randomid.ext",
  "fileName": "output.ext",
  "contentType": "application/octet-stream",
  "size": 1024,
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
File: File

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-pdf-appendix-linker": {
      "name": "pdf-appendix-linker",
      "description": "Auto-insert internal jump links for mentions like see Appendix X / 见附录X",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-appendix-linker",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]