Questions tagged [code128]

A very high-density barcode semiotics used for alphanumeric or numeric-only barcodes.

Code 128 is a very high-density barcode semiotics. It is used for alphanumeric or numeric-only barcodes. It can encode all 128 characters of ASCII and, by use of an extension character (FNC4), the Latin-1 characters defined in ISO/IEC 8859-1

144 questions
0
votes
0 answers

How to generate a barcode (code 128) with 44 characters and width equals 7.9 centimeters (223,937 points) in java?

I can generate barcodes with 300 width, but no matter java library i use , i can't figure out how to generate one with smaller sises. If i try to resize the barcode it loses its quality and the online scaners don't reead it…
0
votes
0 answers

Changeable barcode Code 128 B is not centralized in any circumstances

Using barcodes with different length (12 chars or 16 chars). Cannot find a tool to centralize the barcode depending on the length. If I set 16 chars by default, and then I will need to print a 12 char barcode, it will not centralize but cut from the…
0
votes
1 answer

How to use Ç,Ü,İ characters on Code 128 in ZebraDesigner

How to use Ç,Ü,İ characters on Code 28 in ZebraDesigner ? if i use the letter İ or Ç on the barcode, it doesn't work .. Is it possible that ?
umut
  • 13
  • 1
  • 1
  • 9
0
votes
1 answer

Need help to automatically remove the data identifiers from barcodes when they are scanned into an Adobe form

The short version: I work in a hospital and am attempting to create a safer, more efficient downtime version of the forms we send with blood components for transfusion. Currently we handwrite or type the donor identification number (DIN) and the…
0
votes
1 answer

Is there a way to generate working Code128 barcodes in TD 6.3?

I am currently working on a project that requires the output of a Code128 barcode to a QRP. It's an older project ported from TD 4.1, it previously used a barcode.dll that doesn't work properly with 6.3. Since I couldn't find a DLL that would work,…
Skjoldson
  • 41
  • 4
0
votes
0 answers

zebra scanner LI4278 sometimes puts enter in the middle of code

i have problem with getting proper code read in android device. I have configured scanner to pretend as bluetooth keyboard and to send "enter" at the end of scan. When i scan Code-128 code "MIX 001" it sometimes puts enter in wrong place. Is there…
Hondus
  • 292
  • 1
  • 4
  • 16
0
votes
4 answers

Code128 Barcode in Adobe Acrobat Form Text Field

We have a PDF form where you fill out product options then it converts those options into a single text field "Lot Number" then finally a field, "Lot Number Barcode", takes the lot number and converts it to a barcode. For some reason this is not…
Benjamin
  • 697
  • 1
  • 8
  • 32
0
votes
1 answer

tc lib barcode include letters

I am using the tc-lib-barcode library to create a barcode. Creating it is not a problem but I want the letters of the barcode on the underside of it. How would I go on doing this? $barcode = new Barcode(); $bObj = $barcode->getBarcodeObj( …
Efekan
  • 1,497
  • 12
  • 31
0
votes
1 answer

code 128 barcode font not displaying in pdf

I have made reports using BIRT report designer by eclipse. I want to generate code 128 barcode via font. In my Report Viewer, barcode is working well. But when I exported it into Java (calling the birt report viewer to display), it did not display…
user9330883
0
votes
1 answer

How to make Code128 barcode bars thin?

Background: I'm trying to generate barcode sticker on Code128 with the help of this implementation. My generated sticker looks like below: Then I need to attach that sticker on a fabric body by heat pressing. So my finished product will be like…
autopilot
  • 352
  • 2
  • 4
  • 18
0
votes
0 answers

leading characters missing in scanned barcode

I have paired the barcode reader with a data entry device through bluetooth SPP mode. While reading code 128 barcodes, some of the leading characters are missing. For example, if I scan a barcode for 'FXRGYKD', I could only see 'GYKD' in the device.…
najarajar
  • 21
  • 7
0
votes
1 answer

How to generate a barcode with embedded text using GenCode128

I am trying to generate a barcode with its text embedded under the very barcode itself but I can only generate the barcode without the text embedded on it. Here is my code : Public Function process_printbarcode(lbl169 As Label) Dim length As…
Lucifer Rodstark
  • 206
  • 4
  • 14
0
votes
1 answer

Why is Code 128 not displayed correctly in JavaFX TextFlow?

I'm currently creating a program where the user gives a text as input, and then gets displayed the same text with the Code 128 font to see his input as a barcode. I already installed and located Code 128 and Code 39 under…
0
votes
1 answer

Symbol Pocket Browser and decoding FNC1 character

I have a servlet based web application which provides web pages for Motorola RF Barcode Scanners which are running on a customer site and they are still using Symbol Pocket Browser rather then the more up to date Enterprise Browser. I don't have…
0
votes
2 answers

ZPL Code 128 doesn't match mPDF Code 128 output

I'm trying to print a Code 128 (Subset A?) barcode to a Zebra label printer. It looks to be printing, and can be scanned by ZXing barcode scanner on my phone, but when using a barcode scanner, it won't read. Generating the same barcode using MPDF…