Answered
All Spots To Process as part of saved PDF export preset
Is it possible to have All Spots to Process stick as part of a PDF export preset?
Is it possible to have All Spots to Process stick as part of a PDF export preset?
To filter the export event, script should be executed only when PDFs are exported, see this script code snippet by Manan Joshi:
#targetengine "session"
app.eventListeners.add("beforeExport",
function ex(e){
alert(e.format)
})
See source:
Regards,
Uwe Laubender
( Adobe Community Expert )
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.