if page is orientation

Post Reply
Urraco
Newbie
Posts: 12
Joined: Fri Mar 26, 2021 12:04 pm

if page is orientation

Post by Urraco »

Hi,
In Action List, can i make this conditions?
IF
page is landscape orientation
add text position to x,y..
ELSE
add text position to x,y..
loicaigon
Advanced member
Posts: 379
Joined: Wed Jul 10, 2013 10:22 am

Re: if page is orientation

Post by loicaigon »

Hey,

While there are no IF/ELSE conditions as such, it's actually easy to get this kind of sorting if you consider Selections as being the conditioner of your operations.

In other words:

- Select by page orientation (portrait)
- Do something
- Select by page orientation (landscape)
- Do something

Image
Only if a selection is not empty, the following operations apply.
That's simply another way to say IF/ELSE ;)
Urraco
Newbie
Posts: 12
Joined: Fri Mar 26, 2021 12:04 pm

Re: if page is orientation

Post by Urraco »

yep, i can do that.
thanks
loicaigon wrote: Wed Mar 20, 2024 6:25 pm Hey,

While there are no IF/ELSE conditions as such, it's actually easy to get this kind of sorting if you consider Selections as being the conditioner of your operations.

In other words:

- Select by page orientation (portrait)
- Do something
- Select by page orientation (landscape)
- Do something

Image
Only if a selection is not empty, the following operations apply.
That's simply another way to say IF/ELSE ;)
Post Reply