home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 December / Chip_2000-12_cd1.bin / tema / starof / f_0142 / Xpdefaults
INI File  |  2000-01-07  |  3KB  |  67 lines

  1. [windows]
  2. ; This file contains the settings for the printer installation, which you
  3. ; edit with the program "spadmin".
  4. ; The following line specifies the standard printer. It must be equal to
  5. ; one of the lines in the section [devices].
  6. device=Generic Printer,SGENPRT PostScript,default_queue
  7.  
  8. [devices]
  9. ; All printers you can choose in the File/Print dialogue or in the printer
  10. ; settings are listed here. You can enter any number of printers.
  11. ; The expression separated by a comma (here: default_queue) is a
  12. ; user-defined name. There must be a command for this queue name in
  13. ; the section [ports]. If you want to print on different queues with the
  14. ; same driver you should change the queue name and the name in front
  15. ; of the "="-character.
  16. ; An example for two queues would be:
  17. ; Generic Printer (Queue1)=SGENPRT PostScript,myqueue1
  18. ; Generic Printer (Queue2)=SGENPRT PostScript,myqueue2
  19. Generic Printer=SGENPRT PostScript,default_queue
  20.  
  21. [ports]
  22. ; In this section reside the print commands for the queue names.
  23. ; The queue name can be user-defined and will be displayed in the print
  24. ; dialogues of StarOffice.
  25. ; In the following examples "myqueuename" has to be replaced with the
  26. ; name which is specified at the printer in the section [devices].
  27. ; Example to print to the spooler queue named ps:
  28. ; myqueuename=lp -d ps
  29. ; Example to print to the BSD printer spooler:
  30. ; myqueuename=lpr
  31. ; Example to print to file /tmp/print.ps
  32. ; myqueuename=cat > /tmp/print.ps
  33. ; Example to print to PageView:
  34. ; myqueuename=/usr/openwin/bin/pageview - &
  35. default_queue=lpr
  36. ;default_queue=lp
  37.  
  38. [Xprinter,PostScript]
  39. ; Here reside the default settings for all printers. To change settings
  40. ; for a special driver, you can create a separate section, where the
  41. ; same values must be entered. The name for such a special section
  42. ; must meet the following format: ["PRINTFILE",PostScript,"QueueName"].
  43. ; Example for Generic Printer at the default_queue:
  44. ; [SGENPRT,PostScript,default_queue]
  45. ;
  46. ; The standard paper format for new pages is defined with "PageSize".
  47. ;PageSize=A4
  48. PageSize=Letter
  49. ;PageSize=Legal
  50. ; The alignment for new pages is set with "Orientation".
  51. Orientation=Portrait
  52. ;Orientation=Landscape
  53. ; With the following settings you can alter the page margin manually.
  54. ; All entries must be made in 1/100 mm.
  55. ; MarginLeft = left page margin, MarginTop = top page margin,
  56. ; MarginRight = right page margin, MarginBottom = bottom page margin
  57. MarginLeft=
  58. MarginTop=
  59. MarginRight=
  60. MarginBottom=
  61. ; You can also specify the scale (Scale), the number of copies
  62. ; (Copies), the printer resolution (DPI), and the standard
  63. ; paper tray (PaperTray):
  64. Scale=1.00
  65. Copies=1
  66. DPI=300
  67.