home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Text⁄Files / MacPS source / prepfix.1 < prev    next >
Encoding:
Text File  |  1989-01-17  |  1.9 KB  |  74 lines  |  [TEXT/????]

  1. .TH PREPFIX 1 "19 Sept 1988"
  2. .UC 4
  3. .SH NAME
  4. prepfix \- converts Apple LaserPrep files to form useable on Unix
  5. .SH SYNOPSIS
  6. .B prepfix
  7. [
  8. .B \-l
  9. lw_name
  10. ]
  11. [
  12. .B \-p
  13. lw+_name
  14. ]
  15. [
  16. file
  17. ]
  18. .SH DESCRIPTION
  19. .I Prepfix
  20. takes the command-line LaserPrep file (or the standard input if no filename is
  21. given), and converts it into a form that is useable on Unix with the
  22. .IR macps (1),
  23. and is even electronically mailable.
  24. .PP
  25. To use
  26. .IR prepfix ,
  27. create the input LaserPrep file on a Macintosh by opening an empty
  28. document in some application, selecting
  29. .B Print
  30. from the
  31. .B File
  32. menu and then typing (and holding) command-K immediately after clicking the
  33. .B OK
  34. button of the LaserWriter printer dialog box.
  35. Another dialog will appear, confirming that a file named ``PostScript'' is
  36. being created (the command-K keys can be released now).
  37. This file can then be uploaded via some file transfer program, such as
  38. MacTerminal/VersaTerm and
  39. .IR macget (1)
  40. or MacKermit/Red Ryder and
  41. .IR kermit (1).
  42. .PP
  43. Normally, only Apple LaserWriters can take advantage of the bit smoothing
  44. feature of the LaserPrep file.
  45. However, other PostScript laser printer using the Motorola 680x0 processor
  46. and the Adobe PostScript firmware can be made to do bit smoothing by
  47. specifying for each printer either the
  48. .B \-l
  49. or
  50. .B \-p
  51. options for LaserWriter and LaserWriter Plus class machines, respectively.
  52. The option argument is the first 63 characters of the printer's name (as
  53. returned by the
  54. .B product
  55. command in
  56. .BR serverdict ).
  57. The resulting LaserPrep file will be modified so that for LaserWriters and for
  58. printers specified in the
  59. .B \-l
  60. and
  61. .B \-p
  62. options, bit smoothing will be allowed (smoothing must still be selected in the
  63. Print Dialog box when saving the PostScript to disk).
  64. .SH "SEE ALSO"
  65. macps(1), macget(1), kermit(1)
  66. .SH BUGS
  67. .I Prepfix
  68. only works with version 4.0 and up of the Macintosh LaserPrep files.
  69. Only 16 of each of the
  70. .B \-l
  71. and
  72. .B \-p
  73. printer names is currently supported.
  74.