home *** CD-ROM | disk | FTP | other *** search
INI File | 2000-01-07 | 2.6 KB | 67 lines |
- [windows]
- ; This file contains the settings for the printer installation, which you
- ; edit with the program "spadmin".
- ; The following line specifies the standard printer. It must be equal to
- ; one of the lines in the section [devices].
- device=Generic Printer,SGENPRT PostScript,default_queue
-
- [devices]
- ; All printers you can choose in the File/Print dialogue or in the printer
- ; settings are listed here. You can enter any number of printers.
- ; The expression separated by a comma (here: default_queue) is a
- ; user-defined name. There must be a command for this queue name in
- ; the section [ports]. If you want to print on different queues with the
- ; same driver you should change the queue name and the name in front
- ; of the "="-character.
- ; An example for two queues would be:
- ; Generic Printer (Queue1)=SGENPRT PostScript,myqueue1
- ; Generic Printer (Queue2)=SGENPRT PostScript,myqueue2
- Generic Printer=SGENPRT PostScript,default_queue
-
- [ports]
- ; In this section reside the print commands for the queue names.
- ; The queue name can be user-defined and will be displayed in the print
- ; dialogues of StarOffice.
- ; In the following examples "myqueuename" has to be replaced with the
- ; name which is specified at the printer in the section [devices].
- ; Example to print to the spooler queue named ps:
- ; myqueuename=lp -d ps
- ; Example to print to the BSD printer spooler:
- ; myqueuename=lpr
- ; Example to print to file /tmp/print.ps
- ; myqueuename=cat > /tmp/print.ps
- ; Example to print to PageView:
- ; myqueuename=/usr/openwin/bin/pageview - &
- default_queue=lpr
- ;default_queue=lp
-
- [Xprinter,PostScript]
- ; Here reside the default settings for all printers. To change settings
- ; for a special driver, you can create a separate section, where the
- ; same values must be entered. The name for such a special section
- ; must meet the following format: ["PRINTFILE",PostScript,"QueueName"].
- ; Example for Generic Printer at the default_queue:
- ; [SGENPRT,PostScript,default_queue]
- ;
- ; The standard paper format for new pages is defined with "PageSize".
- ;PageSize=A4
- PageSize=Letter
- ;PageSize=Legal
- ; The alignment for new pages is set with "Orientation".
- Orientation=Portrait
- ;Orientation=Landscape
- ; With the following settings you can alter the page margin manually.
- ; All entries must be made in 1/100 mm.
- ; MarginLeft = left page margin, MarginTop = top page margin,
- ; MarginRight = right page margin, MarginBottom = bottom page margin
- MarginLeft=
- MarginTop=
- MarginRight=
- MarginBottom=
- ; You can also specify the scale (Scale), the number of copies
- ; (Copies), the printer resolution (DPI), and the standard
- ; paper tray (PaperTray):
- Scale=1.00
- Copies=1
- DPI=300
-