Search found 476 matches

by JimmyHartington
Fri Feb 27, 2026 7:55 am
Forum: Action Lists
Topic: Finding halfway point from the page count and adding marks
Replies: 3
Views: 108

Re: Finding halfway point from the page count and adding marks

You can use this expression: [Switch.Calculation:Expression="round([Stats.NumberOfPages]/2)"] It takes the number of pages. Divides it in half and round to 0 decimals. In this flow I have set the expression as a private data and then use that to add suffix to the files. You could also just...
by JimmyHartington
Wed Feb 25, 2026 6:10 pm
Forum: Action Lists
Topic: Finding halfway point from the page count and adding marks
Replies: 3
Views: 108

Re: Finding halfway point from the page count and adding marks

I do not think that is possible without using Switch.
by JimmyHartington
Tue Dec 09, 2025 7:37 am
Forum: Action Lists
Topic: kiosk flag
Replies: 5
Views: 1728

Re: kiosk flag

I am not at a company where we make beach flags, so I need a pdf of how you want the 2-sided pdf to look after the action list has run.
So the work you do in InDesign manually today.
by JimmyHartington
Mon Dec 08, 2025 12:00 pm
Forum: Action Lists
Topic: kiosk flag
Replies: 5
Views: 1728

Re: kiosk flag

And is this input or output?
An example of both would make it easier to see what should be achieved.
by JimmyHartington
Mon Dec 08, 2025 10:55 am
Forum: Action Lists
Topic: kiosk flag
Replies: 5
Views: 1728

Re: kiosk flag

Can you share some examples of input and desired output?
Preferably as pdfs.
by JimmyHartington
Fri Nov 21, 2025 9:40 am
Forum: Action Lists
Topic: add border to every image
Replies: 1
Views: 1042

Re: add border to every image

The only way I can think of is to utilize the Create varnish. So the process is to select images. Create varnish and then manipulate the add varnish objects to have a border. See screenshot below. You can download the action here: https://github.com/jimmyhartington/pitstop-actionlists/blob/main/Enfo...
by JimmyHartington
Thu Nov 20, 2025 3:50 pm
Forum: Flows
Topic: Safe Webhooks in Switch
Replies: 2
Views: 1592

Re: Safe Webhooks in Switch

As an external service I have tested SwitchMitter. Unfortunately there have been some legacy network issues at our company, which is not easily fixed with the need to change A LOT of other stuff, which have prevented me from implementing it. But they have the option to whitelist IPs and also store t...
by JimmyHartington
Mon Nov 17, 2025 2:51 pm
Forum: PitStop Pro
Topic: Cut and Paste not working
Replies: 7
Views: 2296

Re: Cut and Paste not working

I have also tried on macOS 15.7.2 with Acrobat 2025.001.20813 and Pitstop Pro 25.11 with no problem.
by JimmyHartington
Wed Nov 12, 2025 9:04 am
Forum: Switch
Topic: PDF to Tiff
Replies: 18
Views: 23123

Re: PDF to Tiff

Great. Let me know if the flow solves your problem.
by JimmyHartington
Wed Nov 12, 2025 8:27 am
Forum: Switch
Topic: PDF to Tiff
Replies: 18
Views: 23123

Re: PDF to Tiff

Are there any errors in the messages for Switch for the flow, which can help pinpoint the error?
by JimmyHartington
Wed Nov 12, 2025 7:40 am
Forum: Switch
Topic: PDF to Tiff
Replies: 18
Views: 23123

Re: PDF to Tiff

Try and recreate the Photoshop action by dragging a new one and setting it with the same settings as mine.
Just so we are sure my flow does not expect at different version or anything like that.
by JimmyHartington
Tue Nov 11, 2025 3:00 pm
Forum: Switch
Topic: PDF to Tiff
Replies: 18
Views: 23123

Re: PDF to Tiff

I had a flow I could quickly modify. You can try that and modify to your liking.
PDF to 600 dpi TIFF.sflow.zip
(37.13 KiB) Downloaded 157 times
Image
by JimmyHartington
Tue Nov 11, 2025 2:46 pm
Forum: Switch
Topic: PDF to Tiff
Replies: 18
Views: 23123

Re: PDF to Tiff

Robbie wrote: Tue Nov 11, 2025 2:37 pm Does anybody have the script for photoshop to save to tiffs? so i can put that in switch and try if that works.
If that is the route you are taking, then which page box do you need to trim the file to?
The Media Box, Bleed Box or Trim Box?
by JimmyHartington
Mon Oct 27, 2025 7:43 am
Forum: Flows
Topic: Count Number of Jobs Processed Thru Flow
Replies: 3
Views: 2926

Re: Count Number of Jobs Processed Thru Flow

I use FlowSpy (https://www0.enfocus.com/en/appstore/product/flowspy) in many of my apps for logging.
It creates a csv-file and you can add Private Data to the csv as well.
by JimmyHartington
Wed Oct 22, 2025 7:50 am
Forum: Node.js scripting
Topic: Process Switch Variables
Replies: 6
Views: 5413

Re: Process Switch Variables

Hi Thomas

Thanks. I will look into it, but hoped there would be a way to have Switch just do the replacement of variables on my data the same way it happen with Multiline with variables.
So a function baked into the Switch scripting environment.