Hi,
is there an action or similar that can check for files above a certain size, ie fail over 8MB
Thank you
Action to reject a large (MB) PDF
Re: Action to reject a large (MB) PDF
Hi,
I think that it's a bit weird to worry about file size once the file is opened in PitStop Pro, i.e. Acrobat.
So I will presume that the need is more for automated processes. There you can use Job ByteCount property in Switch to sort files.
I am very curious about your process that can only absorb -8MB files. Could you provide details.
Loic
I think that it's a bit weird to worry about file size once the file is opened in PitStop Pro, i.e. Acrobat.
So I will presume that the need is more for automated processes. There you can use Job ByteCount property in Switch to sort files.
I am very curious about your process that can only absorb -8MB files. Could you provide details.
Loic
Loïc Aigon
Enfocus PitStop Manager
Enfocus PitStop Manager
Re: Action to reject a large (MB) PDF
Hello Loic,
Very astute
We have multiple PPPs running on the infigo platform checking files before they go into the print workflow.
There is a platform check for the maximum size, set to 8MB, but this warning sits well below the "fold"
So I was thinking if I could check the size wasn't above 7.99MB I could fail the file and that would come up in the big red warning box the PPPs generate (along with the associated XML)
Does that help?
Very astute

We have multiple PPPs running on the infigo platform checking files before they go into the print workflow.
There is a platform check for the maximum size, set to 8MB, but this warning sits well below the "fold"
So I was thinking if I could check the size wasn't above 7.99MB I could fail the file and that would come up in the big red warning box the PPPs generate (along with the associated XML)
Does that help?
Re: Action to reject a large (MB) PDF
Hello,
Yes it helped to exclude Switch from the equation. I am afraid that checking the size must be done indeed on the platform.
If the warning is not visible enough on infigo, you may want to let Infigo know so that maybe they can do it more visible.
They could also prevent upload if file exceeds. I would think that is part of the html experience.
You could still later check with Swith if you had, but if would be far beyond the upload.
In PitStop we don't have such checks.
Yes it helped to exclude Switch from the equation. I am afraid that checking the size must be done indeed on the platform.
If the warning is not visible enough on infigo, you may want to let Infigo know so that maybe they can do it more visible.
They could also prevent upload if file exceeds. I would think that is part of the html experience.
You could still later check with Swith if you had, but if would be far beyond the upload.
In PitStop we don't have such checks.
Loïc Aigon
Enfocus PitStop Manager
Enfocus PitStop Manager
Re: Action to reject a large (MB) PDF
thank you