The example on page 26 is very general and is not at all complete. It is missing the @PJL ENTER LANGUAGE="PCLXL" command and the Stream Header (Section 7, page...
Color LaserJet supports PCL 5c, but does not support CMYK (through PCL: ESC*-4U) Anyone knows this reason? Regards, Oh Hyun Soo...
오현수
dongwon90@...
Nov 13, 2003 12:55 pm
175
HI! Anyone knows how to control a printer receives data stream with PCL instruction? My PC's printer port connects two equipments, the one is a PCL laser...
It depends on the printer model. Also, what is the equipment you have besides the printer? Can you make a special cable with different connections to each...
If you are interested in the following job, please send your resume in PDF/Text format to jobs@... HPGL Developer - (US-CA-Fremont) Job Type: Contract ...
aiveajobs
jobs@...
Nov 15, 2003 4:39 am
193
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...