How to check layer specified is not present in pdf
-
- Newbie
- Posts: 2
- Joined: Thu Jul 28, 2016 8:49 am
How to check layer specified is not present in pdf
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
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".
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".
-
- Newbie
- Posts: 2
- Joined: Thu Jul 28, 2016 8:49 am
Re: How to check layer specified is not present in pdf
Bens,
Thank a lot.
Thank a lot.