generate_pdf_from_markdown
Convert Markdown content into a PDF document. Input markdown text and receive base64-encoded PDF bytes for integration into document workflows.
Instructions
Generate a PDF from Markdown content.
Args: markdown: Markdown content to convert to PDF.
Returns: Base64-encoded PDF bytes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |