process documents up to 2048px
I would like to create an alert window
when the document exceeds 2048px
ie if and less continuous 2048px with the photo processing
if it exceeds 2048px must exit the alert window that blocks processing
I would like to create an alert window
when the document exceeds 2048px
ie if and less continuous 2048px with the photo processing
if it exceeds 2048px must exit the alert window that blocks processing
gionnyp9672044 schrieb:
… ie if and less continuous 2048px with the photo processing
if it exceeds 2048px must exit the alert window that blocks processing
Like you said:
if (app.activeDocument.width.as('px') <= 2048) {
alert ("ready to processing");
// your code
} else {
alert("more than 2048px");
}
Have fun
![]()
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.