Generate Resume PDF
pdf-resumeConvert JSON Resume data into professional PDF resumes with customizable layouts, fonts, styling, and automatic formatting for job applications.
Instructions
Generate a professional resume PDF from JSON Resume format. Supports layout customization, date/locale formatting, styling, fonts, and automatic page breaks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | Optional logical filename (metadata only). Storage uses UUID. Defaults to "resume.pdf". | |
| resume | Yes | Resume data in JSON Resume format | |
| font | No | Font for the PDF. Defaults to "auto" (system font detection). Built-ins are limited to ASCII; provide a path or URL for full Unicode. | |
| pageSize | No | Page size preset (default: "LETTER"). Use "A4" for international standard. | |
| backgroundColor | No | Page background color (hex like "#fffff0" or named color like "ivory"). Default: white. | |
| sections | No | Sections configuration for section ordering and field templates | |
| layout | No | Spatial arrangement of sections. Omit for single-column (default). Use style: "two-column" with columns config for sidebar layouts. | |
| styling | No | Typography and styling options |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |