Hi Dmitriy, I'm not sure whether you're aware of this, but QR Codes are now available with Barcode4j trunk (http://barcode4j.sourceforge.net/) which also uses Zxing. I haven't taken a look at your code, but I'd suggest taking a look at what Barcode4j does, we have tested it here and it works pretty well in AFP, PostScript and PDF. If you want a few of the tests we ran, I'd be happy to make them publicly available.
Mehdi On 12 February 2012 08:54, Dmitriy Yakovlev <[email protected]> wrote: > Hi! > > I made simple FOP extension to embed scalable QRCodes. QRCode generation > based on ZXing library. > > More info: http://code.google.com/p/fop-qrcode-zxing/ > > Sources: https://github.com/hobbut/fop-qrcode-zxing > > Usage: > > <fo:instream-foreign-object> > <qr:qr-code xmlns:qr="http://hobbut.ru/fop/qr-code/" width="5cm" > message="Hello, Zxing!" correction="l"/> > </fo:instream-foreign-object> > > > -- > WBR. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
