resume-render
:
Instructions
Render a JSON Resume object to a downloadable PDF or HTML file using a specified theme. Returns a URL to download the generated file. Use this to produce a polished, formatted resume for sharing or printing. Use resume-themes to see available themes. For a quick inline preview without generating a file, use resume-preview instead. Requires scope: resume:write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resume | Yes | Resume object in JSON Resume format | |
| theme | Yes | Theme name (e.g. even, stackoverflow, class, professional, elegant, macchiato, react, academic) | |
| format | No | Output format: pdf (default) or html |