Free File QR Code Generator
Turn any hosted file URL into a scannable QR code. Installers, archives, datasets, documents — any extension, any size.
- QRコードジェネレーター
- 無料名刺デザイナー
- 印刷可能なWiFiカード
- 一括CSV(500コード)
- 40テンプレート
- 20言語
このバーコード形式は前景色と背景色のみで単色描画されます。テンプレート、ドット/アイ形状、グラデーション、フレーム、中央ロゴは QR コードにのみ適用され、ここでは非表示です。
さらに30テンプレートを表示
上記のボタンでスタイルを保存して、お気に入りをここに保存してください。
または組み込みアイコンを選択してください:
アイコンをさらに 108 個表示
QR の背後に低い不透明度で描画されます。写真越しでも QR がスキャンできるよう EC=H が自動で適用されます。
一括生成
CSVをアップロードして、1回のバッチで最大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.