Creating labels

A Label is a template that defines how your data is displayed when printed. It can show dynamic data such as product names, prices, SKUs, dates, barcodes, serial numbers, and product images, as well as static content like text, shapes, and images.

Creating a label

A label can be fully static, fully dynamic, or a combination of both.

  1. Click New label.

  2. Select New Blank Label or choose New Label from Predefined Labels if you want to use an existing label as a starting point.

  3. Enter a name for the label.

  4. Set the required label size and printing parameters, such as corner rounding. You can use quick setup buttons or configure everything manually.

    • Click Set Up to Print on a Roll of Labels to configure a thermal or other roll-based printer.

    • Click Select a Stock Layout to configure printing on label sheets, such as Avery layouts.

    • Configure printing parameters manually using the Page and Printer and Size and Arrangement tabs.

    You can return to these settings at any time via Label Properties.

  5. If your label uses dynamic data, set up data import or enter the data manually in the Label Print Data table.

    If the data comes from an external source (for example, an Excel file), configure data import 1 and import the data 2.

    Alternatively, you can manually add columns and rows 3 and enter the required data directly in the Label Print Data table.

  6. Add elements to the label to display information. You can do this in one of two ways:

    1. Use tools such as Text, Barcode, Image, Serial Number, Shape, and others from the toolbar.

    2. If data import is configured or data is entered manually, drag the required fields from the Data source fields list directly onto the label.

An example of a label with added elements:

After adding elements, you can print the label by clicking Preview or Print.

Examples of creating a label

There are two main label template types:

  1. Label with static information. The label displays the same content for every print. Elements such as date, time, or counters may still change automatically, but they do not depend on external data sources or imported data.
  2. Label with dynamic data. The label will display different data for different rows in your data source, for instance, an Excel file.

Below are two examples showing how to create these two types of labels.

Example of creating a label with static information

Let's create a very simple label consisting of 6 elements:

  1. Product name
  2. Price
  3. Batch number
  4. Barcode
  5. Product image
  6. QR code that contains a link to the website "https://azurelabel.com".

Let's start.

  1. Click New label.

  2. Select New Blank Label

  3. Enter a name for the label, for example Example.

  4. Set the label size to 4 x 2 inches and the corner rounding to 0.4 inch.

  5. To display the product name, select the Text tool.
  6. Click an empty area of the label.
  7. On the Data Source tab, type the product name Coffee Bag and click OK.
  8. Set the desired position and size of the area to display the product name.
  9. Set the Auto Font Size to Fit.
  10. To display the price, do the same as for the product name but type the price instead $5.99.
  11. To display the batch number, do the same as for the product name but type the batch number instead Batch AZL10001.
  12. To display the barcode, select the Barcode tool.
  13. Click an empty area of the label.
  14. Select the UPC-A or EAN-13 barcode type in the list.
  15. Go to the Data Source tab, type the barcode data 123456789012 and click OK.
  16. Set the desired position and size of the barcode.
  17. To display the product image, select the Image tool.
  18. Click an empty area of the label.
  19. Select the Static image in the dialog that appears, and click OK.
  20. Select the From file in the dialog that appears, and click OK.
  21. Select your product image on your disk and click Open.
  22. Set the desired position and size of the image.
  23. To display the QR code, select the 2D Barcode tool.
  24. Click an empty area of the label.
  25. Select the QR Code barcode type in the list.
  26. Go to the Data Source tab, type the barcode data https://azurelabel.com and click OK.
  27. Set the desired position and size of the QR code.
  28. Save changes to the label.

Example of creating a label with dynamic data

Let's create a simple label consisting of 6 elements:

  1. Product name
  2. Price
  3. Batch number
  4. Barcode
  5. Product image
  6. QR code that contains a link to the website "https://azurelabel.com".

All of these elements are dynamic and will display different information for the different rows from an Excel file, except the QR code, which contains a static website address that will not change when printed.

Let's start.

  1. The initial steps (creating a new label, setting size, and corner rounding) are the same as in the static example above.

  2. Set up data import from your Excel file.

    Do not worry if your data source has other column names.

  3. Click the Import Data button.

    After importing the data, you can see the names of your columns (data fields) in the list:

  4. To display the product name, drag the Name field to the empty space of the label.
  5. Select the Text type.
  6. Set the desired position and size of the area to display the product name.
  7. Set the Auto Font Size to Fit.
  8. To display the price, drag the Price field to the empty space of the label.
  9. Select the Text type.
  10. Open Element Properties
  11. Go to the Text Formatting tab, type the Prefix $ and click OK.

    You can also use Text with Data Fields / Formulas on the Data Source tab if you need more complex text formatting. This is covered later in the guide.

  12. Set the desired position and size of the area to display the product price.
  13. Set the Auto Font Size to Fit.
  14. To display the batch number, drag the SKU field to the empty space of the label.
  15. Select the Text type.
  16. Open Element Properties
  17. Go to the Text Formatting tab, type the Prefix Batch and click OK.
  18. Set the desired position and size of the batch number.
  19. Set the Auto Font Size to Fit.
  20. To display the barcode, drag the Barcode field to the empty space of the label.
  21. Select the Barcode type.
  22. Select the UPC-A or EAN-13 barcode type in the list and click OK.
  23. Set the desired position and size of the barcode.
  24. To display the product image, drag the Image field to the empty space of the label.
  25. Select the Image type.

    Image fields can contain the image itself (for example, binary or SVG data), or a reference to an image, such as a local file path or a URL.

  26. Set the desired position and size of the image.
  27. To display the QR code with a link to our website, select the 2D Barcode tool.
  28. Click an empty area of the label.
  29. Select the QR Code barcode type in the list.
  30. Go to the Data Source tab, type the barcode data https://azurelabel.com and click OK.
  31. Set the desired position and size of the QR code.
  32. Save changes to the label.

Modifying a label

Modifying static elements

To modify static elements, double-click them and start typing new text to display.

Or select the element, open Element Properties and set the text, text formatting such as prefix, etc. on the Data Source, Text Formatting, and other tabs.

Modifying dynamic elements: displaying data from your data source in a label

In order for the label element to display your dynamic data, the field name in your source must match the field name in the label element. Otherwise, the element will not be able to display the data, and you will see a warning sign.
In this case, replace the data field in the label element with the data field from your source.

You can do this in two ways.

  1. Drag and drop your fields onto label elements or an empty area.

  2. Open the element's properties,
    go to the Data Source tab, click on the data field and select your data field.

Changing label sizes and other settings

  1. Open Label Properties.

  2. Set the required size, corner rounding, and other label parameters.

Label structure

Elements

Labels can include elements such as Text, Rectangle, Circle, Barcode (1D and 2D), Image, Serial Number (Counter), Icons and clipart, Currency Symbol.

An element can display:

  1. Static data in the form of text or images.
  2. Variable data from data fields. For example, product parameters, images, counters, etc.

    Formulas, JavaScript or Pascal scripts are used to display variable data.

Each element’s visibility can be controlled by conditions using formulas.

All elements can be placed in the label anywhere and rotated at any angle.

Layers

Elements in the label are grouped into layers. Each layer’s visibility can be controlled by conditions using formulas.