Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

psset (1)

Name

psset - insert page device request in PostScript files

Synopsis

psset FILE

Description

PSSET(1)                              FSF                             PSSET(1)



NAME
       psset - insert page device request in PostScript files

SYNOPSIS
       psset FILE

DESCRIPTION
       Produce  a  version of the PostScript FILE with a protected call to the
       PostScript operator `setpagedevice'.  Typical use is making FILE  print
       duplex, or on the manual tray etc.

OPTIONS
       -h, --help
              display this help and exit

       -v, --version
              display version information and exit

       -q, --quiet
              don't print informational messages

       -o, --output=FILE
              save result in FILE.  If FILE is `-', send to stdout

       -n, --no-fix
              don't run `fixps' to fix PS problems in FILE

       -S, --setpagedevice=KEY[:VALUE]
              pass  a page device definition to output.  Multiple values accu-
              mulate

       -a, --at=PAGE
              insert the page device definitions at PAGE.  Default is  PAGE=0,
              standing for the Document's Setup section

   Shortcuts:
       -m, --manualfeed
              alias for -SManualFeed:true

       -s, --simplex
              alias for -SDuplex:false

       -d, --duplex
              alias  for  -SDuplex:true  -STumble:false corresponds to Duplex,
              binding along the long edge

       -t, --tumble
              alias for -SDuplex:true  -STumble:true  corresponds  to  Duplex,
              binding along the short edge

       Produced output is meant for PS level 2 printers.

       News,          updates         and         documentation:         visit
       http://www.inf.enst.fr/~demaille/a2ps/

AUTHOR
       Written by Akim Demaille.

REPORTING BUGS
       Report bugs to <bug-a2ps@gnu.org>

COPYRIGHT
       Copyright (C) 1998-1999 Akim Demaille, Miguel Santana
       This is free software; see the source for copying conditions.  There is
       NO  warranty;  not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
       PURPOSE.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+------------------+
       |ATTRIBUTE TYPE | ATTRIBUTE VALUE  |
       +---------------+------------------+
       |Availability   | text/a2ps        |
       +---------------+------------------+
       |Stability      | Volatile         |
       +---------------+------------------+

SEE ALSO
       a2ps(1), card(1), fixps(1), pdiff(1), psset(1), texi2dvi4a2ps(1).

       The full documentation for psset is maintained as a Texinfo manual.  If
       the  info  and  psset programs are properly installed at your site, the
       command

              info psset

       should give you access to the complete manual.



NOTES
       Source code for open source software components in Oracle  Solaris  can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This    software    was    built    from    source     available     at
       https://github.com/oracle/solaris-userland.    The  original  community
       source                was                downloaded                from
       https://ftp.gnu.org/gnu/a2ps/a2ps-4.14.tar.gz.

       Further information about this software can be found on the open source
       community website at https://www.gnu.org/software/a2ps.



psset 1.3 (GNU a2ps 4.14)        December 2007                        PSSET(1)