We have a requirement to print barcodes in reports. Any idea how this can be achieved? Is there any special font characteristic that allows barcode to be printed?
Is it possible to adjust the height and length of barcodes?
dsaro00,
are you writing the code for the barcode printing or using someone elses? if writing it and using HP laserjet printers you will need the HP DIMM barcodes and more. from there you will need to code the proper escape sequences to notify the printer to print the barcode rather than the literal string.
hth
regards,
longhair
Not many PCL printers have resident bar-code fonts, although there are a few that do.
So you will probably have to obtain a suitable PCL format font (for the bar-code symbology you have chosen); this may be provided as either:
hardware (DIMM or equivalent)
software (downloadable PCL-encapsulated format)
Then you would be able to select the font (by ID, or via characteristics; font vendor should provide details).
You may need to add things like stop/start characters, calculate checksum character and maybe even translate characters (if the font characters do not have one-to-one correspondence with actual character codes).
dsaro00,
don't know about lexmark, but as i said for HP's you need to get the HP DIMM called 'Barcodes and More' in order for the printer to understand the escape sequences that will generate the barcode.
another option is a software one using .pdf where the barcode is an image in the file rather than being interpreted by the printer.
hth
regards,
longhair
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.