generate_business_card
Business Card Generator — Generate a printable business card (PDF or PNG) from name, job title, company, and contact details. [category: generate]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Printed verbatim in the contact block — no validation, no mailto link; empty = line omitted. | ||
| phone | No | Printed verbatim in the contact block; empty = line omitted. No formatting applied. | |
| format | No | 'pdf' (default) or 'png' (300 DPI Ghostscript raster, 1050x600). Any other value silently returns the PDF. | |
| company | No | Printed under the name; omitted entirely when empty. Latin-1 only — CJK/emoji glyphs render as '.'. | |
| website | No | Printed exactly as sent — strip 'https://' yourself if unwanted; empty = line omitted. | |
| fullName | Yes | Full name printed on the card. Field name is 'fullName' — not 'name'. | |
| jobTitle | No | Job title. Field name is 'jobTitle' — not 'title'. | |
| template | No | Card layout. | modern |
| primaryColor | No | Hex color WITHOUT the leading '#'. | 1a1a2e |
| secondaryColor | No | Hex color WITHOUT the leading '#'. | E05535 |