I know that there are are 3rd party APIs such as Google for generating QR codes and I have used Phpqrcode library but that is for generating bitmap images and I would like to be able to generate vector QR codes if this is possible? That way I could scale them up for print.

Does anybody know of any libraries that could be used or for instance a JavaScript API?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

have you checked out Zint? I believe it can output in many different formats.

link|improve this answer
Thank you julio, that is awesome! In case anyone else finds this, and wants to know, the barcode type option (-b) to use is 58 – wiseguydigital Nov 3 '11 at 14:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.