You're viewing a demo portfolio

Join the waitlist
PRSM

generate_pdf

Active

Tool of net.alpha-systems/pdf

declared in 1.0.0

Convert Markdown into a clean, professionally formatted PDF and return a downloadable URL. Supports # / ## / ### headings, **bold**, `code`, - bullet lists, 1. numbered lists, and --- rules. Free tier: 30/hour; pass Authorization: Bearer <key> for unlimited (buy a key at https://alpha-systems.net).

Parameters schema

{
  "type": "object",
  "required": [
    "markdown"
  ],
  "properties": {
    "title": {
      "type": "string",
      "description": "Document title, rendered as the top heading."
    },
    "markdown": {
      "type": "string",
      "description": "Markdown body."
    },
    "page_size": {
      "enum": [
        "A4",
        "LETTER",
        "LEGAL"
      ],
      "type": "string",
      "description": "Page size (default A4)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

net.alpha-systems/pdf

1/7 registries
View full server →