Hello, sadly i missed the Infigo webinar - Technical Workshop | Automated Preflight Checks with Enfocus PitStop, but have just watched it.
Can you please expand on the final question, raised by my colleague, We would like to have a PPP which uses several variables (page size, add bleed, convert to PDF) but with 2 (or 3) new variables, "adding pages" and "resizing" and an option to "not fix". Writing the actions etc is not an issue, I am struggling with the variable set. Are you able to assist?
Automated Preflight Checks fix or no fix
Re: Automated Preflight Checks fix or no fix
Hi,
The solutions I have mentioned may not be the most practical but they may serve the purpose. Note that you can disable any fix at the Preflight Profile level:

However, this is not "variable aware". So you could conceptually have two profiles (copies), one that checks but not fixes, the other that chjecks and fixes. You would need to check with Infigo how to handle the duality, but that could be an option.
Another one is to use variable over individual fixes:

So you could have a "doFixes" set as a boolean and use over all possible fixes. Not ideal but it's a possibility.
Finally you could basically push all your fixes in one Action List used as Extra and also conditionned by a variable:

I don't think those options are particularly good, just possibilities. I would also make that feature request to Infigo that they can handle yoru scenario. Because the Preflight Profile expose this single one checkbox for allowing/disallowing fixes as shown above.
The solutions I have mentioned may not be the most practical but they may serve the purpose. Note that you can disable any fix at the Preflight Profile level:

However, this is not "variable aware". So you could conceptually have two profiles (copies), one that checks but not fixes, the other that chjecks and fixes. You would need to check with Infigo how to handle the duality, but that could be an option.
Another one is to use variable over individual fixes:

So you could have a "doFixes" set as a boolean and use over all possible fixes. Not ideal but it's a possibility.
Finally you could basically push all your fixes in one Action List used as Extra and also conditionned by a variable:

I don't think those options are particularly good, just possibilities. I would also make that feature request to Infigo that they can handle yoru scenario. Because the Preflight Profile expose this single one checkbox for allowing/disallowing fixes as shown above.
Loïc Aigon
Enfocus PitStop Product Manager
Enfocus PitStop Product Manager
Re: Automated Preflight Checks fix or no fix
Thank you Loïc
I shall give it a go.
Have a good weekend
Daryl
I shall give it a go.
Have a good weekend
Daryl
Re: Automated Preflight Checks fix or no fix
Hello again,
Sorry, looking for more help, I am probably doing this all wrong. I wish to add 3 checks to the smart flightcheck.
1st check : will be if a fix is asked for, if no then it does the standard flightckeck (size/rgb/bleed)
2nd check : if "add pages" is selected then the add pages action is enabled plus the standard flightckeck (size/rgb/bleed)
3rd check : if "resize" is selected then the resize action is enabled plus the standard flightckeck (size/rgb/bleed)
I am struggling with creating a correct variable set... I added what I thought was correct and it does not show when the PPP is started
Sorry, looking for more help, I am probably doing this all wrong. I wish to add 3 checks to the smart flightcheck.
1st check : will be if a fix is asked for, if no then it does the standard flightckeck (size/rgb/bleed)
2nd check : if "add pages" is selected then the add pages action is enabled plus the standard flightckeck (size/rgb/bleed)
3rd check : if "resize" is selected then the resize action is enabled plus the standard flightckeck (size/rgb/bleed)
I am struggling with creating a correct variable set... I added what I thought was correct and it does not show when the PPP is started
Re: Automated Preflight Checks fix or no fix
Hi,
I think you are almost there, just set the Fix variable to be a boolean instead of a text.
Then enable variables in the EXTRA/Changes and apply the fix variable to the check button in front of all your actions.
By the way, for your variables "resize"…, if you set them as Boolean, in the "Fix" variable, your configuration will be easier as true|false will be presented to you natively without you having to type true or false.
I think you are almost there, just set the Fix variable to be a boolean instead of a text.
Then enable variables in the EXTRA/Changes and apply the fix variable to the check button in front of all your actions.
By the way, for your variables "resize"…, if you set them as Boolean, in the "Fix" variable, your configuration will be easier as true|false will be presented to you natively without you having to type true or false.
Loïc Aigon
Enfocus PitStop Product Manager
Enfocus PitStop Product Manager
Re: Automated Preflight Checks fix or no fix
thank you again, this forum is such a great asset!