| Author | Topic: QR Code |
---|
| Andrea Sousa | QR Code
on Tue, 13 Oct 2020 10:35:54 +0100Hello
I need to print a different QR Code in each document (in a billing program).
Has anyone done something like this?
Thanks,
Andrea Sousa |
| Damir Hodak | Re: QR Code
on Tue, 13 Oct 2020 11:57:36 +0200On Tue, 13 Oct 2020 10:35:54 +0100, Andrea Sousa wrote:
> Hello
>
> I need to print a different QR Code in each document (in a billing program).
> Has anyone done something like this?
>
> Thanks,
> Andrea Sousa
Hi Andrea!
I'm using ZXing.Net library to create different kinds of barcode (including
QR code).
https://github.com/micjahn/ZXing.Net
Regards,
Damir |
| Osvaldo Ramirez | Re: QR Code
on Tue, 13 Oct 2020 13:47:16 -0600On 13/10/20 3:57, Damir Hodak wrote:
> On Tue, 13 Oct 2020 10:35:54 +0100, Andrea Sousa wrote:
>
>> Hello
>>
>> I need to print a different QR Code in each document (in a billing program).
>> Has anyone done something like this?
>>
>> Thanks,
>> Andrea Sousa
>
> Hi Andrea!
> I'm using ZXing.Net library to create different kinds of barcode (including
> QR code).
>
> https://github.com/micjahn/ZXing.Net
>
> Regards,
>
> Damir
>
Excelent!!!, greate.
Regards
Osvaldo Ramirez |
| Andrea Sousa | Re: QR Code
on Wed, 14 Oct 2020 11:39:45 +0100Thanks Damir
I will try it.
Às 20:47 de 13-10-2020, Osvaldo Ramirez escreveu:
> On 13/10/20 3:57, Damir Hodak wrote:
>> On Tue, 13 Oct 2020 10:35:54 +0100, Andrea Sousa wrote:
>>
>>> Hello
>>>
>>> I need to print a different QR Code in each document (in a billing
>>> program).
>>> Has anyone done something like this?
>>>
>>> Thanks,
>>> Andrea Sousa
>>
>> Hi Andrea!
>> I'm using ZXing.Net library to create different kinds of barcode
>> (including
>> QR code).
>>
>> https://github.com/micjahn/ZXing.Net
>>
>> Regards,
>>
>> Damir
>>
> Excelent!!!, greate.
>
> Regards
> Osvaldo Ramirez
> |