PDF Page Master Template (PDF页面母版模板)
Generate a master page PDF with margins, grid, header/footer zones, and column guides
Create a printable PDF master page template for layout planning and design systems.
**Guides Included:**
- Margin box and safe area
- Optional bleed inset and trim guide
- Grid and baseline guides
- Column gutters and header/footer zones
- Optional rulers and labels
API Documentation
Request Endpoint
POST /en/api/tools/pdf-page-master-template
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| title | text | No | - |
| pageSize | select | No | - |
| orientation | select | No | - |
| marginTop | number | No | - |
| marginBottom | number | No | - |
| marginLeft | number | No | - |
| marginRight | number | No | - |
| showBleed | checkbox | No | - |
| bleedSize | number | No | - |
| showGrid | checkbox | No | - |
| gridSize | number | No | - |
| showBaseline | checkbox | No | - |
| baselineSpacing | number | No | - |
| showColumns | checkbox | No | - |
| columnCount | select | No | - |
| gutterWidth | number | No | - |
| showHeaderFooter | checkbox | No | - |
| headerHeight | number | No | - |
| footerHeight | number | No | - |
| safeInset | number | No | - |
| showRulers | checkbox | No | - |
| showLabels | checkbox | 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-page-master-template": {
"name": "pdf-page-master-template",
"description": "Generate a master page PDF with margins, grid, header/footer zones, and column guides",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-page-master-template",
"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]