If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
The problem is that the software that uses Unix, always prints horizontally, even changing the orientation of the sheet in the printer and in the driver, the text comes out horizontally.
I already found KM print Utility for Unix but for series 4, I need for series 8.
Ghostscript looks at several sources to determine the page size:
o the default size configured for gs (usually US Letter or ISO A4 in portrait orientation),
o the value given to the option PAPERSIZE in the invocation,
o the size requested by the document, unless you specify -dFIXEDMEDIA.
The last applicable item in this list overrides the others, hence the current page size can change at runtime.
The pcl3 driver splits the page size into sheet size and page orientation and passes the sheet size to the printer. This works only if the
printer accepts this size (accepted sizes are listed in your printer's manual). For the explicitly supported printers, the driver knows
which sizes are accepted and will refuse to print if an unsupported one is requested. (If you suspect that pcl3 is in error concerning
what is supported, check the list of supported sizes in the PPD file for the subdevice you are using.) Group-3 printers also accept a cus-
tom page size command which permits printing on arbitrarily-sized media but only within certain limits which are also known to the driver. Unlike the sheet size the page orientation is irrelevant for deciding whether a particular page size is supported or not. The driver will
adapt itself as required by the PostScript language and rotate the output if necessary. (I know of only one other ghostscript driver capa-
ble of this.)
We know a thing or two because we've seen a thing or two.
The medication helps though...
Comment