Smart Preflight to check number of pages

Post Reply
vernonvd
Newbie
Posts: 4
Joined: Tue Oct 09, 2012 9:21 am

Smart Preflight to check number of pages

Post 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.
dkelly
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

Post 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
Post Reply