variable safe type margin depending on page count
Posted: Mon Jan 09, 2023 10:49 pm
Hello,
I'm trying to create a preflight that will check the safe type margins, but the Inner margin offset changes depending on the total page count.
I've tried creating Restrictions depending on the page range — for example "Select page range 501-" — to limit which margin checks are used (e.g. under 500pgs the check will not run), but due to the restriction, it _only_ runs on that range, not the pages before, which it also needs to check (with that same margin, for that page count).
I'm not seeing any IF/THEN logic, and I can't figure out a way with AND, OR and NOT to get it to work right.
For example:
Select page range: 1-700
Check page safe type zone
...works on pgs 1-700
and:
Select page range: 701-
Check page safe type zone
...works on pgs 701+
but:
Select page range: 1-700
Select page range: 701-
AND
Check page safe type zone
...returns nothing, "No errors found" (even when there should have been)
What I'm looking for is:
IF page count is [in this range]
Check page safe type zone [with these options]
Thanks in advance.
I'm trying to create a preflight that will check the safe type margins, but the Inner margin offset changes depending on the total page count.
I've tried creating Restrictions depending on the page range — for example "Select page range 501-" — to limit which margin checks are used (e.g. under 500pgs the check will not run), but due to the restriction, it _only_ runs on that range, not the pages before, which it also needs to check (with that same margin, for that page count).
I'm not seeing any IF/THEN logic, and I can't figure out a way with AND, OR and NOT to get it to work right.
For example:
Select page range: 1-700
Check page safe type zone
...works on pgs 1-700
and:
Select page range: 701-
Check page safe type zone
...works on pgs 701+
but:
Select page range: 1-700
Select page range: 701-
AND
Check page safe type zone
...returns nothing, "No errors found" (even when there should have been)
What I'm looking for is:
IF page count is [in this range]
Check page safe type zone [with these options]
Thanks in advance.