Check PDF for multi-page or single

Post Reply
wallact
Newbie
Posts: 4
Joined: Wed Oct 16, 2013 10:15 pm

Check PDF for multi-page or single

Post by wallact »

I'm building a switch flow that checks the incoming PDF to see if it's a multi-page PDF or a single page PDF. Depending on what is determined, each type will travel down their own workflow paths for individual processing. How do I examine the incoming PDF to see which type it is?
lombert
Member
Posts: 167
Joined: Fri Feb 04, 2011 2:31 pm
Location: Sweden

Re: Check PDF for multi-page or single

Post by lombert »

Make a folder with two connections. The first set "Include these jobs" to "Define condition with variables" "[Stats.NumberOfPage] Equal to '1' " and the other connection to "Define condition with variables" "[Stats.NumberOfPage] Greater than '1' " or make the second "All other jobs".
Between jobs!
Post Reply