answersLogoWhite

0

the best way to print barcodes is either to a thermal printer (thermal transfer or thermal direct) or a laser printer. There are some new inkjet printers on the market (different than regular office inkjet) that can also produce very clear barcodes.

The problem with printed barcode is that the print has to be very "clean" any kind of splatter between the line, will make it very difficult to read. The other part of this to create a barcode with human readable segment. This is the actual numbers/text/symbols that are the makeup of the barcode. Various labeling software allows you to add it above or below the code.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Can you overwrite bar code with black marker?

you can render it un readable by standard devices


How do you print bar codes?

You can print barcodes to any laser printer, as well as a 203 or 300 DPI printer, but you need to make sure that you have the correct x dimension so that the barcode is readable by the scanner.


What is the universal code?

The Universal Product Code is a combination of electronically readable lines (the bar code) and numbers identifying the product and providing inventory and pricing information for producers and resellers


What is the Universal Product Code?

The Universal Product Code is a combination of electronically readable lines (the bar code) and numbers identifying the product and providing inventory and pricing information for producers and resellers


What is the definition of bar codes?

A machine-readable code in the form of numbers and a pattern of parallel lines of varying widths, printed on and identifying a product.


What is a bar code?

bar code, Universal Product Code (code consisting of a series of vertical bars of variable width that are scanned by a laser; printed on consumer product packages to identify the item for a computer that provides the price and registers inventory information)


What is the name of code written in readable English?

Code that is written in readable English as opposed to being written in a specific computer language is Pseudo Code.


Can a program be correct and still not exibit good quality?

Yes. There is a big difference between working and working well. A good program will not only serve a function but also run quickly, have easily readable source code, and not have any side effects. for a in stuff: if a 1 for letter in word): print 'it has a one in it' else: print 'it does not have a one in it.'\ the two sections of code both do the same thing, but the second is more readable and shorter.


Can object code and source code of a compiler be in same language?

No, they are two different things, source code is human-readable and machine code is machine-readable (though it can be represented in assembly)


Is it safe to post concert tickets on facebook?

As long as you cover up the bar code, it's fine.Thieves, with the magic of photoshop, can rotate and stretch the barcode so that it could be made readable. They, again with the magic of photoshop, can print out their own ticket with your barcode in. And if they happen to get to the concert before you, you'd be darned out of luck.


What is the purpose of a bar code symbol?

The purpose of barcode symbols on products is that they provide a machine-readable representation of data relating to the object to which it is attached. They became popular in the 1960s.


What are the different types of memory areas for different programming languages?

Code (readable, executable) Constant data (readable) Variable data (readable, writeable)