home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / print / lp3820 / lp3820.pro < prev    next >
Text File  |  1993-05-27  |  4KB  |  157 lines

  1. *  lp3820.pro: Profile for LP3820  V2.3 External
  2. *  lp3820 (C) Copyright IBM Corp. 1990, 1993
  3.  
  4. default  = none        <-- Select default printer entry
  5. paper    = letter      <-- Set to: a4, letter, legal, exec, b5, a5
  6.  
  7. afpext   = .afp        <-- Default input AFP file extension
  8. psegext  = .pse        <-- Extension for external PSEGs
  9. psheader   !lp3820     <-- Use internal PS header
  10. option   = center      <-- Alignment can be top, center, bottom, noalign
  11. ovlyext  = .ovl        <-- Default overlay extension Overlay
  12. metrics  lp3820
  13.  
  14. *
  15. * The following are a set of printer descriptions, each on starts with a
  16. * printer entry, and contains a number of entries for that printer.
  17. *
  18. * The type can be: 4019, 4029, hp, hp3, 4216hp, ps, or text
  19. *
  20. * The port may be any file name.  If it starts with a dot, this extension
  21. * is appended to the input file name to form the output name.  A dash (-)
  22. * indicates output should be sent to standard output.
  23. *
  24. * Top and Left entries allow an adjustment of the top and left margins.
  25. * Positive values move contents up and to the left.
  26.  
  27. *
  28. *  4029 in PPDS mode.
  29. *
  30. printer   = 4029
  31. type      = 4029
  32. port      = lpt1
  33. include   !std4029      <- Standard 4029 definitions
  34. * psfont symb* sy______.pfb        <- enable for scalable symbols
  35. * family symb  Symbol = = =  syma  <- enable for scalable symbols
  36.  
  37. *
  38. *  4019 in PPDS mode to LPT1.
  39. *
  40. printer   = 4019
  41. type      = 4019
  42. port      = lpt1
  43. include   !stdfont      <- Standard bitmap fonts
  44. * include  !ibmfont     <- Use instead of !stdfont if IBM fonts are installed
  45.  
  46. *
  47. *  PostScript direct to a printer
  48. *
  49. printer   = ps
  50. type      = ps
  51. port      = lpt1
  52. include   !stdps        <- Standard PostScript definitions
  53. * include  !psfoils       <- enable to get raster foils fonts
  54.  
  55. *
  56. *  PostScript to a file
  57. *
  58. printer   = psf
  59. type      = ps
  60. port      = .ps
  61. include   !stdps        <- Standard PostScript definitions
  62.  
  63. *
  64. *  PostScript multi-up examples.
  65. *     multiup # shadow 75 rule 5 gray 80 scale 90  <- defaults
  66. *     # can be 1, 2, 3, 4, or 8.  Can use noshadow, norule, or thick
  67.  
  68. *
  69. *  PostScript 1-up (automatic scale to fit page on paper)
  70. *
  71. printer   = ps1up
  72. type      = ps
  73. port      = lpt1
  74. include   !stdps        <- Standard PostScript definitions
  75. multiup   1 noshadow norule scale 100  <- 1 up
  76.  
  77. *
  78. *  PostScript 2-up with separator
  79. *
  80. printer   = ps2up
  81. type      = ps
  82. port      = lpt1
  83. include   !stdps        <- Standard PostScript definitions
  84. multiup   2 noshadow rule scale 100  <- 2 up
  85.  
  86. *
  87. *  PostScript 4-up with shadow
  88. *
  89. printer   = ps4up
  90. type      = ps
  91. port      = lpt1
  92. include   !stdps        <- Standard PostScript definitions
  93. multiup   4
  94.  
  95. *
  96. *  PostScript 8-up with full multiup example
  97. *
  98. printer   = ps8up
  99. type      = ps
  100. port      = lpt1
  101. include   !stdps        <- Standard PostScript definitions
  102. multiup   8 shadow 75 rule 5 gray 80 scale 90 <- defaults
  103.  
  104.  
  105. *
  106. *  Sample of HP LaserJet II.
  107. *
  108. printer   = hp
  109. type      = hp
  110. port      = lpt1
  111. include   !stdfont      <- Standard bitmap font definitions
  112.  
  113. *
  114. *  Sample of HP LaserJet III.
  115. *
  116. printer   = hp3
  117. type      = hp3
  118. port      = lpt1
  119. include   !stdhp3       <- Standard bitmap font definitions
  120. include   !stdfont      <- Standard bitmap fonts
  121.  
  122. *
  123. *  Sample of HP LaserJet 4.
  124. *
  125. printer   = hp4
  126. type      = hp4
  127. port      = lpt1
  128. include   !stdhp4       <- Standard bitmap font definitions
  129. setup  1  \(%-12345X
  130.  
  131. *
  132. *  Sample of IBM 4216 in HP emulation mode.
  133. *
  134. printer   = ppp
  135. type      = 4216hp
  136. * option  = nsf         <- For other LaserJet+ level printers
  137. port      = lpt2
  138. include   !stdfont      <- Standard bitmap font definitions
  139.  
  140. *
  141. *  Entry for strip text only operation
  142. *
  143. printer   = text
  144. type      = text
  145. port      = .doc
  146.  
  147. *
  148. *  Process lack of default printer
  149. *
  150. printer   = none        <- Just here to give an error message
  151. error     No default printer has been specified
  152.  
  153. *
  154. *  Some more global settings
  155. *
  156. includeall  !stdafp     <- Standard AFP definitions for all printers
  157.