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
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]