Catégories

Générateur de Sections et TOC PDF

Génère un PDF avec table des matières et pages de section

Générez un PDF avec une table des matières et des pages de section. **Fonctions :** - Analyse des sections et pages - Styles de points de suite - Numéros de page - Typographie et marges

Documentation de l'API

Point de terminaison de la requête

POST /fr/api/tools/pdf-section-toc-generator

Paramètres de la requête

Nom du paramètre Type Requis Description
sections textarea Oui -
tocTitle text Non -
startPageNumber number Non -
pageSize select Non -
orientation select Non -
marginTop number Non -
marginBottom number Non -
marginLeft number Non -
marginRight number Non -
tocTitleSize number Non -
tocEntrySize number Non -
sectionTitleSize number Non -
showLeaders checkbox Non -
leaderStyle select Non -
showPageNumbers checkbox Non -

Format de réponse

{
  "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)"
}
Fichier: Fichier

Documentation de MCP

Ajoutez cet outil à votre configuration de serveur MCP:

{
  "mcpServers": {
    "elysiatools-pdf-section-toc-generator": {
      "name": "pdf-section-toc-generator",
      "description": "Génère un PDF avec table des matières et pages de section",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-section-toc-generator",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

Vous pouvez chaîner plusieurs outils, par ex.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 outils.

Si vous rencontrez des problèmes, veuillez nous contacter à [email protected]