Re: [U2] Barcode PCL Commands

2012-09-21 Thread Robert Frailey
ted at figler.com writes: This will print Code 39 / Code 128 with a PCL printer in GL/2 mode. I can supply the files if you need them. Also forces the required quiet zones flanking the bar code. HPBARS39 001 SUBROUTINE HPBARS39(X,Y,HEIGHT,STRING,WIDTH,RATIO) 002 OPEN BARS39 TO BARS39

Re: [U2] Barcode PCL Commands

2012-09-21 Thread Tony Gravagno
I don't sell PrintWizard but I highly recommend it for tasks like this. See a BASIC demo I wrote with full source: http://Nebula-RnD.com/products/PW/demo2.htm If you know anything about HTML you can use PrintWizard - and that includes doing barcodes. For an example of Code 128 done the hard way,

Re: [U2] Barcode PCL Commands

2012-09-21 Thread Robert Frailey
thank you, ill look at it - Original Message - From: Tony Gravagno 3xk547...@sneakemail.com To: u2-users@listserver.u2ug.org Sent: Friday, September 21, 2012 5:16 PM Subject: Re: [U2] Barcode PCL Commands I don't sell PrintWizard but I highly recommend it for tasks like this. See

Re: [U2] Barcode PCL Commands

2006-06-30 Thread u2ug
REPOSTED FOR NON-MEMBER E-MAIL ADDRESS: Don Kibbey [EMAIL PROTECTED] I've also used www.elfring.com for barcodes, micr and logo fonts. Just sent off some signatures to be made into fonts today. -- - Charles Barouch, Moderator U2-Users U2-Community

Re: [U2] Barcode PCL Commands

2006-06-30 Thread u2ug
REPOSTED FOR NON-MEMBER E-MAIL ADDRESS: Scott Schuler [EMAIL PROTECTED] I tried this and it works great with one exception. The data now creeps up the page so by the bottom of the page I've lost about a line. Anyone know how I can have the barcode match the linefeed height. Thanks While

RE: [U2] Barcode PCL Commands (link to code)

2006-06-29 Thread Brian Leach
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Gallen Sent: 28 June 2006 18:51 To: u2-users@listserver.u2ug.org Subject: RE: [U2] Barcode PCL Commands (link to code) I thought this was in the U2 file section, but it's not. Here is a link to get it. http

RE: [U2] Barcode PCL Commands (link to code)

2006-06-29 Thread George Gallen
AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Barcode PCL Commands (link to code) George Can I ask you to write this up as a short article for the U2UG knowledge base. It's the kind of useful information we're looking for :) In case you haven't visited, you can find

RE: [U2] Barcode PCL Commands

2006-06-28 Thread Walker, Kent
This information is 10 years old but you can give it a try: STARTBC: \027)s0p8.1h12.0v0s0b0T\027)0Y\014\042 ENDBC: \042\015 SPACEBC: \044 A WIKI page appears to have current links to HPs documents: http://en.wikipedia.org/wiki/Printer_Control_Language You have a barcode font cartridge

RE: [U2] Barcode PCL Commands

2006-06-28 Thread Barry Brevik
Does anyone have, or can you direct me to, a PCL command reference to print barcodes? I need to print them on an HP laser. There is supposed to be a barcode font built into PCL 5 and up, but I could never make it work on our printers. I do have some UV code you can have that will print CODE39

RE: [U2] Barcode PCL Commands

2006-06-28 Thread George Gallen
if you need Code-128, There should be a subroutine where U2 files are stored. It works very niceley. By Dave Church. If you need this, I can forward it to you. It will return the PCL coding to produce the barcode for Code-128 (a,b and c subsets). George -Original Message- From: [EMAIL

RE: [U2] Barcode PCL Commands

2006-06-28 Thread Barry Brevik
if you need Code-128, There should be a subroutine where U2 files are stored. It works very niceley. By Dave Church. If you need this, I can forward it to you. It will return the I don't know about the original poster, but I'd like to see that. Barry Brevik --- u2-users mailing list

RE: [U2] Barcode PCL Commands (link to code)

2006-06-28 Thread George Gallen
@listserver.u2ug.org Subject: RE: [U2] Barcode PCL Commands if you need Code-128, There should be a subroutine where U2 files are stored. It works very niceley. By Dave Church. If you need this, I can forward it to you. It will return the I don't know about the original poster, but I'd like

RE: [U2] Barcode PCL Commands

2006-06-28 Thread Debster
@listserver.u2ug.org Subject: Re: [U2] Barcode PCL Commands Ray Buchner [EMAIL PROTECTED] wrote on 28 Jun 2006 12:03:42 -0400 Does anyone have, or can you direct me to, a PCL command reference to print barcodes? I need to print them on an HP laser. While normally one needs a special font cartridge

RE: [U2] Barcode PCL Commands (link to code)

2006-06-28 Thread George Gallen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of George Gallen Sent: Wednesday, June 28, 2006 1:51 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Barcode PCL Commands (link to code) I thought this was in the U2 file section, but it's not. Here

RE: [U2] Barcode PCL Commands

2006-06-28 Thread Brutzman, Bill
I would get a plug-in module (hardware) from HP. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ray Buchner Sent: Wednesday, June 28, 2006 12:04 PM To: u2-users@listserver.u2ug.org Subject: [U2] Barcode PCL Commands Does anyone have, or can you

Re: [U2] Barcode PCL Commands

2006-06-28 Thread ted
This will print Code 39 / Code 128 with a PCL printer in GL/2 mode. I can supply the files if you need them. Also forces the required quiet zones flanking the bar code. HPBARS39 001 SUBROUTINE HPBARS39(X,Y,HEIGHT,STRING,WIDTH,RATIO) 002 OPEN BARS39 TO BARS39 ELSE RETURN 003 PRINT TR0; 004 IF