I have to print big jobs (mixed parts lists as PDF and drawings as TIF) using different lp options. All these jobs should be printed without any other print job between. I figured out, I can use lp -H hold .... and at last lp -i plot_job -H resume, but not with more plot jobs together.
Has anybody an idea to handle such jobs ?
Example:
3 sets containing:
{
. 1 x start_page
. 2 x first_part_list
. 2 x first_drawing
. 2 x second_part_list
. .
. .
. .
. 1 x end_page
}