generate_pdf
Converts a YAML CV into a one-page PDF. Indicates content overflow, allowing you to shorten the YAML and regenerate.
Instructions
Render a YAML CV into a one-page PDF via notboringresume.cloud.
Writes the PDF to output_path and returns {"path", "overflows"}.
If "overflows" is True, shorten the YAML and call this tool again.
Args:
yaml: the CV content in YAML (already tailored to the job offer). Omit it to
render the site's built-in default CV (handy for a quick manual test).
output_path: where to save the PDF, e.g. output/Acme/backend-dev/cv.pdf.
Defaults to cv.pdf in the current directory.
cv_path: path to the original CV YAML. When given, the photo from that file is
reattached to yaml before rendering (it was stripped by load_cv).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| yaml | No | ||
| cv_path | No | ||
| output_path | No | cv.pdf |