home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 19 Printer / 19-Printer.zip / lp3820.zip / LP3820.PRO < prev    next >
Text File  |  1995-06-28  |  7KB  |  236 lines

  1. * /lp3820.pro: Profile for LP3820  V2.5a IBM
  2. *  lp3820 (C) Copyright IBM Corp. 1990, 1995
  3.  
  4. *
  5. * Global defaults
  6. *
  7. default  = none              <-- Select default printer entry
  8. paper    = letter            <-- Set to: a4, letter, legal, exec, b5, a5
  9.  
  10. afpext   = .afp              <-- Default input AFP file extension
  11. psegext  = .pse              <-- Extension for external PSEGs
  12. psheader = !lp3820           <-- Use internal PS header
  13. option   = noalign           <-- Alignment can be top, center, bottom, noalign
  14. ovlyext  = .ovl              <-- Default overlay extension Overlay
  15. metrics  = lp3820            <-- List of .ftb files
  16. psegpos  = 150 150           <-- Placement of standalone PSEG
  17. defcode  = 395               <-- Default codepage
  18.  
  19. *
  20. * The following are a set of printer descriptions, each on starts with a
  21. * printer entry, and contains a number of entries for that printer.
  22. *
  23. * The type can be: 4019, 4019x, 4029, hp, hp3, hp4, hpx, 4216hp, ps, or text
  24. *
  25. * The port may be any file name.  If it starts with a dot, this extension
  26. * is appended to the input file name to form the output name.  A dash (-)
  27. * indicates output should be sent to standard output.  A OS/2 logical
  28. * printer is a name starting with a colon (:)
  29. *
  30. * Top and Left entries allow an adjustment of the top and left margins.
  31. * Positive values move contents up and to the left.
  32.  
  33. *
  34. *  Sample of HP LaserJet III (PCL5).
  35. *
  36. printer   = hp3
  37. type      = hp3
  38. port      = lpt1
  39. left      = 60
  40. include   !stdhp3            <- Standard bitmap font definitions
  41. include   !stdfont           <- Standard bitmap fonts
  42.  
  43. *
  44. *  Sample of HP LaserJet 4 (PCL5).
  45. *
  46. printer   = hp4
  47. type      = hp4
  48. port      = lpt1
  49. left      = 60
  50. include   !stdhp4            <- Standard bitmap font definitions
  51. setup  1  \(%-12345X
  52. * setup  2  \(&l26a0l0E      <- Enable if A4 paper not set as default
  53.  
  54. *
  55. *  Sample of IBM 4039 (PCL5) also Lexmark Optra (4049)
  56. *
  57. printer   = 4039
  58. type      = hp3
  59. port      = lpt1
  60. left      = 60
  61. include   !stdhp3            <- Standard bitmap font definitions
  62. include   !stdfont           <- Disable if you use LPBGOT package
  63. * include   !lpbgot          <- Use with the LPBGOT PACKAGE
  64.  
  65. *
  66. *  Sample of DeskJet or IBM/Lexmark 4076 (ExecJet II)
  67. *
  68. printer   = dj
  69. type      = hpx
  70. port      = lpt1
  71. option    imgcomp            <- disable for LaserJet II
  72. option    nodraft            <- draft, nodraft, quality
  73. include   !stdfont           <- Standard bitmap font definitions
  74. * scale     98  100          <- Vertical scale to show footers
  75. * setup  2  \(&l26a0l0E      <- Enable for A4 if printer default not set
  76.  
  77. *
  78. *  Sample of DeskJet with color
  79. *
  80. printer   = djcolor
  81. type      = hpx
  82. port      = lpt1
  83. option    color
  84. include   !stdfont           <- Standard bitmap font definitions
  85. color     logo*  blue
  86. color     ssseb  red
  87. * color     rule   cyan
  88. * color     image  magenta
  89. color     bgotb  green
  90. * scale     98  100          <- Vertical scale to show footers
  91. * setup  2  \(&l26a0l0E      <- Enable for A4 if printer default not set
  92.  
  93. *
  94. *  PostScript level 1 to printer
  95. *
  96. printer   = ps
  97. type      = ps
  98. port      = lpt1
  99. include   !stdps             <- Standard PostScript definitions
  100. * include  !psfoils          <- enable to get raster foils fonts
  101.  
  102. *
  103. *  PostScript level 2 to printer (with color specified)
  104. *
  105. printer   = ps2
  106. type      = ps
  107. port      = lpt1
  108. include   !stdps             <- Standard PostScript definitions
  109. color     logo   cyan
  110. color     bgotb  green
  111. option    level2 imgcomp color
  112.  
  113. *
  114. *  PostScript level 1 to a file
  115. *
  116. printer   = psf
  117. type      = ps
  118. port      = .ps
  119. include   !stdps             <- Standard PostScript definitions
  120.  
  121. *
  122. *  PostScript multi-up examples (all show level 1)
  123. *     multiup # shadow 75 rule 5 gray 80 scale 90  <- defaults
  124. *     # can be 1, 2, 3, 4, or 8.  Can use noshadow, norule, or thick
  125.  
  126. *
  127. *  PostScript 1-up (automatic scale to fit page on paper)
  128. *
  129. printer   = ps1up
  130. type      = ps
  131. port      = lpt1
  132. include   !stdps             <- Standard PostScript definitions
  133. multiup   1 noshadow norule scale 100  <- 1 up
  134.  
  135. *
  136. *  PostScript 2-up with separator
  137. *
  138. printer   = ps2up
  139. type      = ps
  140. port      = lpt1
  141. include   !stdps             <- Standard PostScript definitions
  142. multiup   2 noshadow rule scale 100  <- 2 up
  143.  
  144. *
  145. *  PostScript 4-up with shadow
  146. *
  147. printer   = ps4up
  148. type      = ps
  149. port      = lpt1
  150. include   !stdps             <- Standard PostScript definitions
  151. multiup   4
  152.  
  153. *
  154. *  PostScript 8-up with full multiup example
  155. *
  156. printer   = ps8up
  157. type      = ps
  158. port      = lpt1
  159. include   !stdps             <- Standard PostScript definitions
  160. multiup   8 shadow 75 rule 5 gray 80 scale 90 <- defaults
  161.  
  162. *
  163. *  IBM 4019 (PPDS)
  164. *
  165. printer   = 4019
  166. type      = 4019
  167. port      = lpt1
  168. include   !stdfont           <- Standard bitmap fonts
  169. * include lpbgot.pro         <-- enable BookMaster Gothic for all printers
  170. * include hebrew.pro         <- Enable to add Hebrew support
  171.  
  172. *
  173. *  IBM 4029 (PPDS)
  174. *
  175. printer   = 4029
  176. type      = 4029
  177. port      = lpt1
  178. include   !std4029           <- Standard 4029 definitions
  179. * psfont symb* sy______.pfb        <- enable for scalable symbols
  180. * family symb  Symbol = = =  syma  <- enable for scalable symbols
  181.  
  182. *
  183. *  Raster buffer PPDS mode (allows 4019 rotation)
  184. *
  185. printer   = 4019x
  186. type      = 4019x
  187. port      = lpt1
  188. option    noimgcomp
  189. include   !stdfont           <- Standard bitmap font definitions
  190.  
  191. *
  192. *  Sample of HP LaserJet II (PCL4 - no rotation)
  193. *
  194. printer   = hp
  195. type      = hp
  196. port      = lpt1
  197. include   !stdfont           <- Standard bitmap font definitions
  198.  
  199. *
  200. *  Sample of Raster buffer hp mode (PCL4)
  201. *
  202. printer   = hpx
  203. type      = hpx
  204. port      = lpt1
  205. option    noimgcomp
  206. include   !stdfont           <- Standard bitmap font definitions
  207.  
  208. *
  209. *  IBM 4216 (LaserJet+ emulation)
  210. *
  211. printer   = ppp
  212. type      = 4216hp
  213. * option  = nsf              <- For other LaserJet+ level printers
  214. port      = lpt2
  215. include   !stdfont           <- Standard bitmap font definitions
  216.  
  217. *
  218. *  Entry for strip text only operation
  219. *
  220. printer   = text
  221. type      = text
  222. port      = .doc
  223.  
  224. *
  225. *  Process lack of default printer
  226. *
  227. printer   = none             <- Just here to give an error message
  228. error     No default printer has been specified
  229.  
  230. *
  231. *  Place global settings at this point
  232. *
  233. includeall  !stdafp          <- Standard AFP definitions for all printers
  234. * includeall lpbgot.pro      <-- enable BookMaster Gothic for all printers
  235. * includeall hebrew
  236.