Variable page sizes accepted in preflight check (Boolean)
Variable page sizes accepted in preflight check (Boolean)
I wish to write an action list/flightcheck that will simply check if the PDF is A6, A5, A4 or A3 (Landscape or portrait) and if so pass without errors using variables. Can anyone show me how the variable preferences and the flightckeck/Action would be populated
Re: Variable page sizes accepted in preflight check (Boolean)
There is an Action "Select by page size" that is pretty much self-explanatory. Do use "not equal to". Put three of them in an Action List followed by 2 ANDs and Log selection. If something is selected it means the page size was not equal to one of the 3 selects and a message is logged (you choose warning or error there as well). If nothing is selected it means one of the selects matched and nothing gets logged.
No variables needed.
No variables needed.
Re: Variable page sizes accepted in preflight check (Boolean)
thank you very muchfreddyp wrote: ↑Wed Jul 24, 2024 3:23 pm There is an Action "Select by page size" that is pretty much self-explanatory. Do use "not equal to". Put three of them in an Action List followed by 2 ANDs and Log selection. If something is selected it means the page size was not equal to one of the 3 selects and a message is logged (you choose warning or error there as well). If nothing is selected it means one of the selects matched and nothing gets logged.
No variables needed.
Re: Variable page sizes accepted in preflight check (Boolean)
Hi, sorry for my lack of understanding, I have the sizes and the AND's in an action list... what am I missing to reject a size not specified in the select by page sizes?
- Attachments
-
- Screenshot 2024-07-26 at 10.44.01.png (203 KiB) Viewed 9965 times
Re: Variable page sizes accepted in preflight check (Boolean)
There is no "Log selection" at the end.