Skip to content
K

Create barcodes from a CSV file

Use our provided PowerShell script to generate barcodes and save them as files in a directory on your Windows PC or Mac.

Follow these instructions if you’re using a device running Windows.

  1. Install PowerShell on your PC if you don’t already have it. You can find out more about installing PowerShell here
  2. Download the download_barcodes.ps1 script at the top of this page. Move it to a directory that contains your CSV file
  3. Open the download_barcodes.ps1 script in a text editor of your choice, and update the values in the configuration section to match your needs. This includes setting your CSV filename, column names for the filename and barcode content, your license key, barcode symbology, size, file format and more
  4. Open PowerShell, and navigate to the directory where this file is saved (eg. cd C:\Users\YourUsername\Downloads)
  5. Run the command .\download_barcodes.ps1 and your barcodes should start downloading into the directory you specified in step #3

Follow these instructions is you’re using a device running macOS.

  1. Install PowerShell on your Mac if you don’t already have it. You can find out more about installing PowerShell here
  2. Download the download_barcodes.ps1 script at the top of this page. Move it to a directory that contains your CSV file
  3. Open the download_barcodes.ps1 script in a text editor of your choice, and update the values in the configuration section to match your needs. This includes setting your CSV filename, column names for the filename and barcode content, your license key, barcode symbology, size, file format and more
  4. Open PowerShell, and navigate to the directory where this file is saved (eg. cd /Users/YourUsername/Downloads)
  5. Run the command ./download_barcodes.ps1 and your barcodes should start downloading into the directory you specified in step #3