Categories

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 }

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]