Questions tagged [bartender]

BarTender barcode software is a design-and-print software for labels, barcodes, cards and RFID tags.

BarTender barcode software is design-and-print software for labels, barcodes, cards and RFID tags. Running stand-alone or integrated with other programs, BarTender is a solution for on-demand printing or marking application, including: label printing, print and apply, direct marking on parts and packaging, encoding smart cards, sign production, and more.

39 questions
3
votes
1 answer

UnicodeEncodeError: 'ascii' codec can't encode characters in position 62-11168: ordinal not in range(128)

Help me figure out what's wrong with this. I am running Text summarization using Transformers ~/Bart_T5-summarization$ python app.py No handlers could be found for logger "transformers.data.metrics" Traceback (most recent call last): File…
dgarsh
  • 41
  • 3
2
votes
1 answer

Change datasource using bartender dynamically using c#

I'm populating fields data from database with bartender but I'm not able to do same while changing database from code, e.g. There is a template called TestLBL.btw and in the template we have configured database field say TestDB.Name field now I've…
IPS
  • 417
  • 9
  • 22
2
votes
1 answer

How to pass data from C# to Bartender2016

I read the Bartender SDK,and write the follow code to test label template. var lb = @"C:\Users\Administrator\Desktop\线标.btw"; using (Engine engine = new Engine(true)) { LabelFormatDocument btformate =…
wuhen
  • 43
  • 2
  • 5
2
votes
4 answers

Running Bartender on a single machine over network

I am using Bartender Enterprise Automation edition for Label Printing. As of now, Bartender is installed on machines on which we intended to print the labels from. Now, I have an windows forms C# application, which invokes Bartender Engine and…
1
vote
0 answers

Get File Name used while exporting Printer Code Template in BarTender

I am trying to find if there is a way to get the file name that we mention while exporting the Printer Code Template (see below): Export Printer Code Template I have tried using Format.FileName to get this but this actually gets the file name of the…
1
vote
1 answer

Zebra printer stop each label

Zebra model: Zebra Z4M I have a problem with printing labels from a PDF file on a Zebra printer. If I send a file to be printed that has several pages (one page = one label) the printer prints one page, pauses for 2 seconds, and prints another label…
Adam Wróbel
  • 344
  • 6
  • 25
1
vote
1 answer

How to pass out argument of type BarTender.Messages

I try to integrate Java application with Bartender Seagull ActiveX interface using jacob 1.19 library. I have a problem with print method because I do not know how to call this method from jacob. I tried following code: public void print( String…
Mariusz
  • 1,907
  • 3
  • 24
  • 39
1
vote
1 answer

Undefined function 'Concat' in expression. for Bartender SQL Statement

I'm currently setting up a label on Bartender. Currently I'm on Database setup screen and already have connected an excel sheet to it. Inside an excel sheet, I have a column that is prefixed with a barcode number starting digits are '5011'. Inside…
user11100279
1
vote
1 answer

'Simple' Conversion from C# to Python

Using Python, I am trying to create an exe that will print barcode labels. This will interact with BarTender labeling software. I understand this is possible but I am new to Python and not sure how to go about this. I have it in C# but I need to…
KMoe
  • 125
  • 10
0
votes
0 answers

Bartender Print starting position

we use a bartender integration to print labels from a Web Application. Now we need the posibility to select the starting postition because we switch to a A4 Sized Page with 48 Labels on it. Is it possible to send the starting position with a…
Skadie
  • 1
  • 1
0
votes
0 answers

Is there a way to automate the printing from an Access database to another program?

Good Afternoon everyone. I would like to know if there is a way to print information from my Access database through another program. Here is my situation. I have almost finished my database and we are down to the tweaking part, but it is already…
0
votes
0 answers

PrintLabel does not print correctly in Bartender 2022

Below is part of my code. And garbage characters are printed together. I don't know how to solve this problem. lock (engine) { bool success = true; format.PrintSetup.IdenticalCopiesOfLabel = 1; …
tori
  • 1
0
votes
1 answer

Bartender software Database Connection Menu not available

I am using Bartender software version 2016, software comes along with TSC pro Barcode Printer. Details... Program: TSC Special Edition BarTender 2016 R7 License: UltraLite Version: 11.0.7.3146 (32-bit) OS: Windows 10 Enterprise x64 build…
narhari
  • 21
  • 4
0
votes
1 answer

Trying to skip pre-flight OPTIONS using JS locally

I'm sending a simple POST request using js fetch, it's being sent to the Bartender Label Software Integration Application but it's unable to handle OPTIONS or the CORS Pre flight sent when using the following code: