-
Notifications
You must be signed in to change notification settings - Fork 17
Home
hobbut edited this page Feb 13, 2012
·
6 revisions
-
Apache FOP http://xmlgraphics.apache.org/fop/
-
ZXing ("Zebra Crossing") http://code.google.com/p/zxing/
Put fop-zxing-0.1.2-jar-with-dependencies.jar and in the FOP classpath.
<qr:qr-code xmlns:qr="http://hobbut.ru/fop/qr-code/" width="10cm" message="Hello, Zxing!" correction="l">
-
width - Width of qr-code. Can be in mm,pt,in,cm. Default: 50mm
-
correction - type of correction. Can be l,m,q,h. Deafult:l
-
encoding - Message encoding. Default:ISO-8859-1
-
message - Message to encode