How to check layer specified is not present in pdf

Post Reply
tomchen506@gmail.com
Newbie
Posts: 2
Joined: Thu Jul 28, 2016 8:49 am

How to check layer specified is not present in pdf

Post by tomchen506@gmail.com »

Normally My correct pdf file should contain layer "White-Print". How could i check pdf file does not contain this layer specified.
bens
Member
Posts: 130
Joined: Thu Mar 03, 2011 10:13 am

Re: How to check layer specified is not present in pdf

Post by bens »

You can create an Action List with this:

Select objects in layers by name "White-Print"
Log selection with "Log a message if no objects are selected"

You will need a recent version of PitStop since these options are relatively new.

Note that this will also log if the layer is present, but empty. You can log this separately by adding the action "Check for empty layers".
tomchen506@gmail.com
Newbie
Posts: 2
Joined: Thu Jul 28, 2016 8:49 am

Re: How to check layer specified is not present in pdf

Post by tomchen506@gmail.com »

Bens,

Thank a lot.
Post Reply