Generate a QR code

Encode an input text as a QR code.

Here is how to use the output BitMatrix object: com.google.zxing.client.j2se.MatrixToImageWriter.writeToFile(matrix,"PNG",new File("some/path.png")); // Write to a file com.google.zxing.client.j2se.MatrixToImageWriter.writeToStream(matrix, "PNG", outputStream); // Write to a stream java.awt.BufferedImage image = com.google.zxing.client.j2se.MatrixToImageWriter.toBufferedImage(matrix); // Get a BufferedImage

Sources at http://github.com/nicoulaj/bonita-qrcode-connector

Category: 
Licence: 
GPL v2

Downloads

Total downloads: 573
Version BonitaBPM Version Post date Download Link to content
0.1 5.x 2010-Dec-20 Download
573 downloads
Release note
Downloads: 
5
Notifications