My Name is Kay....

DIY , 먹방 , 개발 , 육아 , 여행 좋아합니다.
AdBlock 사용시 화면이 정상적으로 노출되지 않습니다.
포스팅 관련 문의 및 개발 문의는 Email : wkzkfmxksi@gmail.com

추가 포스팅이 이뤄지지 않는 블로그입니다. 문의는 wkzkfmxksi@gmail.com 으로 연락주세요.
etc
2014.06.16 10:36

바코드 생성

kay
조회 수 12767 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부

폰트만으로 바코드를 생성할 수 있습니다.


초간단.

http://www.barcodesinc.com/free-barcode-font/  [ download : free3of9.zip  ]



웹에서 생성 시  

( 폰트로 처리되는것이기 때문에 해당 PC에 폰트설치가 안되어 있는 경우 처리 안됨. 웹폰트로 해결 가능. // 첨부파일에 eot , woff로 변환된 파일도 넣었습니다. )

<%
Dim code_name

If Trim(Request("code_name")) = "" Then
	code_name = "noname"
Else
	code_name = Ucase(Trim(Request("code_name")))
End If
%>

<form action="#" method="get">
<table border=0 cellpadding=2 cellspacing=2 width=500 style="text-align:center;bdcolor:white;">
<tr bgcolor="white">
<td height="400" align="center">
	<input style="text-align:center;width:200px;border:1px solid red;" type="text" name="code_name" value="<%=code_name%>">
	<input type="submit" />

	<div style="font-family:'Free 3 of 9 extended';font-size:30pt;padding-top:20px;">*<%=code_name%>*</div>
</td>
</tr>
</table>
</form>


barcode.png



워드패드에서 생성 시  홈페이지에도 나와 있듯이  *내용*   "*" 를 앞뒤로 넣어주어야 합니다.

barcode2.png



?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
11 etc Windows 기본 프로그램 변경 ( 연결 프로그램 ) 2 file kay 2015.10.01 1880
10 etc 리눅스 웹 호스팅 50% 반값 할인 프로모션 kay 2016.12.12 1811
9 etc 서버 모니터링 와탭 - whatap file kay 2015.04.29 1799
8 etc cmd 로 폴더 및 파일 구조를 트리로 저장하기 file kay 2015.03.12 1751
7 etc 블로그 갈아타기 kay 2018.02.23 1331
6 etc Just in Time Debugging 비활성화 file kay 2015.06.24 1245
5 etc FileZilla Client 설정 내보내기 (백업하기) file kay 2015.10.14 1204
4 etc NAVER Works - 회사 도메인 메일 서비스 무료로 이용하기 file kay 2015.01.15 1120
3 etc 다음(네이트) 검색 등록하기 file kay 2015.01.13 999
2 etc 원격 데스크톱 연결 정보 삭제 kay 2015.03.31 830
1 etc 구글 검색 등록하기 file kay 2015.01.13 660
Board Pagination Prev 1 2 3 Next
/ 3