Skip to content

Instantly share code, notes, and snippets.

View cromefire's full-sized avatar

Cromefire_ cromefire

View GitHub Profile
@halyph
halyph / App.java
Created May 14, 2013 16:02
Generate DataMatrix, inline it in PDF and read generate DataMatrix
package org.halyph.barcode;
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.geom.AffineTransform;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;