Page 1 of 1

QR Code create

Posted: Tue Nov 03, 2015 11:30 am
by abonsey
Hi All,
Looking to create a QR code from a csv field.
Has anybody already done a script or got any advice on how to create the EPS so that I can place it in the PDF?


TIA

Re: QR Code create

Posted: Tue Nov 03, 2015 12:39 pm
by sander
I use SmartStream Designer together with Barcode Studio for this;

Image

Input is a CSV, so guess that's what you need :)

So, do you have SmartStream Designer? :roll:

Re: QR Code create

Posted: Fri Dec 18, 2015 4:55 pm
by kevinjel
You can also do this in indesign cc (maybe other versions to, not sure) without any plugins;
the header just needs a : #code then all the data under that header will become a QR code

so:
create a document with the size u want
then go to window, utilities, datamerge
then in the datamerge tab select a source
in your csv make the header field of the code: #code
then link that field in indesign
then u can create all the records, and export to pdf

hope this is what u need, goodluck, if instructions unclear lemme know

Re: QR Code create

Posted: Fri Feb 26, 2016 11:48 pm
by jan_suhr
You can use a command line tool named "qrencode" that you run in the Execute Command element. You need a proper formated textfile for qrencode to process and it will save an .eps as a QR Code.

You will find it here: https://fukuchi.org/works/qrencode/


Jan