Search found 99 matches

by cwswitch
Sat Nov 23, 2024 7:39 pm
Forum: Applications
Topic: HTTP request v20+ not expanding switch variables (maybe?)
Replies: 3
Views: 22481

Re: HTTP request v20+ not expanding switch variables (maybe?)

Thanks Jimmy. That's a good idea for simplification.
by cwswitch
Sat Nov 23, 2024 9:11 am
Forum: Applications
Topic: HTTP request v20+ not expanding switch variables (maybe?)
Replies: 3
Views: 22481

Re: HTTP request v20+ not expanding switch variables (maybe?)

I'm still curious what I was doing wrong, but I have solved it by some workarounds. Workaround Get all the data as before Inject a half made json that has placeholder values Use the String Replace app to swap the placeholders for the variables Pass the file through the HTTP Request as Post a Body: I...
by cwswitch
Sat Nov 23, 2024 3:19 am
Forum: Applications
Topic: HTTP request v20+ not expanding switch variables (maybe?)
Replies: 3
Views: 22481

HTTP request v20+ not expanding switch variables (maybe?)

Hi, we are able to complete a request with POST a body, custom, set to Hard Coded values of { "ExternalConsignment": { "ConsignmentNo": "34CAW2079918", "ConsignmentTrackingCode": "34CAW2079918", "ConsignmentTrackingURL": "https://auspo...
by cwswitch
Fri Nov 22, 2024 10:28 pm
Forum: Flows
Topic: Remove hidden files ".DS_store" from a folder
Replies: 7
Views: 19831

Re: Remove hidden files ".DS_store" from a folder

This is cool.

I'm not sure why mine was different, but my .bat file ended up being

Code: Select all

@ECHO OFF
cd "%1"
del /s /q /f /a .DS_STORE
Very handy solution thanks Padawan
by cwswitch
Tue Sep 17, 2024 11:47 am
Forum: Action Lists
Topic: Find and Replace font issues, also automation
Replies: 4
Views: 16293

Re: Find and Replace font issues, also automation

Awesome! thanks!

I had to also add in "Select corrupt font widths" (Tolerance 0) before the "Change corrupt font widths"

Looks to be working :D
by cwswitch
Tue Sep 10, 2024 11:20 pm
Forum: Action Lists
Topic: Find and Replace font issues, also automation
Replies: 4
Views: 16293

Re: Find and Replace font issues, also automation

Interesting one hey Magnus!

The "change font" step seems essential but cannot be driven by variables so I cannot automate for all documents
by cwswitch
Tue Sep 10, 2024 10:35 am
Forum: Action Lists
Topic: Find and Replace font issues, also automation
Replies: 4
Views: 16293

Find and Replace font issues, also automation

Attached is: https://drive.google.com/file/d/1FhM-ukBOgVH1bvQ4BVTCxUtAbR-xZgUL/view?usp=sharing a PDF with "XXXXXX" in a spot colour a working action a broken action In the broken action, I do not use "replace font" and the result has broken kerning. In the working action, I do u...
by cwswitch
Fri Sep 06, 2024 8:52 am
Forum: Flows
Topic: Inject and delete - can it lead to disaster?
Replies: 5
Views: 6930

Re: Inject and delete - can it lead to disaster?

Great to know thanks.

Scary thing to test though :D
by cwswitch
Thu Sep 05, 2024 11:40 pm
Forum: Flows
Topic: Inject and delete - can it lead to disaster?
Replies: 5
Views: 6930

Re: Inject and delete - can it lead to disaster?

I'm still a little worried here. Lets say we have a hardcoded path and a some data , but in some scenario the data is missing. Good scenario: /path/to/job/ variable Bad scenario: /path/to/job / In the bad scenario the data for the variable is missing. Would Switch inject the entire folder and delete...
by cwswitch
Thu Sep 05, 2024 10:03 am
Forum: Flows
Topic: Inject and delete - can it lead to disaster?
Replies: 5
Views: 6930

Re: Inject and delete - can it lead to disaster?

Ok, this is great news and comforting to hear. Thank you.
by cwswitch
Thu Sep 05, 2024 2:44 am
Forum: Flows
Topic: Inject and delete - can it lead to disaster?
Replies: 5
Views: 6930

Inject and delete - can it lead to disaster?

Hi all, If we Inject with the standard Inject tool and have it set to delete - can we have a disaster if: 1) the file does not exist 2) the path resolves to null Scenarios may be 1) A signal from an MIS to archive a certain file - but that file was moved by a person or other system ahead of time 2) ...
by cwswitch
Fri Aug 16, 2024 4:44 am
Forum: PitStop Pro
Topic: White / Blank space area calculation
Replies: 7
Views: 14199

Re: White / Blank space area calculation

Very cool Jimmy! So happy you're still sharing the files.
by cwswitch
Fri Aug 16, 2024 4:43 am
Forum: Action Lists
Topic: percent of document that is printed vs paper
Replies: 3
Views: 15982

Re: percent of document that is printed vs paper

I think this is it, here viewtopic.php?p=14081&hilit=coverage#p14081

Thanks to Jimmy in that post!
by cwswitch
Thu Aug 15, 2024 11:52 pm
Forum: Action Lists
Topic: percent of document that is printed vs paper
Replies: 3
Views: 15982

Re: percent of document that is printed vs paper

That sounds great. I am not getting any suitable results with either though, unfortunately. The goal is to know that 10% of the area is printed and 90% is unprinted. Do these actions just tell me that ink is used/not or can I manipulate them to help me answer how much of the document is printed vs u...
by cwswitch
Thu Aug 15, 2024 9:54 am
Forum: Action Lists
Topic: percent of document that is printed vs paper
Replies: 3
Views: 15982

percent of document that is printed vs paper

I'm looking for the percentage of the document with ink on it. Imagine a large printed piece with only a small logo one corner. Vs A large document where nearly the whole area is printed. The idea is some prediction of print time. My only idea so far is to convert the document to an image and use im...