---
title: "Download a QR code | Unitag Documentation"
description: "Download one QR code or many at once, in the format you need, optimised either for the web or for print at the resolution you specify."
canonical: "https://www.unitag.io/documentation/qrcodes/download-a-qrcode"
locale: "en"
route: "/qrcodes/download-a-qrcode"
---

# Download a QR code

With the new Unitag platform, you can easily download multiple QR codes in no time.

## Download as PNG

To download a QR code as .png:

- Go to the QR codes app.
- On the QR code row, click Download .
- Select either Web Optimized or Print Optimized. These affect image resolution.

![The Download dialog, offering a web-optimised file or a print-optimised one](https://www.unitag.io/documentation/images/qrcodes/qrcodes-download-png.webp)

There is two more ways to download a QR code as .png:

Second option:

- Go to the QR codes app.
- Click the checkboxes of wanted QR codes.
- Click on Actions.
- Click on **Export as PNG**.

Your QR code will be automatically downloaded.

> Note
>
> With this download option, you can download multiple QR codes as one compressed file where you will find all your QR codes.

Third option, from the QR code information page:

Simply click the Download button, on the left menu. The same download menu will show.

## Download as custom format

To download one or multiple QR codes as a desired format:

- Go to the QR codes app.
- Click the checkboxes of wanted QR codes.
- Click on Actions then on **Export as...**.
- Give the QR codes a format and a size.
- You can chose a Frame to put with the QR code.
- Click Export.

![The Export as dialog, with file format and image size fields and the frame toggle switched off](https://www.unitag.io/documentation/images/qrcodes/Export_as.webp)

> Note
>
> To simplify interactions with QR codes, options are available by clicking the Select button, top left of the QR codes list. You can select lots of QR codes in one click: either all of your assets in one go, or all assets for the current page.

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@type": "TechArticle",
    "@id": "https://www.unitag.io/documentation/qrcodes/download-a-qrcode#article",
    "headline": "Download a QR code",
    "url": "https://www.unitag.io/documentation/qrcodes/download-a-qrcode",
    "description": "Download one QR code or many at once, in the format you need, optimised either for the web or for print at the resolution you specify.",
    "image": "https://www.unitag.io/documentation/og/default-en.png",
    "inLanguage": "en",
    "articleSection": "QR codes",
    "isPartOf": {
      "@type": "WebSite",
      "@id": "https://www.unitag.io/documentation/#website"
    },
    "publisher": {
      "@type": "Organization",
      "@id": "https://www.unitag.io/#organization",
      "name": "Unitag"
    }
  },
  {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://www.unitag.io/documentation"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "QR codes",
        "item": "https://www.unitag.io/documentation/qrcodes/introduction"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "Download a QR code",
        "item": "https://www.unitag.io/documentation/qrcodes/download-a-qrcode"
      }
    ]
  }
]
```
