Search found 400 matches
- Fri Apr 25, 2025 6:21 pm
- Forum: Action Lists
- Topic: How to remove everything from Yellow Separation
- Replies: 9
- Views: 3063
Re: How to remove everything from Yellow Separation
I have made an action list. It remaps the yellow channel to a spotcolor with alternative CMYK as white. Remaps this color to CMYK. And then adds 40% yellow on top with multiply. You can find the action list here: https://github.com/jimmyhartington/pitstop-actionlists/raw/refs/heads/main/Enfocus%20fo...
- Thu Apr 24, 2025 7:40 am
- Forum: Node.js scripting
- Topic: Determine Submit Point ID from Multiple Points
- Replies: 6
- Views: 2859
Re: Determine Submit Point ID from Multiple Points
I will suggest the same idea as Loïc.
It would look like this when you configure the submit point:

It would look like this when you configure the submit point:
- Wed Apr 23, 2025 12:27 pm
- Forum: Action Lists
- Topic: WHITE_INK overprint
- Replies: 2
- Views: 1521
Re: WHITE_INK overprint
Hi
I think this action list achieves what you want on your test file.
Download here: https://d.pr/f/knCP6v

I think this action list achieves what you want on your test file.
Download here: https://d.pr/f/knCP6v
- Wed Apr 23, 2025 9:54 am
- Forum: Action Lists
- Topic: How to remove everything from Yellow Separation
- Replies: 9
- Views: 3063
Re: How to remove everything from Yellow Separation
Could a solution be to first remap yellow channel to none as Loïc suggested.
Then add a 40% yellow rectangle in foreground with multiply set as blending mode?
But as Magnus suggest it would be easier to try with some test-files.
Then add a 40% yellow rectangle in foreground with multiply set as blending mode?
But as Magnus suggest it would be easier to try with some test-files.
- Mon Apr 07, 2025 7:57 am
- Forum: Flows
- Topic: Wait until job folder is empty flow
- Replies: 6
- Views: 5950
Re: Wait until job folder is empty flow
Here is my script element. https://d.pr/f/VVXg0d It uses the Time Fired function of a script. So you define at which interval it needs to check your choosen directory. The output is a text-file with Private Metadata named what you define. And it contains the number of files in the directory. Just ro...
- Fri Apr 04, 2025 10:55 pm
- Forum: Flows
- Topic: Wait until job folder is empty flow
- Replies: 6
- Views: 5950
Re: Wait until job folder is empty flow
I have made a script element which can monitor a folder at a defined interval. For my use case it outputs a text-file and a privadata key with the number of files in the defined folder. No output if zero files. But it should be trivial to modify to do the reverse. Will try to make it for you next we...
- Wed Apr 02, 2025 10:21 am
- Forum: Switch
- Topic: XML to (x)HTML with Borgen Saxonica Saxon
- Replies: 3
- Views: 13514
Re: XML to (x)HTML with Borgen Saxonica Saxon
If your use case is not just to print the XML as a table, but if it contains order info, then I have had great success with using the app Create file from template https://www0.enfocus.com/en/appstore/product/create-file-from-template . The input then has to be JSON, but XML can be converted to JSON...
- Wed Apr 02, 2025 9:30 am
- Forum: Switch
- Topic: XML to (x)HTML with Borgen Saxonica Saxon
- Replies: 3
- Views: 13514
Re: XML to (x)HTML with Borgen Saxonica Saxon
Can you share how you are doing it now? How the Saxon app is setup?
Either a screenshot from Switch. Or document the flow and screenshot the Saxon settings there.
Either a screenshot from Switch. Or document the flow and screenshot the Saxon settings there.
- Wed Mar 26, 2025 2:06 pm
- Forum: PitStop Pro
- Topic: Pitstop to Acrobat Beta
- Replies: 3
- Views: 2505
Re: Pitstop to Acrobat Beta
Try disabling Protected Mode in Acrobat preferences.

- Tue Mar 18, 2025 12:24 pm
- Forum: Flows
- Topic: failed attempts counter
- Replies: 3
- Views: 7528
Re: failed attempts counter
Seems like this app is for you https://www.enfocus.com/en/appstore/product/retryit RetryIt makes it easy to set up a flow to repeat a process a user-definable number of times. When the configured count is exceeded, the job is passed to the Error connection. A user definable private data field is use...
- Mon Mar 17, 2025 9:17 am
- Forum: Flows
- Topic: JPEG image dimensions
- Replies: 12
- Views: 19878
Re: JPEG image dimensions
OK. Can I ask what the calculated value is used for?
- Mon Mar 17, 2025 8:25 am
- Forum: Flows
- Topic: JPEG image dimensions
- Replies: 12
- Views: 19878
Re: JPEG image dimensions
The resolution is possible to extract with Exiftool if you would not mind introducing another program.

Updated with -b for trimming result from ExifTool.
Updated with -b for trimming result from ExifTool.
- Mon Mar 17, 2025 8:04 am
- Forum: Flows
- Topic: JPEG image dimensions
- Replies: 12
- Views: 19878
Re: JPEG image dimensions
EDIT: Forget you needed the resolution as well. So this is NOT available in Stats.
But I let the answer stand if anybody needs the pixel-dimension of a jpg.
Could you instead use the info from Stats?

But I let the answer stand if anybody needs the pixel-dimension of a jpg.
Could you instead use the info from Stats?
- Tue Mar 11, 2025 7:21 pm
- Forum: Forum Guidelines / Forum Feature requests / Forum Bug reports?
- Topic: accepted feature requests visible?
- Replies: 8
- Views: 99457
Re: accepted feature requests visible?
My company does not have a subscription for Pitstop Pro or Server.
Instead we have a maintenance contract for x amount of Pro and Server.
But then I am not allowed to make public feature request.

Then I will just have to keep on e-mailing Loïc
Instead we have a maintenance contract for x amount of Pro and Server.
But then I am not allowed to make public feature request.
Then I will just have to keep on e-mailing Loïc

- Tue Mar 11, 2025 2:32 pm
- Forum: Flows
- Topic: Unlock Secure PDF
- Replies: 3
- Views: 4963
Re: Unlock Secure PDF
You route jobs with this condition:

These files have security enabled.
Then you could use a cli tool as this https://sourceforge.net/projects/pdfdecrypt/ to remove the security since you know the password.
These files have security enabled.
Then you could use a cli tool as this https://sourceforge.net/projects/pdfdecrypt/ to remove the security since you know the password.