home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / ventura / psutils.arc / DOC.PS next >
Text File  |  1987-06-23  |  3KB  |  59 lines

  1. --- PostScript Developer Tools ---
  2.  
  3.  
  4.  
  5. 1. Error Handler (EHANDLER.PS):
  6.    This is a downloadable PostScript file that will redefine the default error
  7.    handling on a PostScript printer.  In addition to providing the error-
  8.    handling on a PostScript printer back to the host, this error handler will
  9.    cause the current page to be printed (with "showpage") in its current state
  10.    (any marks made prior to the error being triggered) and will also print the
  11.    PostScript error, offending command, and operand stack trace on the same
  12.    sheet of paper.  This file should be downloaded once each time the machine
  13.    is rebooted, and is very useful for error tracking.  If you call for
  14.    support, we would prefer that you have this file downloaded so that we have
  15.    a consistent starting point for debugging.
  16.  
  17. 2. Timing Tests (TIMEPAGE.PS):
  18.  
  19.    This is a downloadable PostScript file that will do accurate tests for
  20.    Postscript jobs.  It may be used when optimizing your PostScript driver for
  21.    determining where processing time is spent.  It uses the built-in usertime 
  22.    PostScript operator.  Note that in many implementations of PostScript
  23.    some of the actual imaging into the frame buffer is delayed until the 
  24.    execution of the showpage operator, and takes place while the paper is
  25.    actually feeding through the marking engine.  Therefore, in the timing 
  26.    results from this program, there are two numbers given:  one number 
  27.    represents the amount of time spent just prior to the execution of showpage
  28.    and the other number reflects the amount of time actually spent imaging
  29.    during showpage.  Note that this overlap in processing will actually 
  30.    allow the PostScript program to run faster, since the interperter other-
  31.    wise spends much of its time waiting while the page is being fed through
  32.    the marking engine. 
  33.  
  34.  
  35. 3. Serial Patch (UARTPAT2.PS):
  36.  
  37.    This is a downloadable piece of PostScript which has only one purpose:
  38.    to fix an obscure bug in a particular implementation of PostScript.  If
  39.    you are using a "LaserWriter classic" (version 23.0 of the PostScript 
  40.    interpreter), you should download this patch.  Otherwise, you may ignore
  41.    it.  The patch fixes the bug mentioned in Appendix D of the PostScript 
  42.    Language Reference Manual (the bug is related to serial communications on
  43.    the version 23.0 LaserWriter)
  44.  
  45.  
  46. To use these on your PostScript printer:
  47. At the DOS prompt (">") type the following:
  48.  
  49. mode com1:9600,e,7,1,p
  50. copy xxxx.ps com1
  51.  
  52. If your printer is on COM2 instead of COM1 you should change the "com1" to
  53. "com2" in the previous example.
  54.  
  55.  
  56. Leave a message on here to Neal White if you have any further questions. 
  57.  
  58.  
  59.