| www.delorie.com/gnu/docs/a2ps/a2ps_126.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
psset
psset [options] [file] |
produce a version of the PostScript file (or of the standard input
if no file is given, or if file is `-') that makes
protected calls to the PostScript operator setpagedevice.
Typical use is making file print duplex, or on the manual tray
etc.
The call is protected so that the resulting file is safe, i.e., will still be portable, even with requests such as `-Sfoo:bar'.
It is safe to run psset with no feature requests. Depending upon
the option `--no-fix', it is either equivalent to doing nothing, or
to running fixps (see section 9.2 fixps).
Supported options are:
psset will fail on ill designed PostScript. Actually it is the
psutils that fail. To avoid this, by default the PostScript file is
sanitized by fixps.
When given this option, don't run fixps. This is meant to be
used when fixps has already been used higher in the processing
chain.
setpagedevice call setting key to value.
Multiple values accumulate. Lists of requests separated with `;'
are valid (e.g., `-SDuplex:true;Tumble:false').
setpagedevice call should be done.
The page 0, which is the default, corresponds to the `Setup'
section of the document. More precisely, the insertion is performed at
the end of the `Setup' section, so that if there are multiple calls
to psset on the same document (which is of course, a bad idea),
the last call is winning.
In a typical use you should not change the page.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |