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 Links
Download Code Generator for your Operating System (.zip file):
Steps to Run
- Download codes from Work Order page on Scantrust Portal.
- Unzip the downloaded codes archive
- If you are not on windows, download the generator for your platform and place in the folder
- Double-click
generatorto 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:
| Parameter | Type | Default | Description |
|---|---|---|---|
--codes-per-folder | integer | 0 | Override 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.