정말 쉬운 바코드 생성기
code 128 바코드는 다양한 산업분야에 가장 많이 사용되는 가장 일반적인 바코드 입니다.
거의 모든 pos기기에서 인식이 가능합니다.
❗주 사용가능 업종❗
물류 및 유통업 /소매업
제조업/의료 산업
도서관/항공 산업
등의 업종에서 바코드생성 가능합니다.
🔽바코드 생성🔽
바코드 생성기
(adsbygoogle = window.adsbygoogle || []).push({});
(adsbygoogle = window.adsbygoogle || []).push({});
document.getElementById('generate').addEventListener('click', function() {
const barcodeValue = document.getElementById('barcodeInput').value;
const barcodeHeight = document.getElementById('barcodeHeight').value;
const barcodeColor = document.getElementById('barcodeColor').value;
const textAlign = document.getElementById('textAlign').value;
const canvas = document.getElementById('barcodeCanvas');
const ctx = canvas.getContext('2d');
// 캔버스 초기화
ctx.clearRect(0, 0, canvas.width, canvas.height);
// 바코드 그리기
JsBarcode(canvas, barcodeValue, {
format: "CODE128",
width: 2,
height: barcodeHeight,
displayValue: true,
fontSize: 20,
textMargin: 10,
marginTop: 20,
lineColor: barcodeColor,
textAlign: textAlign
});
});
document.getElementById('download').addEventListener('click', function() {
const canvas = document.getElementById('barcodeCanvas');
const link = document.createElement('a');
link.href = canvas.toDataURL("image/png");
link.download = 'barcode.png';
document.body.appendChild(link);
link.click();
document.body.removeChild(link);
});
!function(){"use strict";if("querySelector"in document&&"addEventListener"in window){var e=document.body;e.addEventListener("mousedown",function(){e.classList.add("using-mouse")}),e.addEventListener("keydown",function(){e.classList.remove("using-mouse")})}}();
window.addEventListener( 'load', function() {
document.querySelectorAll( 'link' ).forEach( function( e ) {'not all' === e.media && e.dataset.media && ( e.media = e.dataset.media, delete e.dataset.media );} );
var e = document.getElementById( 'jetpack-boost-critical-css' );
e && ( e.media = 'not all' );
} );
var rmp_frontend = {"admin_ajax":"https:\/\/godgod-life.com\/wp-admin\/admin-ajax.php","postID":"660","noVotes":"\uc9c0\uae08\uae4c\uc9c0 \ud22c\ud45c\ud55c \uc0ac\ub78c\uc774 \uc5c6\uc5b4\uc694! \uac00\uc7a5 \uba3c\uc800 \ud22c\ud45c\ub97c \ud574\ubcf4\uc138\uc694!","cookie":"You already voted! This vote will not be counted!","afterVote":"Thank you for rating this post!","notShowRating":"1","social":"1","feedback":"1","cookieDisable":"1","emptyFeedback":"Please insert your feedback in the box above!","hoverTexts":"1","preventAccidental":"1","grecaptcha":"1","siteKey":"","votingPriv":"1","loggedIn":"","positiveThreshold":"2","ajaxLoad":"1","disableClearCache":"1","nonce":"43ae95df86","is_not_votable":"false"};
https://godgod-life.com/wp-content/plugins/rate-my-post/public/js/rate-my-post.min.js
var generatepressMenu = {"toggleOpenedSubMenus":"1","openSubMenuLabel":"Open Sub-Menu","closeSubMenuLabel":"Close Sub-Menu"};
https://godgod-life.com/wp-content/themes/generatepress/assets/js/menu.min.js
https://godgod-life.com/wp-content/plugins/breeze/assets/js/js-front-end/breeze-lazy-load.min.js
document.querySelectorAll('img[data-breeze]').forEach(img=>{if(img.getBoundingClientRect().top<=window.innerHeight){img.src=img.getAttribute('data-breeze');img.removeAttribute('data-breeze')}});
_stq = window._stq || [];
_stq.push([ "view", JSON.parse("{\"v\":\"ext\",\"blog\":\"233535121\",\"post\":\"660\",\"tz\":\"9\",\"srv\":\"godgod-life.com\",\"j\":\"1:14.2.1\"}") ]);
_stq.push([ "clickTrackerInit", "233535121", "660" ]);
❗주의사항❗
바코드의 레이저 색상이 <빨간색>이므로 바코드 생성시 빨간색으로 하게되면 <바코드 인식 불가>현상이 발생 될수 있습니다.
반드시 필요한 경우를 제외하고 <빨간색RED>색상은 사용을 삼가해주세요.
바코드 생성후 다운로드 버튼을 누른후 <그림판>및 <포토샵>등을 활용하여 바코드 생성이 가능합니다.
혹은 엑셀로 이용하여 작업시 더욱 쉽게 많은양으 작업을 할수 있습니다.
이 게시물이 유용하셨나요?
평점을 부탁드려요!
평균평 5 / 5. 투표수 2
지금까지 투표한 사람이 없어요! 가장 먼저 투표를 해보세요!