generate_resume
Create professionally formatted PDF resumes using LaTeX templates. Provide resume data to generate and save PDFs to organized folders for job applications.
Instructions
Generate a resume PDF using the LaTeX Resume API. Provide resume data and get a professionally formatted PDF. Can save to custom folders within the generated-resumes directory.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resumeData | Yes | Complete resume data object | |
| filename | No | Optional filename for the saved PDF (without extension) | resume |
| folderPath | No | Optional folder path within the generated-resumes directory. If not specified, saves to the root directory. If the folder doesn't exist, it will be created. Example: 'job-applications/google' or 'drafts' |