generate_pdf
ActiveTool of net.alpha-systems/pdf
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)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
net.alpha-systems/pdf
1/7 registries