As you have noted, a QR code is not a "normal" barcode. It is a 2-dimensional barcode using one of four possible data encoding schemes. The on/off bit pattern is laid out in a serpentine pattern and utilizes one of four error correction algorithms . There are (currently) 40 different versions/resolutions supported, so you can see that creating one requires some fairly sophisticated software... generating a QR code is a much more complex process than substituting a simple series of stripes for each character as is typically done for a traditional barcode.
There are commercial software products you can purchase to generate QR code images, or there are Web REST API's you can use (examples obtainable by searching this Q&A forum), but since PB version 9 lacks the ability to interface with REST API's.
Please do not hijack someone else's post/question, Ossama. I note you have also posted this very question in its own thread, which is much preferred. Multiple postings of a question is never necessary.
If you use the search feature provided in the Q&A forum before posting your question, you might find an answer faster.
There are no replies made for this question yet. However, you are not allowed to reply to this question.
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »
We use cookies which are necessary for the proper functioning of our websites. We also use cookies to analyze our traffic, improve your experience and provide social media features. If you continue to use this site, you consent to our use of cookies.
There are commercial software products you can purchase to generate QR code images, or there are Web REST API's you can use (examples obtainable by searching this Q&A forum), but since PB version 9 lacks the ability to interface with REST API's.