Page 1 of 1

Smart Preflight to check number of pages

Posted: Fri May 22, 2015 10:05 am
by vernonvd
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.

Re: Smart Preflight to check number of pages

Posted: Fri May 22, 2015 3:51 pm
by dkelly
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