generate_cv_pdf
Convert structured CV data into a pixel-perfect PDF. Choose from 8 templates, and the output is rendered locally in a headless browser, keeping your data private.
Instructions
Generate a pixel-perfect PDF of a CV/resume using the CV Maker app at https://resume.nigamelastic.com/.
The tool accepts a structured CV JSON object and an optional template name, then:
Launches a local headless browser
Navigates to the live CV Maker site
Injects the CV data into the browser's localStorage (data never leaves this machine)
Waits for the React app to render the CV preview
Exports the rendered page as an A4 PDF with print backgrounds
Saves the PDF to a temp file and returns the file path
Available templates: standard, modern, minimal, elegant, sidebar, tech, europass, executive
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cv | Yes | ||
| destination_dir | Yes | Absolute path to the directory where the PDF will be saved. You MUST ask the user for this location before calling the tool (e.g., 'Where should I save this PDF?'). | |
| output_filename | No |