Hi
will it be possible to create a smart preflight to use in switch to check the number of pages according to the file name?
Example:
1. BCDS_filename.pdf = (Business card Double side) must be 2 pages
2. BCSS_filename.pdf = (Business cards Single side) must be 1 page
and fail the job if the name 'BCDS' is not equal to 2.
Smart Preflight to check number of pages
-
- TOP CONTRIBUTOR
- Posts: 628
- Joined: Mon Nov 29, 2010 8:45 pm
- Location: Alpharetta GA USA
- Contact:
Re: Smart Preflight to check number of pages
You don't need preflight, just use Switch variables.
Job.Name starts-with BCDS AND Stats.NumberOfPages EQUALS 2
OR
Job.Name starts-with BCSS AND Stats.NumberOfPages EQUALS 1
Job.Name starts-with BCDS AND Stats.NumberOfPages EQUALS 2
OR
Job.Name starts-with BCSS AND Stats.NumberOfPages EQUALS 1