Skip to main content

QR Generator

Introduction

The Scantrust Offline QR Generator is used by Printing Partners to generate QR codes for high-volume work-orders.

For quantities over 120,000 codes, the codes download does not contain images. Clients must generate their codes using the QR code generator.

How it Works

The QR generator is a command line application included with each large workorder. By default, the Windows generator is included, but others are available below.

The QR Generator will generate ALL codes into the codes/ directory, separated into sub-folders. It will also generate files.csv which maps the generated codes to their serial numbers.

Download Code Generator for your Operating System (.zip file):

Steps to Run

  1. Download codes from Work Order page on Scantrust Portal.
  2. Unzip the downloaded codes archive
  3. If you are not on windows, download the generator for your platform and place in the folder
  4. Double-click generator to run, or run it from a terminal (see Command-Line Parameters below)

Command-Line Parameters

When running the generator from a terminal, the following parameters are available:

ParameterTypeDefaultDescription
--codes-per-folderinteger0Override the # of codes in each output folder. Must be 1000 to 100000.

Example:

./generator --codes-per-folder 5000

This is useful when your printing workflow requires a specific number of files per folder, regardless of default batch size.