Jump to content

barcode printing


lgastmans

Recommended Posts

just joined PHP Freaks - and have a question...

 

I need to print barcode labels on a Birch BP-744 label printer

 

So far I have managed to

1. create the barcode image as a jpg file

2. install MagickWand to create a bmp version of this image

3. successfully printed this on a laser printer, via parallel port, using the PHP printer_open, printer_draw_bmp, printer_close functions

4. successfully printed on a laser printer connected via USB port (found out I had to set Apache permissions)

 

But when I print to this barcode printer it just spits out a few rows of labels, ALL BLANK!

 

I am testing this on Windows XP SP2, and Xampp 1.6.2

 

I am freaking out, because all of the above 4 points involved a lot of hard earned knowledge, and now I just get blank labels

 

Anybody have any ideas, suggestions?

Link to comment
https://forums.phpfreaks.com/topic/66188-barcode-printing/
Share on other sites

Probably the bardoce printer accepts specifically formatted data which differ from standart printers. I really dont know. From the comments at the php manual, there are 2 or 3 guys who say they printed normaly with printer_open and a barcode printer.

 

Dont know why ure using php for this, as for application languages like VB there are activeX controls for printing in different barcode printers.

Link to comment
https://forums.phpfreaks.com/topic/66188-barcode-printing/#findComment-331080
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.