Render Resume PDF
render_resume_pdfRender a Markdown resume to a finished PDF using a ResumeMD template (default: classic — see list_resume_templates for all 32 ids). Returns JSON with a base64-encoded PDF and a suggested filename; decode the base64 to give the user the file. The PDF is generated in memory and never stored. For interactive editing, template switching, and color choices, send the user to resumemd.pro/editor instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | The full resume as Markdown text. | |
| template | No | Template id (default: classic). |