Reference Site : http://www.onbarcode.com/products/java_barcode/barcodes/data_matrix.html
Java Data Matrix Generator generate, create DataMatrix 2d barcode images in Java Class, JSP, Servlet application using Java Barc
You maybe interested: Barcode barcode vb.net: Ajax: A Beginner s Guide, barcode scanner asp.net c#: Microsoft Of, barcode in excel 2007: Namespace Design , c# ean 13 barcode generator: Team Rankin, java barcode scanner example code: Figur, 2d barcode vb.ne
www.onbarcode.com
1. Download Api
2. Add Api jar on the Eclpise
3. Project 우클릭 > Build Path > Configure Build Path > Add External jars > barcode.jar Add
4. Source Code
// Create Java Data Matrix object
DataMatrix barcode = new DataMatrix();
// Set Data Matrix data text to encode
barcode.setData("DataMatrix-IN-JAVA");
// Generate Data Matrix barcode & print into Graphics2D object
barcode.drawBarcode("Java Graphics2D object");
// Generate Data Matrix barcode & encode into GIF format
barcode.drawBarcode("C://barcode-datamatrix.gif");
// Generate Data Matrix barcode & encode into JPEG format
barcode.drawBarcode("C://barcode-datamatrix.jpg");
// Generate Data Matrix barcode & encode into EPS
barcode.drawBarcode2EPS("C://barcode-datamatrix.eps");
※ 이 글은 개인적인 공부를 위해 작성함을 알려드립니다.
| 2020년 3월 29일 IT - Oracle TRUNC (0) | 2020.03.29 |
|---|---|
| 2020년 3월 25일 IT - Uipath LeftPad, Split (0) | 2020.03.25 |
| 2020년 3월 2일 IT - Uipath Doulble to Int (0) | 2020.03.02 |
| 2020년 2월 29일 IT - Uipath Excel Macro (0) | 2020.02.29 |
| 2020년 2월 24일 IT - UI Path SubString (0) | 2020.02.24 |
댓글 영역