we have a situation where an application creates data that is processed to produce new output, i.e. formatting, calling a stored form from the printer, etc.
this script is called by the application as a print "queue". in solaris it worked as a virutal printer with a filter pointing to an actual queue.
the script to process the data is written in perl. this script also sends the processed results to a queue (lp -dxxxx).
we do not know how to define this? as a backend program or a queue filter?
any comments?
the redbook talks of defining new filters ...... no idea how to do this? it says the "set f1= ....." command. ???
this script is called by the application as a print "queue". in solaris it worked as a virutal printer with a filter pointing to an actual queue.
the script to process the data is written in perl. this script also sends the processed results to a queue (lp -dxxxx).
we do not know how to define this? as a backend program or a queue filter?
any comments?
the redbook talks of defining new filters ...... no idea how to do this? it says the "set f1= ....." command. ???