home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.96 / text0369.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  707 b   |  26 lines

  1. Hi Folks,
  2.  
  3. I have located the source of error in printing under linux (it is
  4. the executor generated ps file). The solution is as follows:
  5.  
  6. create an executor_filter like:
  7.  
  8. #! /bin/sh
  9. awk '{if (/%%!PS-Adobe-3.0/) print "%!PS-Adobe-3.0\n"; else if \
  10.         (/%%%%/) print "%%"; else print}' $1 | lpr
  11.  
  12.  
  13.  
  14. This works partly, and to make printing work ardi must do something
  15. to their filter which generates excessive % characters.
  16.  
  17. Thanks
  18.  
  19. --
  20. Greetings,                       __            N.Sharma@IS.TWI.TUDelft.NL
  21.                       __________/ F      
  22.                     c'____---__=_/     
  23. Naresh _______________o_____o___________http://is.twi.tudelft.nl/~sharma/
  24.                                     
  25.  
  26.