B4J Library B4JServer QRCode Generator

QRCode Generator using ZXing Library
Can be use for B4JServer, Web API Server and Non-UI app (does not depend on XUI or jFX)

1677008555223.png


B4X:
Dim img As String = File.Combine(Main.AssetFolder, "img")
Dim generate As ZXing
generate.Initialize
generate.QrCode(value, 400, File.Combine(img, "image.png"), "png")

Additional Libraries:
core-3.5.1.jar
javase-3.5.1.jar
jZXing.jar (attached)



jZXing
Author:
Aeric Poon
Version: 1.00
 

Attachments

  • jZXing.zip
    3 KB · Views: 426
  • QRCodeServer.zip
    1.8 KB · Views: 371
Last edited:

aeric

Expert
Licensed User
Longtime User
I just found there is a similar library (which is more faster since it is based on nayuki)
 

hatzisn

Expert
Licensed User
Longtime User
I just found there is a similar library (which is more faster since it is based on nayuki)

Nevertheless your perseverence in your project worked for all of us. Congratulations.
 
Last edited:

hatzisn

Expert
Licensed User
Longtime User
Top