mapfish / mapfish-print

A component of MapFish for printing templated cartographic maps. This module is the Java serverside module.
http://mapfish.github.io/mapfish-print-doc/
BSD 2-Clause "Simplified" License
184 stars 417 forks source link

QR code generator #199

Open sbrunner opened 9 years ago

sbrunner commented 9 years ago

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

tsauerwein commented 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

sbrunner commented 9 years ago

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 :-)

mejiafabiandj commented 6 years ago

Jasper supports Barcode generation, only need to add barcode4j library into your project