Hello, I'm stuck in trying to learn , find examples , or get any help from HP on using PCL3. To test the water here at this site, I'll post a QB program that ...
CRD is not any sort of PCL command I'm aware of. Scaling raster data is not something that can be done in PCL. You have to scale the picture in your qbasic...
Hello James, The result at resolution 100 (*t100R) and vertical lines per inch of 1000(&l1000D) for screen 12 ( 640 X 480 pixels) is a printout of 6 7/16" W...
Ok, when you say graphic character I'm assuming you mean pixel? When you send bitmap data out in PCL, the graphic "cursor" (the position that the next pixel...
There are a number of things about the HP that seem impossible relative to IBM & epson dot matrix printers. The hp 5650 dissallows the use of landscape in...
Set up a loop and do it one bit at a time. Count the number of bits you have "taken out" of the variable and when that gets to 8, reload the variable from the...
James, I have tried doing 20% width increase the long hard way. peak out all bytes 38,400; convert to binary before storage in a binary file. read out four...
Well, the darkening of the image doesn't make any sense to me... but the ragged edge indicates that you either have a bug in your program or you are not...
James, WE have arrived. The major problem in scale expansion and landscape was a bug in the decimal to binary and binary to decimal routine. Now I have 20%...
I've looked around a bit, and I'm not seeing a whole lot of information on how to generate the PCL necessary to print a bitmaps on a monochrome (or color for...
jkuczynski@...
Dec 22, 2003 7:40 pm
206
Hello and Happy new year, I use PCLTSDK,PCL TransForm and try to insert text with the command StreamEdit_Ins_String or Set_Overlay_Filename , i would like to...
John, It sounds like you want "landscape" orientation of text on say an 8 1/2" x 11" page. Just for starters, why not send all lprint commands followed by a...
Hi guys, I found your group by searching something about PCL soft font download. I have some questions about it. Now I use JavaScript to send PCL command to...
Did the pcl printer support all the font in comparison guide? and what is a different between symbol set and symbol set id? Vachiraporn L. ... Do you Yahoo!? ...
-No. You need to print a Font list from the front panel of the printer. -The ID Identifies the Symbol Set. The id is used when you are sending a command to...
Hi, Thank you very much for your advice. As for your question, my colleage wrote a printer object for me, so I called that object and function to send Ec...
Oooooooooo........ That would be very nice to have a copy of.... Would he share? Or sell? ... James. ________________________________ From: Vachiraporn...
I am attempting to recover from text rotation, but am doing so unsuccessfully. Although the PCL codes sucessfully change the text rotation 90 degrees, and back...
That will also eject the page. If Erick wants both bits of text on the same page, he needs to send the cursor positioning codes while the print direction is at...
Thanks. I have since reset the print direction of the PCL back to Zero degrees prior to issuing the cursor command. This appeared to have made the HP4 PCL...
That doesn't make sense... Could you post a sample? What exactly makes you think the origin has changed? ... James. ________________________________ From:...
Hi, I got problems again. - Do the different printer version use the same font definition for each font? I mean are the LaserJet 1100 and 1200 have the same...
All PCL5 printers understand the standard soft font definitions. Oh well... ... James. ________________________________ From: Vachiraporn Leewasirinan...
I need to render an image to PCL or use a barcode font. However, I don't want to use soft fonts since there are a bunch of printers out there that don't...
That depends on the barcode and how important efficiency of print data is. Fonts are good because they allow you to easily encode barcodes that have a one to...