home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / m / m420 / 2.ddi / README.TX_ / README.bin
Encoding:
Text File  |  1993-05-15  |  2.8 KB  |  69 lines

  1. -------------------------FILES-------------------------------
  2.  
  3. README.TXT              This text file.
  4.  
  5. EHANDLER.PS             The error handler program
  6.             Copyright (c) 1984, 1985, 1986
  7.             Adobe Systems Incorporated.
  8.  
  9. PSINFO.PS               A short program that prints a very
  10.             small amount of printer information
  11.             and acknowledges that the error
  12.             handler has been downloaded.
  13.  
  14. PSSEND1.BAT             A batch file to copy both PS files
  15.             to a printer on LPT1.
  16.  
  17. PSSEND2.BAT             The same batch file set up for LPT2.
  18.  
  19. PSERROR.ICO             A Windows icon file.
  20.  
  21. -------------------------------------------------------------
  22.  
  23. These files should all reside in the same directory.
  24.  
  25. Either one of the .PS files may be copied directly to the 
  26. printer from the DOS prompt (COPY EHANDLER.PS LPT1) or the
  27. batch file may used to send both of them. If your printer is
  28. connected to LPT1 then you should use PSSEND1.BAT. If your
  29. printer is on LPT2 then you should use PSSEND2.BAT. If you
  30. are using another port you will need to edit the batch file
  31. (e.g. remark out the reference to LPT1 and enable the line
  32. that corresponds to the correct port). You may use any ASCII
  33. text editor such as EDIT or NOTEPAD.
  34.  
  35. To set up an icon on the Windows desktop, the following steps
  36. should be taken:
  37.  
  38. >Select the group where the icon will reside.
  39. >Open the File menu and select 'New'.
  40. >Select 'Program item' and hit 'Ok'.
  41. >Hit the 'Browse' button and select the directory
  42.   where the files are located.
  43. >Select the PSSEND1.BAT file and hit 'Ok'.
  44. >Hit the 'Change icon' button and then the 'Browse' button.
  45. >Select the directory where the files reside.
  46. >Select the PSERROR.ICO file and hit 'Ok'.
  47. >Hit 'Ok' again.
  48. >Type in a name (Error Handler) in the Description field
  49.   and hit 'Ok'. 
  50.  
  51. -------------------------------------------------------------
  52.  
  53. The most common error encountered when printing graphics
  54. files is the LIMITCHECK error.  This type of error can arise
  55. if a PostScript limitation has been exceeded.  This can be
  56. caused by commands such as EOFILL, EOCLIP, STROKE, FILL and
  57. CURVETO.  These operators are all sensitive to the resolution
  58. of the PostScript device to some extent.  The end result is 
  59. usually an object(s) that are too complex, most often a curve
  60. with an excess of 300-400 nodes.  Although PostScript is a
  61. very universal language, these errors will sometimes not
  62. become apparent until the file is printed on a high-end
  63. imagesetter.  There will typically be many more line segments
  64. when flattening a path on a high resolution device than on a 
  65. low resolution (300-600 dpi) device, hence the susceptibility
  66. to complexity problems.  The frequency of this type of error
  67. will be substantially lower on Level 2 devices due to dynamic
  68. stack and Virtual Memory allocation.
  69.