Hi everybody,
after the script from millionairegram....signature....mg... the case options credits goes to mg..... thanks mg...
i tried this script to apply overprint for 100% black filled tiff images.... but need help from somebody to get result.
can anybody help on this.
var mygraphics = app.activeDocument.allGraphics;
for (aa=0; aa<mygraphics.length; aa++){
switch(mygraphics[aa].imageTypeName){
case "TIFF":
case "JPEG":
case "Photoshop":
}
}
if (mygraphics.fillColor .name== "Black"){
mygraphics.overprintFill = true;
}
thanks...