home *** CD-ROM | disk | FTP | other *** search
- Hi Folks,
-
- I have located the source of error in printing under linux (it is
- the executor generated ps file). The solution is as follows:
-
- create an executor_filter like:
-
- #! /bin/sh
- awk '{if (/%%!PS-Adobe-3.0/) print "%!PS-Adobe-3.0\n"; else if \
- (/%%%%/) print "%%"; else print}' $1 | lpr
-
-
-
- This works partly, and to make printing work ardi must do something
- to their filter which generates excessive % characters.
-
- Thanks
-
- --
- Greetings, __ N.Sharma@IS.TWI.TUDelft.NL
- __________/ F
- c'____---__=_/
- Naresh _______________o_____o___________http://is.twi.tudelft.nl/~sharma/
-
-
-