generate_cv_pdf
Creates a professional PDF CV from tailored data, saving it to a specified directory with options for filename, page size, and margins.
Instructions
Generate and save CV as a professional PDF document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cvData | No | Tailored CV data object | |
| margins | No | PDF margins - uses PDF_MARGIN_* env vars if not provided | |
| fileName | No | Custom filename (without extension) | |
| pageSize | No | PDF page size (e.g., 'A4', 'Letter', 'Legal') - uses PDF_PAGE_SIZE env var if not provided | |
| outputPath | Yes | Directory path where the CV should be saved |