@Override
public void process(Operator operator, List<COSBase> arguments) throws IOException
{
// set parameters from graphics state parameter dictionary
COSName graphicsName = (COSName)arguments.get( 0 );
PDExternalGraphicsState gs = context.getResources().getExtGState(graphicsName);
gs.copyIntoGraphicsState( context.getGraphicsState() );
}