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.
QR Code generator?
QR Code generator?
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Re: QR Code generator?
me too
some months ago, I had seen a javascript code to create
a datamatrix...but duno more where

some months ago, I had seen a javascript code to create
a datamatrix...but duno more where
"Daddy, I'll run faster, then it is not so far..."
Re: QR Code generator?
Might find something here > http://codeigniter.com/wiki/QRCode_Generator
and.... I seem to remember something about Google Charts having an API available.
and.... I seem to remember something about Google Charts having an API available.
The advantage of a 64 bit operating system over a 32 bit operating system comes down to only being twice the headache.
-
- Addict
- Posts: 1264
- Joined: Wed Feb 28, 2007 9:13 am
- Location: London
Re: QR Code generator?
Perhaps this is the Google thing you mean. It seems to be only for encoding URLs, though.
JACK WEBB: "Coding in C is like sculpting a statue using only sandpaper. You can do it, but the result wouldn't be any better. So why bother? Just use the right tools and get the job done."
Re: QR Code generator?
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
http://fukuchi.org/works/qrencode/index.en.html
"Daddy, I'll run faster, then it is not so far..."
Re: QR Code generator?
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
there seems to be a dll for zxing - not too sure if there's an API available, though
there is no sig, only zuul (and the following disclaimer)
WARNING: may be talking out of his hat
WARNING: may be talking out of his hat
Re: QR Code generator?
"Daddy, I'll run faster, then it is not so far..."