Rick,

I am not sure whether I understand your requirement right. If you are just 
looking to print a regular 8" * 11" output portrait with 80 column data, 66 
lines per page to a portrait you would have to configure "document header" 
under the "IP Printway options" in infoprint server for that particular printer 
in question.

Portrait Settings:

<ESC>E<ESC>&l2A<ESC>&l6D<ESC>&l2E<ESC>&l66F<ESC>(s12H

<ESC>E          -       Reset the printer
<ESC>&l2A       -       Set the paper size to letter
<ESC>&l6D       -       Set lines per inch to 6
<ESC>l2E        -       Set top of margin to line 2
<ESC>l66F       -       Set total number of lines to 66
<ESC>(s12h      -       Set characters per inch to 12

Landscape Settings:

<ESC>E<ESC>&l2A<ESC>&l1O<ESC>&l8D<ESC>&l2E<ESC>&l66F<ESC>(s15H

<ESC>E          -       Reset the printer
<ESC>&l2A       -       Set the paper size to letter
<ESC>&l1O       -       Set the paper orientation to landscape (Its capital 
alphabet O and not zero.)
<ESC>&l8D       -       Set lines per inch to 8
<ESC>l2E        -       Set top of margin to line 2
<ESC>l66F       -       Set total number of lines to 66
<ESC>(s15h      -       Set characters per inch to 15 <------- this lets you 
print 132 columns..

and the document trailer is 

<ESC>

HTH,
Natarajan


>>> Rick Stetser <[EMAIL PROTECTED]> 9/26/2006 7:18:32 AM >>>
I have a request to print a document so that it will be oriented 180 
degrees from its original orientation.  I've looked around and I don't see 
anything in Infoprint that would let me do this.  Does anyone else know if 
this is possible to do with this product?  Is there another forum I should 
post this question to (if this is not the proper one)?  

Thanks in advance,
Rick

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to