How the vCard Generator Works
AnyTool builds the vCard string entirely in the browser. It emits RFC-compliant vCard 3.0 (RFC 2426) or 4.0 (RFC 6350): a structured N and FN, typed TEL/EMAIL/ADR entries, ORG/TITLE/URL/BDAY/NOTE, an embedded base64 PHOTO, with correct escaping of commas, semicolons, and newlines and 75-octet line folding. A QR code of the photo-less vCard is rendered with the qrcode library so phones can scan to save the contact.
- Runs client-side — contact data is never uploaded
- vCard 3.0 and 4.0 with version-correct TYPE params and PHOTO encoding
- Multiple phones, emails, and addresses with types
- RFC escaping + 75-octet folding for valid output
- Scannable QR (photo excluded to keep the payload small)
- Live preview, .vcf download, copy, and QR PNG download
