use "not" to a group action
-
- Newbie
- Posts: 18
- Joined: Tue Oct 23, 2018 7:48 pm
use "not" to a group action
Hi
I have a group of actions, and I want to give them the command: not, so that it only applies to everything except a single page. It should be noted that I know how to do it command by command, but I was unable to do it for the entire group at once.
I have a group of actions, and I want to give them the command: not, so that it only applies to everything except a single page. It should be noted that I know how to do it command by command, but I was unable to do it for the entire group at once.
Re: use "not" to a group action
- Select all pages (all pages)
- Select page range x (the page x)
- NOT (anything but the page x)
- AND (anything but the page x that is also a page from all pages)
- Do someting (with all pages but page x)
Could that help?
- Select page range x (the page x)
- NOT (anything but the page x)
- AND (anything but the page x that is also a page from all pages)
- Do someting (with all pages but page x)
Could that help?
Loïc Aigon
Enfocus PitStop Manager
Enfocus PitStop Manager
-
- Newbie
- Posts: 18
- Joined: Tue Oct 23, 2018 7:48 pm
Re: use "not" to a group action
i need that the "page range", works on the all group.
attached file.
attached file.
- Attachments
-
- a.png (27.88 KiB) Viewed 232 times
Re: use "not" to a group action
Ok, let's restate an important thing here. Anything you do in PitStop is always dependant on a selection.
No selection, nothing happens.
That being said, when you select a page, then only if there is a page below actions will operate.
In your case, that might be the case unless the group internally makes a new selection:
Ex:
- Select pages 1
- Group
- Select all
- Convert color => Gray
That would make all pages Gray because of the Select all inside the Group
But
- Select pages 1
- Group
- Convert color => Gray
Will only convert the page 1 to Gray
So as long as the selection is coherent and valid, all underlaying actions will relate to that selection.
No selection, nothing happens.
That being said, when you select a page, then only if there is a page below actions will operate.
In your case, that might be the case unless the group internally makes a new selection:
Ex:
- Select pages 1
- Group
- Select all
- Convert color => Gray
That would make all pages Gray because of the Select all inside the Group
But
- Select pages 1
- Group
- Convert color => Gray
Will only convert the page 1 to Gray
So as long as the selection is coherent and valid, all underlaying actions will relate to that selection.
Loïc Aigon
Enfocus PitStop Manager
Enfocus PitStop Manager
-
- Newbie
- Posts: 18
- Joined: Tue Oct 23, 2018 7:48 pm
Re: use "not" to a group action
I still don't understand, could you please send me a simple action that can work on an entire group?
Without entering the whole group.
Without entering the whole group.
-
- Newbie
- Posts: 18
- Joined: Tue Oct 23, 2018 7:48 pm
Re: use "not" to a group action
Your problem is the use of "Select All"
"Select all" selects EVERYTHING, not just pages, but the document itself, all pages and the page contents.
So when you do
Select all
Select page range 1
NOT
AND
The AND associates the the NOT page 1 (so in extenso, everything) and the selection resulting from "Select all"
Your problem then is that the resulting selection is a mix of things where Actions in your group might not apply properly.
You may want to restrict your selection to only pages:
Select all pages
Select page range 1
NOT
AND
Then you only have a resulting selection of pages and pages only.
Now PitStop is trying to apply whatever is on the group after that can apply to your page selection.
BUT note that you are using "Select all" again in your group. That's where you "cancel" the initial page selection.
You are basically asking PitStop to ignore the page selection and consider everything again.
Just don't use "Select all" to keep your page selection alive.
PS: You are also using NOT again later that is also going to select anything but the objects.
Be cautious with your selections and I would encourage you to have groups per intentions.
That way you can more easily manage what applies to what.
With that in mind you should be ok.
"Select all" selects EVERYTHING, not just pages, but the document itself, all pages and the page contents.
So when you do
Select all
Select page range 1
NOT
AND
The AND associates the the NOT page 1 (so in extenso, everything) and the selection resulting from "Select all"
Your problem then is that the resulting selection is a mix of things where Actions in your group might not apply properly.
You may want to restrict your selection to only pages:
Select all pages
Select page range 1
NOT
AND
Then you only have a resulting selection of pages and pages only.
Now PitStop is trying to apply whatever is on the group after that can apply to your page selection.
BUT note that you are using "Select all" again in your group. That's where you "cancel" the initial page selection.
You are basically asking PitStop to ignore the page selection and consider everything again.
Just don't use "Select all" to keep your page selection alive.
PS: You are also using NOT again later that is also going to select anything but the objects.
Be cautious with your selections and I would encourage you to have groups per intentions.
That way you can more easily manage what applies to what.
With that in mind you should be ok.
Loïc Aigon
Enfocus PitStop Manager
Enfocus PitStop Manager
-
- Newbie
- Posts: 18
- Joined: Tue Oct 23, 2018 7:48 pm
Re: use "not" to a group action
Thank you very much,
I understand the principle.
The problem is, I have no control over the not because it is a sequence of recorded actions.
I will explain to you what my goal is: I have a book with 100 pages, only a small part of which I want to keep colored, so I want to define the pages that I do not want the action to apply to and remain colored. Do you have an idea/solution? So that each time I only have to change one command (of the page settings) and not start going in and changing in different places?
I understand the principle.
The problem is, I have no control over the not because it is a sequence of recorded actions.
I will explain to you what my goal is: I have a book with 100 pages, only a small part of which I want to keep colored, so I want to define the pages that I do not want the action to apply to and remain colored. Do you have an idea/solution? So that each time I only have to change one command (of the page settings) and not start going in and changing in different places?
-
- Newbie
- Posts: 18
- Joined: Tue Oct 23, 2018 7:48 pm
Re: use "not" to a group action
(and clean up black first)
Re: use "not" to a group action
Ok, I understand now better the construction of the group itself 
Have a look at this:

if the "color" pages will vary, the best option is to use Smart Variables in the select pages by range Action.
Then anytime you run the Action, PitStop will ask you to set the Range. You won't need to change Action itself.
Loic

Have a look at this:

if the "color" pages will vary, the best option is to use Smart Variables in the select pages by range Action.
Then anytime you run the Action, PitStop will ask you to set the Range. You won't need to change Action itself.
Loic
Loïc Aigon
Enfocus PitStop Manager
Enfocus PitStop Manager
- JimmyHartington
- Advanced member
- Posts: 466
- Joined: Tue Mar 22, 2011 7:38 am
Re: use "not" to a group action
Or use the page range in the Action Lists panel, when running the action.
Then the action can just use select all.
Then the action can just use select all.
Re: use "not" to a group action
of course Jimmy,
Very obvious approach
Very obvious approach
Loïc Aigon
Enfocus PitStop Manager
Enfocus PitStop Manager
-
- Newbie
- Posts: 18
- Joined: Tue Oct 23, 2018 7:48 pm
Re: use "not" to a group action
loicaigon
thnank you, but i didnt sucssess.
I would be very grateful if you could send me a ready action.
Thank you very much
thnank you, but i didnt sucssess.
I would be very grateful if you could send me a ready action.
Thank you very much
-
- Newbie
- Posts: 18
- Joined: Tue Oct 23, 2018 7:48 pm
Re: use "not" to a group action
i need:
1. clean up black
2. convert to grayscale
on some pages that i do not to change them.
1. clean up black
2. convert to grayscale
on some pages that i do not to change them.
-
- Newbie
- Posts: 18
- Joined: Tue Oct 23, 2018 7:48 pm
Re: use "not" to a group action
hi
i used "save seletion" and "restore selection". It works!
i used "save seletion" and "restore selection". It works!