Page 1 of 1
QR Code generator?
Posted: Thu May 20, 2010 7:03 pm
by GeoTrail
Does anyone know if there is a simple to use API or similar for use with PB?
I know there are several free online services I could use, but I prefer to have this as a native function in my program.
Re: QR Code generator?
Posted: Fri May 21, 2010 9:50 am
by dige
me too
some months ago, I had seen a javascript code to create
a datamatrix...but duno more where
Re: QR Code generator?
Posted: Fri May 21, 2010 4:37 pm
by SFSxOI
Might find something here >
http://codeigniter.com/wiki/QRCode_Generator
and.... I seem to remember something about Google Charts having an API available.
Re: QR Code generator?
Posted: Mon May 24, 2010 10:02 am
by Seymour Clufley
Perhaps
this is the Google thing you mean. It seems to be only for encoding URLs, though.
Re: QR Code generator?
Posted: Tue Jun 21, 2011 7:47 am
by dige
Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust.
http://fukuchi.org/works/qrencode/index.en.html
Re: QR Code generator?
Posted: Wed Jun 22, 2011 2:07 am
by citystate
I started working on an encoder, but didn't get very far...
there seems to be a
dll for zxing - not too sure if there's an API available, though
Re: QR Code generator?
Posted: Fri Oct 21, 2011 7:14 am
by dige