serenity-is / Serenity

Business Apps Made Simple with Asp.Net Core MVC / TypeScript
https://serenity.is
MIT License
2.6k stars 802 forks source link

QR and Code 128 Generator #1447

Closed sayuga closed 7 years ago

sayuga commented 7 years ago

I'm in the need of using qr and code 128 generation but before bringing in a libray I wanted to make sure that you didn't have anything already in place. I don't see anything at the moment though.

I was planning on bringing in: http://barcoderender.codeplex.com/

Any thoughts on the matter are welcome

volkanceylan commented 7 years ago

I had good experience with zxing

volkanceylan commented 7 years ago

Jquery.qrcode and qrcode.js is also fine for client side

sayuga commented 7 years ago

Thanks for the info. I'll do some reading up on zxing before delving in then.