generate_and_save_cv_pdf
Create a customized CV in PDF format by providing your profile and job requirements. The output is saved to a specified directory.
Instructions
Generate tailored CV and save specifically as PDF format (legacy tool - consider using 'generate_cv' which defaults to PDF). If outputPath is not provided, uses DEFAULT_OUTPUT_PATH from environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | No | Directory path where the CV should be saved (optional, uses DEFAULT_OUTPUT_PATH if not provided) | |
| userProfile | Yes | ||
| jobRequirements | Yes |