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.
⚠️ Download PowerShell script Before following the steps below, make sure you click here to download the required PowerShell script to your computer first.
Windows Instructions
Section titled “Windows Instructions”Follow these instructions if you’re using a device running Windows.
- Install PowerShell on your PC if you don’t already have it. You can find out more about installing PowerShell here
- Download the
download_barcodes.ps1script at the top of this page. Move it to a directory that contains your CSV file - Open the
download_barcodes.ps1script 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 - Open PowerShell, and navigate to the directory where this file is saved (eg.
cd C:\Users\YourUsername\Downloads) - Run the command
.\download_barcodes.ps1and your barcodes should start downloading into the directory you specified in step #3
macOS Instructions
Section titled “macOS Instructions”Follow these instructions is you’re using a device running macOS.
- Install PowerShell on your Mac if you don’t already have it. You can find out more about installing PowerShell here
- Download the
download_barcodes.ps1script at the top of this page. Move it to a directory that contains your CSV file - Open the
download_barcodes.ps1script 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 - Open PowerShell, and navigate to the directory where this file is saved (eg.
cd /Users/YourUsername/Downloads) - Run the command
./download_barcodes.ps1and your barcodes should start downloading into the directory you specified in step #3