How can i print a barcode with subscript....i need the control characters for a laser printer.i'm using HP LaserJet 2200DTN printer. i'm printing it with 4GL report....Pls help me on this...|Delete 'P-' before: '' but after: 'stefano.mossa@tiscali.it " I'm gonna add this site to preferites, though I still haven't find precisely what I was searching for." |Delete 'P-' before: '' but after: 'mariappan_in2000@yahoo.com asks:
We have a special chip inserted to print barcodes and i'm printing barcodes too. i need to know how to get subscripts printed in that barcode.
Thanks a lot for your reply...
I use this to print the barcode using my 4GL report...
ASCII 27,"(0Y", # Select barcode font
ASCII 27,"(s0p8.1h12v0s0b0T", # Pitch set.
ASCII 27, "&a9R", # Line 9.2
ASCII 27,"&a6C", # Column 6
"*","ABCDE12345","*" # Data - ABCDE12345
Thanks in advance
How can i print a barcode with subscript....i need the control characters for a laser printer.i'm using HP LaserJet 2200DTN printer. i'm printing it with 4GL report....Pls help me on this...James Newton replies: The 2200 does not come with a barcode font. You will need to purchase one from HP or another vendor.
C program to convert a pcl image file to text for editing and to convert the edited text file to a pcl image file again.ON 20060630@5:32:56 PM at page: http://www.sxlist.com/techref/language/pcl/index.htm#38898.7312037037 Osvaldo Marques, Jr[OM-DIS-XEA] See also: /techref/member/OM-DIS-XEA/pcltotxt.htm
C program to convert a pcl image file to text for editing and to convert the edited text file to a pcl image file again.