home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 184.lha / LaserWriterFilter / README < prev    next >
Text File  |  1988-04-28  |  3KB  |  63 lines

  1.                 NOTES
  2.                 -----
  3.  
  4. Recently I ran into a posting of lwf in one of the UNIX groups on
  5. USENET.  I ported it to the Amiga since I had a real need for
  6. something like this.  It is relatively full featured, and I added a
  7. couple of additional options myself and fixed a few things.  With
  8. appropriate mods to the makefile the code should compile and run fine
  9. on AmigaDOS as well as on UNIX machines (I used Manx).  To recompile
  10. on the Amiga you will need Ameristar's socket library. 
  11.  
  12. On the Amiga it will look for environment variables USER and HOSTNAME
  13. which will be printed on the header page along with the date and file
  14. names.  The environment variables are as used by Manx and ARP and can
  15. be set using the set command.  If they are not set, the fields will be
  16. printed blank. 
  17.  
  18. The program generates a PostScript prologue file which is identical to
  19. lwf.prologue.  If you want to use your own or a modified version of
  20. lwf.prologue, you need to use the -P command line option. 
  21.  
  22. If you have difficulty in printing a large file, it may be because the
  23. default is to print the pages in reverse order.  To accomplish this
  24. feat, a temporary file is created in RAM: and deleted afterwards.  For
  25. a large file this will require a corresponding amount of memory.  If
  26. this is your problem, you can easily get around it by turning off the
  27. page reversal with the -r flag. 
  28.  
  29. I'm hoping to tie this code to a print spooler running over an
  30. Ethernet network.  When that happens I'll post it.  In the meantime
  31. the -p flag that appears in the manual page is not currently
  32. implemented on the Amiga. 
  33.  
  34. Defaults of all command line arguments can be specified in the
  35. configuration file lwf.cfg which should be placed in S:.  An example
  36. file is enclosed.  This file consists of lines in which the initial
  37. character in each line specifies the command.  If the initial
  38. character is a space, an asterisk, a pound sign, a semicolon, or a
  39. line feed, the line is ignored.  This makes it useful for commenting
  40. the file.  White space following the command is optional.  Comments
  41. can also be placed on the individual lines after the complete command
  42. is specified, as shown in the example. 
  43.  
  44. Also included in the directory are two useful files.  If you are lucky
  45. enough to have a PostScript laser printer tied directly to your Amiga,
  46. you should download ehandler.ps into the printer once and only once,
  47. preferably from within your startup-sequence.  In the case you should
  48. send a file to the printer which contains an error, this file, which
  49. is an official Adobe error handler, will generate an error
  50. description.  The second file, psclear, should be downloaded into the
  51. laser printer when the printer seems to just be waiting for more
  52. information AND you have not used ehandler.ps.  This file will send an
  53. end-of-file to the laser printer. 
  54.  
  55.                     Enjoy. 
  56.  
  57. Dr. Samuel Paolucci
  58. 1351 Roselli Dr.
  59. Livermore, CA 94550
  60. (415)294-2018
  61.  
  62. ARPA: paolucci@snll-arpagw.llnl.gov
  63.