Package com.logicaldoc.barcode
Class BarcodeWriter
java.lang.Object
com.logicaldoc.barcode.BarcodeWriter
Utility class used to produce barcode images.
- Since:
- 7.6
- Author:
- Marco Meschieri - LogicalDOC
-
Method Summary
-
Method Details
-
write
public static void write(String format, String code, int width, int height, boolean label, File file) throws IOException - Throws:
IOException
-
write
public static BufferedImage write(String format, String code, int width, int height, boolean label) throws IOException - Throws:
IOException
-