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, чтобы QR оставался читаемым через фото.
Пакетная генерация
Загрузите 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).
Поддерживаются все 20 типов QR-кодов, включая URL, WiFi, vCard, MeCard, Email, SMS, Event, Location, UPI, SEPA, PayPal, Crypto, Micro QR и rMQR. Скачайте образец 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 языках
Полностью переведённый интерфейс, отображение родных шрифтов и поддержка письма справа налево для арабского и урду.
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.