Skip to main content

Questions tagged [code128]

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

code128
-1 votes
0 answers
51 views

How to create customized barcode in qt c++?

I'm using qt 5.15 i have to develop application for Code 128 barcode generator and now I want to reduce the barcode strips. How do I create customized barcode strips? My code is below, Code128.h #...
Mahadev's user avatar
0 votes
0 answers
132 views

When i am trying to run the stable diffusion i am getting error 128 of the github

While i am running webui.sh in my terminal i am getting error code 128. enter image description here Traceback (most recent call last): File "/mnt/c/Users/ASUS/stablediff/stable-diffusion-webui/...
Prince Kakkad's user avatar
0 votes
1 answer
125 views

How Can I fix code 128 B checksum exceeds Ascii code range C#

i have printed barcode using code 128 B type. However, some text cannot be read. some text's checksum value exceeds ascii code range.. How do i Recalculate checksum when it is exceeded ascii code ...
Tokhi's user avatar
  • 11
0 votes
0 answers
37 views

Can code128 or other style barcode be embedded in a 2D barcode, and the 2D barcode be used as a location or a Zone?

I am working on an inventory solution to take the place of a paper and pen/manual inventory, and am leaning towards barcodes and hand scanners. Essentially, placing code128 styles on our products will ...
Joey's user avatar
  • 1
2 votes
0 answers
365 views

React parse GS1 barcode from camera

I am making a web app and I am using a scanner and camera. I implemented a GS1-parser and that one is working fine (and the scanning with a hardware scan). My problem is the camera scan. That one does ...
Takkie253's user avatar
  • 166
0 votes
1 answer
458 views

Generating Code 128 Barcode for 300 Dpi Printer in ZPL Code

I am trying to generate a Code 128 Barcode for a 300 Dpi Printer. When i try to scan the Barcode then at some points in the Barcode the Barcode is Scanable and at some points the barcode is not ...
user3337924's user avatar
0 votes
0 answers
643 views

Enabling Barcode128 in Excel?

I am trying to use Code128 barcodes in Excel. I installed the Barcode128 font and followed this tutorial. But I just get this error. Anyone have experience getting this to work? Installed Barcode128 ...
user1274309's user avatar
1 vote
1 answer
323 views

swift - Generate Code128 from cyrillic string

I need to create a barcode 128 from cyrillic string, so this code, which is working fine for A-Z and numbers, not helps, even if use encoding let data = string.data(using: String.Encoding....
nastassia's user avatar
  • 887
1 vote
1 answer
355 views

Create a barcode popup

I need to create barcodes in Excel. For the ID in every row of the data I want to create a barcode. The code should only get displayed when I click on the ID cell. The code should get displayed in a ...
WeAreOne's user avatar
  • 1,333
1 vote
1 answer
5k views

How to generate Code128 barcodes and print

I was tasked with trying to create a VBA Macro that will generate barcodes based on the values I have and also create a button that will print only the barcodes and not the values. I have found online ...
Matthew's user avatar
  • 15
0 votes
0 answers
750 views

Scanning Code-128 barcodes issue in iOS (AVFoundation)

I'm working on adding new barcode scanning functionality to my application. Decided to use AVFoundation for that purposes. Implemented everything as in many examples on the Internet. In ...
XDev's user avatar
  • 111
1 vote
0 answers
613 views

How to print barcodes containing letters

How to print codes E27H, D18H, F28G, J16H, E19G, G29F, I19F, K09F, L18F as barcodes from Visual FoxPro application. I tried code below with Code 128 font but barcodes for those codes are created ...
Andrus's user avatar
  • 27.3k
0 votes
2 answers
2k views

How to encode a TAB character in a Code128 barcode using only raw ZPL

In the past, we've used ZPL to create Code39 barcodes with a TAB character encoded in the middle using something similar to the following: *USERNAME$IPASSWORD* The $I in the middle gets translated to ...
dsumner's user avatar
  • 31
-1 votes
1 answer
904 views

How do I use the NetBarcode library to display an Barcode?

It's the first time I've used library. Hence the question I asked about the library: link Add a barcode to my label? On the Website it says for a label it goes with it: var barcode = new Barcode (&...
user avatar
1 vote
0 answers
445 views

Python, Code128.png gets blurred

When the stored data get more and I resize the image I lose details and the code can't get scaned. I want to create a Code128.png with a certain size(30mm*10mm). I'm not able to find a solution to ...
wimsenOG's user avatar
  • 156

15 30 50 per page
1
2 3 4 5
10