QR Code Creator — Generate Custom QR Codes for Business Use
A QR code creator generates QR codes for business cards, menus, marketing materials, and product packaging. Here's how to create QR codes for specific business use cases with...
QR codes are now a standard part of business operations: restaurant menus, product packaging, business cards, marketing materials, and event check-ins. Creating them requires choosing the right data format for the use case and the right settings for the print context.
Use the QR Code Generator to create QR codes for any business use case.
QR codes by business use case
Restaurant and food service
Digital menu QR code:
Input: https://yourrestaurant.com/menu
Error correction: M (standard)
Size: 3–4 cm for table tents
WiFi access for customers:
WIFI:T:WPA;S:RestaurantGuest;P:guest2024;;
Scan and connect — no password typing. See the WiFi QR code guide for the full format.
Loyalty program / app download:
https://apps.apple.com/app/id...
Or use a universal deep link that routes to App Store or Google Play based on device.
Business cards
vCard format — the professional standard:
BEGIN:VCARD
VERSION:3.0
N:Smith;John;;;
FN:John Smith
ORG:Acme Corporation
TITLE:Head of Sales
TEL;TYPE=WORK,VOICE:+12025551234
EMAIL:john.smith@acme.com
URL:https://linkedin.com/in/johnsmith
END:VCARD
Scanning opens the Contacts app with all info pre-filled. The user taps “Add Contact” — no manual typing.
Recommended settings for business cards:
- Error correction: H (high) — business cards get handled frequently
- Size: 2–2.5 cm on the card
- Download as SVG for print
Retail and e-commerce
Product page link:
https://store.com/products/product-slug?utm_source=qr&utm_medium=packaging
The UTM parameters let you track how many purchases come from the QR code in Google Analytics.
Product review request:
https://store.com/review?product=123&customer_id=ABC
Reorder link:
https://store.com/cart?add=product-123&qty=1
Events and conferences
Speaker bio / schedule:
https://conference.com/speakers/jane-smith
Session feedback form:
https://forms.google.com/d/e/...
Check-in: Attendee-specific QR codes for event check-in use unique URLs or embedded IDs:
https://event.com/checkin?attendee=a1b2c3d4
Contact exchange:
BEGIN:VCARD
VERSION:3.0
N:Doe;Jane;;;
FN:Jane Doe
TEL:+12025551234
EMAIL:jane@example.com
END:VCARD
Healthcare and professional services
Appointment booking:
https://booking.yourbusiness.com
Patient forms / intake:
https://forms.yourbusiness.com/intake
Prescription / medication information: Plain text or URL to product information page
Design considerations for business QR codes
Color and branding
QR codes work in any high-contrast colors — not just black on white:
- Dark module on light background ✓
- Light module on dark background ✓ (inverted)
- Brand colors on white background ✓ (if contrast is sufficient)
Minimum contrast: Dark/light ratio of at least 4:1. Test by scanning at intended size before printing.
Logo overlay: Place a logo in the center with Level H error correction. The logo can cover up to 20–25% of the QR code area. The remaining 75–80% with 30% error correction capacity means the code still scans reliably.
Print specifications
| Medium | Minimum size | Format |
|---|---|---|
| Business card | 1.5 × 1.5 cm | SVG |
| Brochure/flyer | 3 × 3 cm | SVG or 300 DPI PNG |
| Poster | 5 × 5 cm | SVG |
| Banner | 10 × 10 cm | SVG |
| Signage | Based on viewing distance | SVG |
Always download SVG for print. PNG must be high resolution (300+ DPI at final print size).
Quiet zone
The quiet zone is the white border around the QR code. It must be at least 4 modules (rows/columns) wide. Don’t print text or graphics inside the quiet zone — it causes scan failures.
Testing before production printing
Required steps before final print run:
- Generate and download at print size
- Print a test copy (same printer, same paper)
- Scan from the intended distance with three devices (different phones)
- Verify destination: URL loads, WiFi connects, contact saves correctly
- Check in low light conditions (restaurant table, dim office)
For large print runs (menus, packaging), print 10–20 test copies and scan all of them. Quality variations in print position and ink coverage can affect scannability.
UTM tracking for business QR codes
All QR codes pointing to websites should include UTM parameters:
https://yourbusiness.com/page?utm_source=qr_code&utm_medium=print&utm_campaign=menu_2024
This tells Google Analytics exactly how many visits came from the QR code, from which material, and in which campaign.
Track in Google Analytics: Acquisition → Traffic Acquisition → filter by utm_medium = print.
Related tools
- QR Code Generator — create QR codes for any use case
- Create QR Code — step-by-step guide
- WiFi QR Code Generator — WiFi credential QR codes
Related posts
- How QR Codes Work — and How to Make Ones That Actually Scan — QR codes aren't magic. Finder patterns, Reed-Solomon error correction, version s…
- Create QR Code — Generate QR Codes for URLs, Text, and Contacts — Creating a QR code takes your URL, text, or contact data and encodes it as a sca…
- Dynamic QR Code vs Static QR Code — What's the Difference? — Dynamic QR codes use a redirect URL that can be changed after printing. Static Q…
- QR Code Maker — Create QR Codes for Any URL, Text, or Contact — A QR code maker generates scannable QR codes from URLs, text, phone numbers, ema…
- QR Code for Website — Generate a QR Code That Links to Your URL — A QR code for a website encodes the URL directly. Here's how to create one, what…
Related tool
Generate QR codes for URLs, text, Wi-Fi, contact cards. Custom size, colors, error correction. Download as PNG or SVG. 100% client-side.
Written by Mian Ali Khalid. Part of the Encoding & Crypto pillar.