- Damian Jimenez
- PowerBuilder
- Wednesday, 3 March 2021 11:49 AM UTC
Im working with PB2017R3
Testing QR Barcode Fonts
INTRO
-----------------
https://www.barcoderesource.com/qrcodebarcode.shtml
the example was replicated and QR could be generated, but in a RichText object only
The dll function itself translates into a String with binary format an array (zeros, ones, carriage return) the QR to represent then to visualize you need to use the source CCodeQR in a Richtext Control that was registered in windows (previous steps) and this paints the "pixels" of the QR code
but from there to taking it to BMP, PNG or JPG it could not be achieved easily it would take more research and testing time
the only option I can think of, it would be from the program to issue a command that prints the generated pdf in a variable size passed as a parameter, but perhaps a better way to generate the png image.
QUESTION
-----------------
I wanted to know if you have any recommendations to translate that QR code (in string, html, pdf, rtf format ) to image thanks a lot
Damian Jimenez
Integral Software
Paraná Entre Rios
Argentina
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.