This is the code I use to get around it....
%!
/prun {/mysave save def dup = flush RunFile clear
cleardictstack mysave restore}
def
(Macintosh HD:FM.PS) RunFile
(Macintosh HD:FM.PS) == flush
(Macintosh HD:CHAP1.PS) RunFile
(Macintosh HD:CHAP1.PS) == flush
(Macintosh HD:CHAP2.PS) RunFile
(Macintosh HD:CHAP2.PS) == flush
(Macintosh HD:CHAP3.PS) RunFile
(Macintosh HD:CHAP3.PS) == flush
%EOF
I use an applescript that creates the above code. Then
all you do is drop this code on Distiller and you're in
business. It combines the PS files in the order listed, and
Distiller gives messages in the windows showing it's
progress. |