Re: [U2] Re: PCL: command

2008-02-05 Thread Rex Gozar

Mark,

Could you post your version of PCL.INCLUDE on PickWiki.com or the U2UG wiki?

rex

MAJ Programming wrote:

I'm surprised someone in any MV hasn't submitted a comprehensive PCL.INCLUDE
that would help many of these requests.

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Re: PCL: command

2008-02-04 Thread david yu
hello,

how do you write multiple PCL command in one program,
I have a program that I need to write a compress 8pt
arial narrow and another font within the same letter.

Right now I am using esc(s20H and the printout
compress it but the height stayed so I have a visible
space between lines.

any ideas would be greatly appreciated.

thanks!



  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Re: PCL: command

2008-02-04 Thread Francis Bennett
David,

For commands with the same prefix (2 characters after ESC), change the last
character to lower case in all commands except the last.  In any case there
shouldn't be a problem just concatenating the commands.  Most printer
manufacturers have downloadable  manuals which include PCL defintions - if
not refer to HP, who invented it!

Francis

- Original Message - 
From: david yu [EMAIL PROTECTED]
To: u2-users@listserver.u2ug.org
Sent: Tuesday, February 05, 2008 12:12 PM
Subject: [U2] Re: PCL: command


 hello,

 how do you write multiple PCL command in one program,
 I have a program that I need to write a compress 8pt
 arial narrow and another font within the same letter.

 Right now I am using esc(s20H and the printout
 compress it but the height stayed so I have a visible
 space between lines.

 any ideas would be greatly appreciated.

 thanks!






 Never miss a thing.  Make Yahoo your home page.
 http://www.yahoo.com/r/hs
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Re: PCL: command

2008-02-04 Thread MAJ Programming
I'm surprised someone in any MV hasn't submitted a comprehensive PCL.INCLUDE
that would help many of these requests.

I have one that I use for 60% of what I need (pitch, orientation, typefaces,
some line graphics and other simple functions) but I'm sure there could be a
greatest hits INCLUDE that has the advanced stuff as well.

My 1 cent
Mark Johnson
- Original Message -
From: david yu [EMAIL PROTECTED]
To: u2-users@listserver.u2ug.org
Sent: Monday, February 04, 2008 9:12 PM
Subject: [U2] Re: PCL: command


 hello,

 how do you write multiple PCL command in one program,
 I have a program that I need to write a compress 8pt
 arial narrow and another font within the same letter.

 Right now I am using esc(s20H and the printout
 compress it but the height stayed so I have a visible
 space between lines.

 any ideas would be greatly appreciated.

 thanks!






 Never miss a thing.  Make Yahoo your home page.
 http://www.yahoo.com/r/hs
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Fw: [U2] Re: PCL: command - addendum

2008-02-04 Thread Francis Bennett
Should have mentioned you drop the ESC  prefix on commands after the first.

- Original Message - 
From: Francis Bennett [EMAIL PROTECTED]
To: u2-users@listserver.u2ug.org
Sent: Tuesday, February 05, 2008 3:18 PM
Subject: Re: [U2] Re: PCL: command


 David,

 For commands with the same prefix (2 characters after ESC), change the
last
 character to lower case in all commands except the last.  In any case
there
 shouldn't be a problem just concatenating the commands.  Most printer
 manufacturers have downloadable  manuals which include PCL defintions - if
 not refer to HP, who invented it!

 Francis

 - Original Message - 
 From: david yu [EMAIL PROTECTED]
 To: u2-users@listserver.u2ug.org
 Sent: Tuesday, February 05, 2008 12:12 PM
 Subject: [U2] Re: PCL: command


  hello,
 
  how do you write multiple PCL command in one program,
  I have a program that I need to write a compress 8pt
  arial narrow and another font within the same letter.
 
  Right now I am using esc(s20H and the printout
  compress it but the height stayed so I have a visible
  space between lines.
 
  any ideas would be greatly appreciated.
 
  thanks!
 
 
 
 


 
  Never miss a thing.  Make Yahoo your home page.
  http://www.yahoo.com/r/hs
  ---
  u2-users mailing list
  u2-users@listserver.u2ug.org
  To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/