Hi all,
can anyone advise what must contain a QR code for bank transfer, or has experience implementing it into their program
Juraj
QR code
QR code
Regards
Karl
(on Win8.1/64, Xide32 2.20, X#2.20.0.3)
Karl
(on Win8.1/64, Xide32 2.20, X#2.20.0.3)
QR code
Hi Juraj,
a QR code is a bidimensional barcode.
My printing library has the needed functionality, so I can simply use it.
But there seems to be something on CodeProject:
https://www.codeproject.com/Articles/12 ... brary-Writ
Or something other:
https://csharp.hotexamples.com/de/examp ... mples.html
Basically you should generate a bitmap from your text and print it then with your printing library.
HTH
Wolfgang
a QR code is a bidimensional barcode.
My printing library has the needed functionality, so I can simply use it.
But there seems to be something on CodeProject:
https://www.codeproject.com/Articles/12 ... brary-Writ
Or something other:
https://csharp.hotexamples.com/de/examp ... mples.html
Basically you should generate a bitmap from your text and print it then with your printing library.
HTH
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
QR code
Hi Wolfgang,
to add it, I do not need to print QR codes, I need to generate a picture (bitmap) that the program will send electronically to the customers who will make payments based on this code.
Where would I find what QR code should contain for the payment, especially in what structure. I found more libraries for creating QRs, but I'd like to save time by testing and letting you know which one to use.
Juraj
to add it, I do not need to print QR codes, I need to generate a picture (bitmap) that the program will send electronically to the customers who will make payments based on this code.
Where would I find what QR code should contain for the payment, especially in what structure. I found more libraries for creating QRs, but I'd like to save time by testing and letting you know which one to use.
Juraj
QR code
Hi Juraj,
as I wrote: my printing library generates them, and therefore I have never researched other sources.
Anyway: the ZXing library seems to be one of the most used in .NET:
https://github.com/micjahn/ZXing.Net
Wolfgang
as I wrote: my printing library generates them, and therefore I have never researched other sources.
Anyway: the ZXing library seems to be one of the most used in .NET:
https://github.com/micjahn/ZXing.Net
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
QR code
Hi Juraj,
unfortunately I don't know what contents are neded in your country for payments. You need to ask a bank or look at other codes with your smartphone.
Wolfgang
unfortunately I don't know what contents are neded in your country for payments. You need to ask a bank or look at other codes with your smartphone.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
QR code
Hi Karl,
at least here I have never seen SEPA payment requests with QRcode.
And my bank has no QRCode reader....
Wolfgang
at least here I have never seen SEPA payment requests with QRcode.
And my bank has no QRCode reader....
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it