PDF Ebook Navigation
Ebook navigation demo with chapter/section jumps and return-to-top links
Build a navigable ebook-style PDF with internal links.
**Includes:**
- Homepage chapter and section jump list
- Return-to-top button on every page
API Documentation
Request Endpoint
POST /en/api/tools/pdf-ebook-navigation
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| title | text | Yes | - |
| bookJson | textarea | Yes | - |
| pageSize | select | No | - |
| landscape | checkbox | No | - |
| margin | number | No | - |
| bodyFontSize | number | No | - |
| lineHeight | 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-ebook-navigation": {
"name": "pdf-ebook-navigation",
"description": "Ebook navigation demo with chapter/section jumps and return-to-top links",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-ebook-navigation",
"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]