export_resume
Render CV content to ATS-safe PDF or DOCX files with clean single-column layout and standard fonts for parser readability.
Instructions
Render finished CV content to a clean, ATS-safe PDF or DOCX file.
Pass content as either markdown text (use #/##/### headings and -
bullets) OR structured CV JSON (same shape as the master resume). Choose
format = "pdf" or "docx". The layout is deliberately single-column with
standard fonts and real text (never image-rendered) so ATS parsers read it.
Returns {path, format, blocks} with the saved file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | docx | |
| content | Yes | ||
| filename | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||