Switch To PC View |
Free Online Bulk
Barcode Generator
|
By Excel Data
|
Please
select a barcode type: |
If you have no special wishes,
we recommend to use:
|
Code 128 (1D)
or
QR Code (2D)
|
|
|
|
https://barcode.design |
Recommand
Desktop Free Barcode Software With
More Features
https://free-barcode.com/ |
|
1. Enter barcode
data in Excel for print bulk barcode labels.
2. Design barcode label with text, logo.
3. Generate sequence numbers for make barcode png images.
4. Print barcode label matrix sheet to Avery 5160, 5161, etc.
5. Print barcode label by command line.
6. Add Ascii key to barcode: Tab, Enter, File Separator. etc. |
|
*** When you
customize a batch of products at
the factory, in order to
facilitate the customer to
identify and trace the products,
sometimes we need to put bar
code labels with different
numbers on each product. In this
case, if the bar code label is
printed on the roll label paper
(as most of barcode design
software doing), it will be
difficult to find the
corresponding numbered bar code
label you need to paste to a
product, for it rolled all
labels together. |
*** Our barcode
design and printing software
provides a perfect solution: you
can print a set of barcode
labels onto an A4 paper or Avery
label paper, so you can hold a
¡°bar code labels book", to paste
the corresponding numbered bar
code to the product, by the page
number of the bar code labels
book, you can easily find the
barcode with the number you need
and paste it on the product.
This will greatly improve your
working efficiency. |
|
 |
|
Create Your Own
Online Barcode Generator:
How to add a
barcode generate function to your website or web-base program |
There are two ways: |
A. Simple
Solution:
Just need to
download a html file and put it to your website. |
B. Advanced
Solution:
Use a html
command to make barcode. |
A. Simple Solution:
|
1. Right
this link :
Download
, choose menu "Save Link as...",
download the
file "barcodemaker.htm" to your computer. |
2. Upload this
file "barcodemaker.htm" to your website's root directory. |
3. For
example, your website URL is:
http://www.xxxxx.com |
Open this
link:
http://www.xxxxx.com/barcodemaker.htm |
You will see your
own online barcode generator, like below screen
shot: |
 |
4. We have made
an example online barcode generator:
Open it to test |
5. By default, on
the bottom of the web page, it show our email
address "cs@easiersoft.com"
and our url,
you can change
them to your email and url:
Use Windows
NotePad, open the file "barcodemaker.htm",
search "cs@easiersoft.com"
and our url,
then change them
to your contact information. |
B. Advanced
Solution:
Use a html
command to make barcode. |
For example:
If you want
to make a shipping label on your website
program, likes
below form. It needs has a barcode in the label,
the barcode's
number = Customer P/N, "DGG090000002". |
|
|
|
Ship To: |
XXXXXXXXX
XXXXXXXXX XXXXXXXXX XXXXXXXXX
XXXXXXXXX XXXXXXXXX
XXXXXXXXX XXXXXXXXX
XXXXXXXXX
XXXXXXXXX XXXXXXXXX XXXXXXXXX |
Customer P/N |
DGG090000002 |
|
[Need a barcode in this place] |
Revision |
CV00002 |
PO Number |
PO200903029123BN |
Quantity |
82300 |
Supplier P/N |
GNMI9008-9 |
|
|
|
|
Use the following
html code can insert barcode to it: |
<img
src="https://barcode.design/barcodegenerator.asp?
bc1=DGG090000002&bc2=10&bc3=3&bc4=0.6&bc5=0&bc6=1
&bc7=Arial&bc8=15&bc9=1"> |
https://barcode.design/barcodegenerator.asp?
bc1=DGG090000002&bc2=10&bc3=3&bc4=0.6
&bc5=0&bc6=1&bc7=Arial&bc8=15&bc9=1 |
As you see in
above, this code has 9 parameters: |
bc1:
Barcode number / barcode value
bc2:
Barcode Type, 10 = Code128B,
Other barcode type
bc3: Width
bc4: Height
bc5: If
show text under barcode, 1=Yes, 0=No
bc6: If
stretch the barcode image, 1=Yes, 0=No
bc7: Font
name - your windows system's font setting
bc8: Font
size
bc9: Width
and height unit, 1=Inch, 2=Centimeter |
Where should we
put this code to the website or web-base program? |
Open your webpage
with a html editor, such as forntpage,
you will see
these html codes: |
<body>
<p>
<b><font
color="#0000FF">[Need a barcode in this place]</font></b>
</p>
</body> |
Just need to
replace the html code
"<b><font
color="#0000FF">[Need a barcode in this place]</font></b>"
to the barcode
generate code, as below: |
<body>
<p>
<img
src="https://barcode.design/barcodegenerator.asp?
bc1=DGG090000002&bc2=10&bc3=3&bc4=0.6&bc5=0&bc6=1
&bc7=Arial&bc8=15&bc9=1">
</p>
</body> |
Then the output
form will added a barcode: |
|
|
|
Ship To: |
XXXXXXXXX
XXXXXXXXX XXXXXXXXX XXXXXXXXX
XXXXXXXXX XXXXXXXXX
XXXXXXXXX XXXXXXXXX
XXXXXXXXX
XXXXXXXXX XXXXXXXXX XXXXXXXXX |
Customer P/N |
DGG090000002 |
|
|
Revision |
CV00002 |
PO Number |
PO200903029123BN |
Quantity |
82300 |
Supplier P/N |
GNMI9008-9 |
|
|
|
|
|
|
 |
|
|
|
COPYRIGHT (C)
EasierSoft Ltd. 2005-2023
Technology
Support: cs@easiersoft.com |