일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 공인인증서 정보
- apk 다운사이징
- sha1 convert hashkey
- SO 파일
- IMAGE
- JavaScript Engine
- FlexiblePageView
- java
- Status Bar
- PageControl
- Google V8 Engine
- embedd
- ios framework
- Android NDK시스템
- IOS10
- Magnify Anim
- v8 engine xcode build
- 인증서 정보 뽑아내기
- android log dump
- Android
- apache
- Push
- so file
- ios
- 공인인증서 만료일
- V8 Engine
- appbarlayout
- apns
- 안드로이드
- Objective C
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 |