Page 1 of 1
How to check layer specified is not present in pdf
Posted: Thu Jul 28, 2016 9:31 am
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.
Re: How to check layer specified is not present in pdf
Posted: Thu Jul 28, 2016 10:39 am
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".
Re: How to check layer specified is not present in pdf
Posted: Mon Aug 01, 2016 8:33 am
by tomchen506@gmail.com
Bens,
Thank a lot.