Open sbrunner opened 9 years ago
Do we want to do this inside MapFish Print? Because after all a QR code is just an image, so you could do it already without a custom processor.
On the other hand this might be useful for many projects, so it would make sense to have it directly in mfp.
With for example this lib ?: http://www.onbarcode.com/products/java_barcode/barcodes/qrcode.html
Is that lib open-source? Maybe rather this one: https://github.com/kenglxn/QRGen
In ngeo we plan to do it with in JavaScript only in a canvas, than how to give it to the print ?
In the old project we create a server service that create the QR code, but we should be able to don't have it anymore :-)
QRGen looks relay better :-)
Jasper supports Barcode generation, only need to add barcode4j library into your project
For the Luxembourg project we need to print a QR code, can we plan to implement a processor to generate it ?
With for example this lib ?: http://www.onbarcode.com/products/java_barcode/barcodes/qrcode.html