473,396 Members | 1,871 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Printing a thermal label

I have to print a Fedex shipping label on a Zebra(thermal) printer. I
initially had the label information in a base64 string which I decoded into a
memory stream. Now I need to send this memory stream to a thermal/label
printer. How do I do this?

Thanks for any help.

Mar 23 '06 #1
2 3676
I dont have answer for you, but this might help you work one out

http://aspalliance.com/462#Page1

--
Regards

John Timney
Microsoft MVP

"Beginner" <Be******@discussions.microsoft.com> wrote in message
news:DD**********************************@microsof t.com...
I have to print a Fedex shipping label on a Zebra(thermal) printer. I
initially had the label information in a base64 string which I decoded
into a
memory stream. Now I need to send this memory stream to a thermal/label
printer. How do I do this?

Thanks for any help.

Mar 23 '06 #2
There are actually a couple of different methods for doing this but it depends on your situation and the dollars you want to spend.

The cheapest method is to write out the label in the printers native language which for the Zebra printer it's ZPL. Unfortunately Zebra seems to change their printer language between models and revisions in models so this can sometimes become difficult as you will possible have different formats for each printer and you need to know which you are talking to. Just as a comparison Intermec uses the same language for all models and is backward compatible for all models.

If you go this route you will need to set your printer to use the Generic/Text Windows printer driver and then just push the stream of ZPL, which is just text, to the printer as you would any other print request. I open a new window with the font the same color as the background so the user does not see the ZPL and give them a print button which just opens the printer dialog to send the format to. Any other driver just interprets the ZPL language as text to be printed and will not engage the Zebra printer engine in the bar code printer hardwrare.

The other method is to create a PDF which can include bar code fonts for printing. This will require you to use the specified Zebra printer driver for Windows but allows you to create one format that works everywhere. This process will require you to purchase a bar code font package, which is unfortunate since the Zebra is built for this, and a PDF creation package. Basically this route nulls the point of using a specialty bar code printer since it is just connected to your workstation as any other laser.

HTH,

Matt

"Beginner" <Be******@discussions.microsoft.com> wrote in message news:DD**********************************@microsof t.com...
I have to print a Fedex shipping label on a Zebra(thermal) printer. I
initially had the label information in a base64 string which I decoded into a
memory stream. Now I need to send this memory stream to a thermal/label
printer. How do I do this?

Thanks for any help.

Mar 23 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Murray Elliot | last post by:
Just wondering if anyone has any ideas on how to solve a particular problem. A client wants to print barcode labels from their (web/php based application). The barcode labels are very small, so I'm...
6
by: ccg | last post by:
I am trying to print a file from an ASP script but haven't been able to find any way of making this happen. I have an EPL (Eltron Thermal Printer language) file that is being generated from the...
2
by: DBQueen | last post by:
I have a database which will be printing out labels for SMALL test tubes (1/4" high). We have yet to find a reasonably-priced printer (labelwriter) which can effectively print this on ROLLS of...
3
by: Clint MacDonald | last post by:
Hello, I am trying to create a small application that creates labels and I have purchased a thermal transfer label printer. Now I need to be able to print the formatted label to the printer...
3
by: Mika M | last post by:
Hi all! I have made an application for printing simple barcode labels using PrintDocument object, and it's working fine. Barcode printer that I use is attached to the computer, and this...
3
by: carlor | last post by:
Hi there, Our client has a requirement to print labels from the web site to a local printer. i.e. user logs onto web site and click a print button and the address is printed to a label printer...
2
by: Tull Clancey | last post by:
Hi, I have another question that I hope someone can help with.... I have to admit I'm completely new to Net printing so I really don't know where to start here. I need to print a bar code, I...
6
by: Ron | last post by:
Hi, I know Access allows for easy construction of a report setup to print labels from a table/query, etc. I've done that one. It works pretty well for what I need. However, is there an...
15
by: =?Utf-8?B?cGF0cmlja2RyZA==?= | last post by:
Hi everyone! Does anyone know how can I do barcode printing? First of all, I know I have to write a client executable, but how do I communicate with the thermal printer? Using software the...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.