473,837 Members | 1,577 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Printing barcodes in a production environment?

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 guessing
that doing a screendump via a standard inkjet isn't going to work
(i.e. might need somehow to print to a barcode printer!)

Any ideas where to start?

Thanks in advance.
Jul 17 '05 #1
11 4341

"Murray Elliot" <to***********@ blueyonder.co.u k> wrote in message
news:c0******** *************** *********@4ax.c om...
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 guessing
that doing a screendump via a standard inkjet isn't going to work
(i.e. might need somehow to print to a barcode printer!)

Any ideas where to start?

Thanks in advance.


Barcode technology & printers have been around for a long time (at least in
high tech spans). Visit the websites of one or two of the biggies in the
business. You should find white papers and other explanations that will tip
you in the right direction.

George
Jul 17 '05 #2
Murray Elliot wrote:
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 guessing
that doing a screendump via a standard inkjet isn't going to work
(i.e. might need somehow to print to a barcode printer!)

There are different "plugins", most seems to be commercial ones.
If you are interested in postscript based barcodes, then you can take a look
at www.terryburton.co.uk/barcodewriter/index.html
//Aho
Jul 17 '05 #3
Google for "barcode truetype font". Then check out
http://www.microsoft.com/typography/...t3/default.htm on
how to embed fonts into HTML pages.

Jul 17 '05 #4
Murray Elliot wrote:
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 guessing
that doing a screendump via a standard inkjet isn't going to work
(i.e. might need somehow to print to a barcode printer!)

Any ideas where to start?


Why do the same work twice?

http://pear.php.net/package/Image_Barcode
Jul 17 '05 #5
Thanks for the feedback guys, I'm pretty clear on barcode generation
per-se, so perhaps my quetsion wasn't as clear as it should have been,

I'm more concerned about the practical ability to align a web page
printout with printer label stock... i.e. I can generate a page with
rows of barcodes on them, but how do you ensure that the bracodes and
the labels line up when output?

Thanks again.
Jul 17 '05 #6
> 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 guessing
that doing a screendump via a standard inkjet isn't going to work
(i.e. might need somehow to print to a barcode printer!)

Any ideas where to start?

Thanks in advance.


http://pear.php.net/package-info.php...=Image_Barcode
Jul 17 '05 #7
Murray Elliot wrote:
Thanks for the feedback guys, I'm pretty clear on barcode generation
per-se, so perhaps my quetsion wasn't as clear as it should have been,

I'm more concerned about the practical ability to align a web page
printout with printer label stock... i.e. I can generate a page with
rows of barcodes on them, but how do you ensure that the bracodes and
the labels line up when output?


It sounds difficult to do because of the way people might have set up
their browsers (margins, headers, etc). I think what you probably need
to do is either build a postscript or pdf file via the webpage, and send
that to printer, or alternatively, talk to the printer directly via
serial/parallel port (albeit, that's a lot of work).

/Marcin
Jul 17 '05 #8
Em Sun, 13 Feb 2005 15:39:05 +0000, Murray Elliot escreveu:
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 guessing
that doing a screendump via a standard inkjet isn't going to work
(i.e. might need somehow to print to a barcode printer!)

Any ideas where to start?

Thanks in advance.


The best way to have exact positioning is to create a PDF.
Have a look at www.fpdf.org
There are several scripts with barcodes.
Jul 17 '05 #9
Just dump it to the PNG image. White and black won't take much size.
"Murray Elliot" <to***********@ blueyonder.co.u k> wrote in message
news:gv******** *************** *********@4ax.c om...
Thanks for the feedback guys, I'm pretty clear on barcode generation
per-se, so perhaps my quetsion wasn't as clear as it should have been,

I'm more concerned about the practical ability to align a web page
printout with printer label stock... i.e. I can generate a page with
rows of barcodes on them, but how do you ensure that the bracodes and
the labels line up when output?

Thanks again.

Jul 17 '05 #10

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

Similar topics

1
2686
by: David Chapman | last post by:
I need to print barcodes with normal characters on labels from my which has a VB.net front end. The database is a library system, the barcode represents the bookid - the isbn is not used. The book name needs to be printed under the barcode. The printing can be done on sheet labels. Can anyone advise or point me in the direction of a suitable module please?
6
3960
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 guessing that doing a screendump via a standard inkjet isn't going to work (i.e. might need somehow to print to a barcode printer!) Any ideas where to start? Thanks in advance.
3
6324
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 computer has drivers installed for this printer, and this printer is shared for the network. Question 1:
3
15046
by: Michael | last post by:
Hi, I'm trying to print barcodes to the Dymo LabelWriter printer. Put everytime I send a job to the label printer it just outputs an empty label. If I change the default printer back to the standard printer(HP LaserJet), it prints fine. Has anyone worked with Label printers like this. Here is the code I'm using: Private Sub cmdPrint_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdPrint.Click try Dim BarCode...
1
1886
by: kmercer46 | last post by:
My application basically prints barcodes for customers lets say in thousands. And there are operators who prints this barcodes all over the country using this application which is being run over citrix. I am using EPSON LQ2180 printer (DotMatrix) with custom paper size Now the issue is it skips one paper for everybarcode i print meaning if I print 100 barcodes and i have 100 blank papers coming with it. Ideas are highly appreciated...
7
2387
by: Burhan | last post by:
Hello Group: I am in the planning stages of an application that will be accessed over the web, and one of the ideas is to print a barcode that is generated when the user creates a record. The application is to track paperwork/items and uses barcodes to easily identify which paper/item belongs to which record. Is there an easy way to generate barcodes using Python -- considering the application will be printing to a printer at the...
1
1966
by: benfly08 | last post by:
Hi, I got a printing problem for my C# program. I need to pull out records from database and format them and then print them out. I used PrintDocument class and PrintPageEventHandler function to handle multiple page printing. When I tried printing the records in testing environment which has an HP LaserJet 2420dn printer, it worked fine. However, when I put the program into production environment which has an EPSON FX-2190, the results...
1
6968
by: steve | last post by:
Hi All Has anybody had experience with printing text and barcodes to Zebra label printers in VB.net 2005 Regards Steve
2
1850
by: zafar | last post by:
Hi there, I need to print barcodes using IDs which are used in my system. I need some help how to print barcodes (any type EAN-13, EAN-8, Code 39 etc etc). If there is any free DLL available for printing barcodes with high quality in .Net so plz let me know about it. Urgent reply will be appreciated. Thanks.
0
10862
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10560
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9389
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7798
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5662
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5838
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4468
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
4033
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3119
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.