How can I track %%Page:
I mean, how can I execute a predefined section of PS code I would put in prologue.PS, and get the data section of the comments, (from : to <cr>), during a distiller interpretation phase ?
%comments line , including DSC comments, are not operator that can be 'replaced' by method I know
As DSC comments like %%Page: nn mm is already tracked by distiller when it do the DSC warning, there might be a more elaborate internal process for % line, but how to 'register' my procs ? Others rip have various custom method like, a special dict where %%Comments can be defined with a << /Comments {myproc} >> .
Does distiller have one ?
If yes do you know if it is called Before or After distiller internal DSC checkup ?
Thanks