ChristopherD
Member
Hi All,
I am trying to implement a QR code generator on the server side, I am using the library from @tchart in the link below:
https://www.b4x.com/android/forum/threads/qr-code-generator-for-server.125513/
I am using EncodeTextToPNG as I want to have an image that I can insert into a PDF but I am getting an error: javax.imageio.IIOException: Can't create an ImageOutputStream!
Below is the line of code that is creating the error.
Is there something that I am doing wrong
Kind Regards Christopher
I am trying to implement a QR code generator on the server side, I am using the library from @tchart in the link below:
https://www.b4x.com/android/forum/threads/qr-code-generator-for-server.125513/
I am using EncodeTextToPNG as I want to have an image that I can insert into a PDF but I am getting an error: javax.imageio.IIOException: Can't create an ImageOutputStream!
Below is the line of code that is creating the error.
B4X:
qr.EncodeTextToPNG(TheqrImage,File.DirApp & DownloadFolder,SignaturAgent)
Is there something that I am doing wrong
Kind Regards Christopher