I have been looking for and haven't found the right pcl code to do it. I'm sure it's quite simple, maybe. I want to be able to move the cursor in pcl in...
ComputerGeek@...
Feb 2, 2001 9:04 pm
6
<esc>&a#H were # is the decipoints. Use + or - before the number to make the movement relative to the current position. All the commands are listed...
James Michael Newton
jamesnewton@...
Feb 2, 2001 9:36 pm
7
Thanks! This will make my life much easier (well for today, anyways). And thanks for the reference link. Thanks Donald Verhagen computergeek@... ... ...
ComputerGeek@...
Feb 5, 2001 8:19 pm
8
I have sucessfully created a tiff reader (very baseline) and can print a black and white tiff image to the printer using PCL. What I'm having trouble finding...
ComputerGeek@...
Feb 6, 2001 8:04 pm
9
Great! Care to share your code? As far as I know, only single bit per pixel printing is supported. For greyscale images, you should dither the image to a black...
James Michael Newton
jamesnewton@...
Feb 6, 2001 10:45 pm
10
Sure but it's unibasic. (aka basic) I can put the C-Code I have from Adobe too if that's better? Donald Verhagen computergeek@... ... white. It ... ...
Don Verhagen
ComputerGeek@...
Feb 20, 2001 9:48 pm
11
I am trying to "decode" a prn file set by a graphics editor and out of the entire file, I have 2 sequences I have no idea what that are. [escape seq number 1] ...
Don Verhagen
ComputerGeek@...
Feb 20, 2001 9:55 pm
12
Basic or C is fine. Its the method of the code that is of interest I think. ... James Newton mailto:jamesnewton@... 1-619-652-0593 ... From: Don...
James Michael Newton
jamesnewton@...
Feb 20, 2001 9:58 pm
13
The second letter of a PCL command MUST be lowercase. *O#Q is not valid for that reason. I would guess that the two unknown commands are specific to some...
James Michael Newton
jamesnewton@...
Feb 20, 2001 10:18 pm
14
... Print Quality - 0=Economy/Draft ... Print Quality - 0=Shingling for DeskJets ... Media type - 0=plain paper ... BP ... Page Technology Marketing, Inc....
Robert C. Pooley
info@...
Feb 20, 2001 10:21 pm
15
Wow. Robert, You the man! ... James Newton mailto:jamesnewton@... 1-619-652-0593 ... From: Robert C. Pooley [mailto:info@...] Sent: Tuesday,...
James Michael Newton
jamesnewton@...
Feb 20, 2001 10:43 pm
16
Thank you Robert! The one for media type was in my book, however, after staring at it for about hour, I overlooked it. Thank again Robert Donald Verhagen ...
Don Verhagen
ComputerGeek@...
Feb 21, 2001 3:47 pm
17
Hello members, Does someone know if possible to connect a HP IIIP with Win98 ?? Where can i find a driver for this ? On the win98 CD is no drivers available. ...
C.P.Kamhoot
kamhsbrg@...
Apr 30, 2001 5:56 pm
18
... I find it hard to believe that the HP LaserJet Series IIIP is not available on the W98 CD. If that is truly the case, then you need to go to HP.COM to ...
PageTech
info@...
Apr 30, 2001 6:18 pm
19
Several times I have gone looking for the LJ II driver on the Win98 CDs and had a hard time finding it until I realized that it is under "HP LaserJet Series...
James Michael Newton
jamesnewton@...
Apr 30, 2001 6:40 pm
20
... Yes, i agree. hard to believe but it is true. On my CD-rom OEM win98 are some inkjet printers and some laserjet ( II -series) but not my IIIP. I tryed all...
C.P.Kamhoot
kamhsbrg@...
May 9, 2001 12:50 pm
21
No it is not. I had a very close look on my CD (OEM win98)but it is not on it. I tryed all other option but non is working. From Pagetech i recieved the HP.com...
C.P.Kamhoot
kamhsbrg@...
May 9, 2001 12:56 pm
22
I have a document I print from a fox-dos based application. It uses a text file to print from which if you open in notepad will show all the pcl language, the...
John
jwilliams@...
May 21, 2001 5:06 pm
23
Your PCL needs help. See
http://www.efplus.com/techref/language/pcls.htm
All PCL sequences need to end in an uppercase letter. (s0p for example
should be...
James Michael Newton
jamesnewton@...
May 22, 2001 3:48 pm
24
I am looking for a source to purchase PCL3 tec manuals. I have PCL5 Manuals but they dont tell you which commands belong to pcl3. I would be happy to pay the...
OEM
TEC.RESOURCES.COM@...
Jul 3, 2001 7:24 pm
25
... Mike, The main problem with PCL3 is that there are so many variations of it. Most of the people that ask for it don't know enough about PCL to in the first...
PageTech
info@...
Jul 3, 2001 9:38 pm
26
Dear Mr. Info, I had problems when trying to run the VbDemo2.exe file of your PCLTSDK product. I got error saying :" This program is using PTC32. A version ...
Xinxin Li
carol_xinxin@...
Jul 5, 2001 10:23 pm
27
... 1. You cannot write programs using our .dll's in the demo version. The PCLTool SDK demo is primarily for determining our compatibility with your PCL....
PageTech
info@...
Jul 5, 2001 11:06 pm
29
For compatibility reasons I have to chane the style parameter in the header of the font. (to number 995) (Esc (#s) When I tried to change the parameter (byte 4...
goldraij@...
Jul 31, 2001 2:04 pm
30
I need to download a bitmap font to the printer , before printing the file . This procedure must be done automatic , so the user needs only to send the file to...
goldraij@...
Aug 16, 2001 7:21 am
31
... First, you need to decide how you want to pick the font and add whatever download font id escape in front of the font. And, also decide if you want to set...
PageTech
info@...
Aug 16, 2001 3:48 pm
32
... Wu Wei Ning wwn <wwn@...>...
wwn
wwn@...
Aug 27, 2001 6:11 am
33
Hi Can anyone help me about the PCL commands to print Image file....
amitava.sengupta@...
Sep 10, 2001 10:10 pm
34
I would be most grateful if anyone could advise on a pretty basic problem I am having trying to get my HP2200 Laserjet to respond to PCL commands. The facts...
coffmixcha@...
Sep 16, 2001 2:39 am
35
Are you running the files through the printer driver rather than sending the
RAW file directly to the printer?
Try
cp file lp0
and I bet it will work....