일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- so file
- v8 engine xcode build
- 공인인증서 정보
- IOS10
- ios framework
- 인증서 정보 뽑아내기
- IMAGE
- Status Bar
- Android
- appbarlayout
- sha1 convert hashkey
- apk 다운사이징
- JavaScript Engine
- V8 Engine
- Google V8 Engine
- Push
- Android NDK시스템
- 안드로이드
- Objective C
- embedd
- android log dump
- apns
- java
- PageControl
- SO 파일
- 공인인증서 만료일
- ios
- Magnify Anim
- apache
- FlexiblePageView
Archives
- Today
- Total
caTea 블로그
바코드 생성 본문
반응형
Barcode barcode = BarcodeFactory.createCode128(lot);
barcode.setBarHeight(printHeight);
barcode.setBarWidth(printWidth);
File file = new File(barcodePath + lot + ".png");
if(file.exists() == true){
obj.setLot_img(returnBarcodePath + lot + ".png");
urlArray.add(obj);
continue;
}
BarcodeImageHandler.savePNG(barcode, file);
728x90
'spring(java)' 카테고리의 다른 글
fcm server side code spring java (2) | 2016.12.12 |
---|---|
html convert pdf (html문서를 pdf 파일로 변환) (0) | 2016.05.11 |
http 데이터 송수신 클라이언트단 (0) | 2016.01.29 |
java mail sand example (0) | 2015.09.10 |
java excel paser example (0) | 2015.09.10 |