Free File QR Code Generator
Turn any hosted file URL into a scannable QR code. Installers, archives, datasets, documents — any extension, any size.
- QR Generator
- 명함 디자이너
- WiFi 카드 인쇄
- 일괄 CSV (500개 코드)
- 40개 템플릿
- 20개 언어
이 바코드 형식은 전경색과 배경색만 사용하여 단색으로 렌더링됩니다. 템플릿, 점/눈 모양, 그라디언트, 프레임, 중앙 로고는 QR 코드에만 적용되며 여기서는 숨겨집니다.
템플릿 30개 더 보기
위의 버튼을 사용하여 스타일을 저장하여 즐겨찾기를 여기에 저장하세요.
또는 내장 아이콘 선택:
108개 아이콘 더 보기
QR 뒤에 낮은 불투명도로 표시됩니다. 사진을 통해서도 스캔되도록 EC=H를 자동 적용합니다.
일괄 생성
CSV를 업로드하여 한 번의 배치로 최대 500개의 QR 코드를 생성하세요. 각 행은 고유한 QR이 되며, 템플릿을 선택하거나 행별로 21가지 속성(색상, 프레임, 도트/아이/아이볼 스타일, 그라디언트, 투명도, 크기, 오류 정정, 형식, 내장 로고 등)을 재정의할 수 있습니다.
21개 열: type, data, filename, frametext, frame, template, fgcolor, bgcolor, size, ec, dotstyle, eyestyle, format, logo, gradient, g2, gtype, gangle, transparent, eyeball, eyecolor. type과 data만 필수입니다. data 내의 필드를 구분하려면 |을 사용하세요(예: ssid|password|WPA).
URL, WiFi, vCard, MeCard, Email, SMS, Event, Location, UPI, SEPA, PayPal, Crypto, Micro QR, rMQR을 포함한 20가지 QR 유형을 모두 지원합니다. 샘플 CSV를 다운로드하여 모든 열, 40개 템플릿, 11개 프레임 스타일, 12개의 내장 로고를 확인해 보세요.
1. 샘플 CSV 다운로드 · 2. Google Sheets, Excel, Numbers 또는 텍스트 에디터에서 편집 · 3. 여기에 업로드
QR 전체 – 유형, 모든 필드 값, 스타일, 프레임, 로고, 명함 디자인 –을 단일 .qr.json 파일로 저장합니다. 나중에 로드하여 한 번의 클릭으로 모든 것을 재현합니다.
QR 코드를 생성하려면 내용을 입력하세요
법정에서도 유효한 전자서명
Abundera Sign은 기본 전자서명을 넘어섭니다. 모든 문서에 암호화 증명, 독립 검증, 변조 방지 증거 패키지가 포함됩니다.
- 자동 생성되는 법원 준비 증거 패키지
- 개인 문서 봉인 — 즉시 변조 감지
- 5개의 독립 시스템에 고정 — 단일 장애 지점 없음
What's a File QR Code?
A QR code that, when scanned, opens or downloads any file you point to. Could be an installer (.dmg, .exe, .deb, .apk), a Zip archive, a CSV / JSON dataset, a Word / Excel document, software firmware, a CAD file — anything with a public URL.
Common use cases
- Software releases — print on hardware boxes so users scan to download installer.
- Conference handouts — link to the slide deck (.pptx / .pdf) or Excel exercise file.
- Field-ops field-data — mechanic scans a unit's QR to download its calibration file.
- App APK distribution — sideload Android apps without going through the Play Store.
- Compressed photo bundles — wedding photographer prints a card with a Zip URL.
- Public datasets — academic poster with a CSV download.
How browsers handle file downloads
The browser's MIME-type rules decide whether to render inline (PDF, image, video) or download (everything else). For force-download behavior, set Content-Disposition: attachment on your server, or append ?dl=1 to a Dropbox URL.
26개 언어 지원
완전히 번역된 UI, 원어 스크립트 렌더링, 아랍어 및 우르두어 우→좌 지원.
Frequently Asked Questions
Is there a file-size limit?
Not from our side — the QR only encodes the URL, not the file. The file's size is whatever your hosting allows.
What file types work?
Any. The browser handles the file based on its own MIME rules — common downloads (.zip, .dmg, .exe, .apk, .iso, .csv) trigger a save prompt; renderable types (.pdf, .jpg, .mp4) open inline.
How do I force download instead of inline preview?
On your own server: set Content-Disposition: attachment; filename="name.ext" in the HTTP response. On Dropbox: append ?dl=1. On Google Drive: use the export endpoint.
What about Android sideload (.apk)?
Hosts it directly. The user needs "Install from unknown sources" enabled on their Android device. Sign the APK or distribute via Play Store for production.
Can I make the download anonymous?
Up to your hosting. We don't track scans; whatever your file host's logs capture is between you and them.
What if the file disappears?
The QR still resolves to the URL — but the page shows a 404. Keep the file URL stable for the lifetime of any printed QR.
Can I set a download password?
Yes — use a protected download service (Filemail, WeTransfer Pro, your own auth-gated URL). The QR still encodes the link; the auth happens at download time.