R
R
Redsbeards2020-05-27 10:53:10
Seal
Redsbeards, 2020-05-27 10:53:10

How to generate a large number of QR codes, about 100,000?

There is a task after offset printing to print different QR codes on each leaflet. Technically, I can imagine how to number by means of "combining data" in INDESIGN, but it's not clear how to generate such a number of QR codes.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Adamos, 2020-05-27
@Adamos

For example, take a pure PostScript QR code generator and add a loop of a hundred thousand calls to it "start the page - put the right code in the right place - end the page."
And print over those flyers. You can pre-distill the PDF and check what happened.

S
Sergey Pankov, 2020-05-27
@trapwalker

I would stupidly use some command-line QR code generator and put its result into a large transparent PNG image (it would be possible in SVG through a template engine, and then print in inkscape, but png is less efficient, but faster and easier ). So the command line receives an interval of numbers in the arguments, and at the output it gives a portion of files with QR codes. It remains to print them in turn.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question