Kategorien

GitHub README zu PDF

Ruft ein GitHub README ab und rendert es als PDF

Erstellt ein PDF aus einem GitHub README. **Quelle:** - Repo-URL oder `owner/repo` - Optionale Branch- und README-Pfade **Ausgabe:** - GitHub-ähnliches Styling mit Druckoptionen

API-Dokumentation

Request-Endpunkt

POST /de/api/tools/github-readme-to-pdf

Request-Parameter

Parameter-Name Typ Erforderlich Beschreibung
repository text Ja -
branch text Nein -
readmePath text Nein -
theme select Nein -
baseFontSize number Nein -
pageSize select Nein -
landscape checkbox Nein -
printBackground checkbox Nein -
marginTop number Nein -
marginBottom number Nein -
marginLeft number Nein -
marginRight number Nein -
waitUntil select Nein -
waitTime number Nein -

Antwortformat

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

MCP-Dokumentation

Fügen Sie dieses Tool zu Ihrer MCP-Server-Konfiguration hinzu:

{
  "mcpServers": {
    "elysiatools-github-readme-to-pdf": {
      "name": "github-readme-to-pdf",
      "description": "Ruft ein GitHub README ab und rendert es als PDF",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=github-readme-to-pdf",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

Sie können mehrere Tools verketten, z.B.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, maximal 20 Tools.

Wenn Sie auf Probleme stoßen, kontaktieren Sie uns bitte bei [email protected]