Search found 591 matches

by jan_suhr
Fri Apr 12, 2024 5:43 pm
Forum: Applications
Topic: Photoshop App
Replies: 4
Views: 321

Re: Photoshop App

by jan_suhr
Fri Apr 12, 2024 4:39 pm
Forum: Applications
Topic: Photoshop App
Replies: 4
Views: 321

Re: Photoshop App

You can in the Photoshop app run Photoshop scripts. That script can pickup variables from Switch and in your case those variables can come from the JSON file if you have the Metadata module
by jan_suhr
Fri Apr 12, 2024 9:10 am
Forum: Flows
Topic: Better way of identifying job groups?
Replies: 1
Views: 80

Re: Better way of identifying job groups?

To catch error, or other, messages from specific points in a flow you can use the app Get Switch log messages. With that one you can specify one element in a flow and filter out its messages and it will create a Private Data with the message generated in Switch. https://www.enfocus.com/en/appstore/p...
by jan_suhr
Mon Apr 08, 2024 7:17 pm
Forum: Flows
Topic: Inserting metadata into jobs
Replies: 5
Views: 233

Re: Inserting metadata into jobs

You can build forms with PHP and then from that PHP send a webhook with the info to Switch. So the Form in PHP can be very flexible and from the form you create an XML that you send to a webhook in Switch. I have built several like that. if there is file upload involved it is easier to handle that i...
by jan_suhr
Fri Mar 08, 2024 10:08 am
Forum: Flows
Topic: Sort images (portrait-landscape)
Replies: 5
Views: 226

Re: Sort images (portrait-landscape)

You can do it even simpler.
You have the variables for ImageLength and ImageWisth in the Image group

On the out going connection you set a condition with [Image.ImageLength] Less than [Image.ImageWidth]
the other connection gets "All other jobs"
by jan_suhr
Tue Feb 27, 2024 9:29 am
Forum: Flows
Topic: Inject XML to pdf
Replies: 14
Views: 560

Re: Inject XML to pdf

Version 3 is now available for download
by jan_suhr
Tue Feb 27, 2024 8:22 am
Forum: Flows
Topic: Adding the Orginal Folder Name as a Prefix to a Filename
Replies: 3
Views: 163

Re: Adding the Orginal Folder Name as a Prefix to a Filename

In the early part of the flow you set a Private data key that has the value of the job number you get from the folder.
Later in the flow you have a Rename element that adds that Private data key value to the filename.
by jan_suhr
Thu Feb 22, 2024 10:23 am
Forum: Flows
Topic: Inject XML to pdf
Replies: 14
Views: 560

Re: Inject XML to pdf

A new version is on its way, it will fix this problem if it can't find the XML. It will now end up in the error connection.
by jan_suhr
Wed Feb 21, 2024 9:22 am
Forum: Flows
Topic: Inject XML to pdf
Replies: 14
Views: 560

Re: Inject XML to pdf

What the app can check is if there is an XML-file to inject of not. It checks in the specified folder if it has an XML-file as specified in the properties. The purpose of this app is to inject XML that are located somewhere else than what the XML Pickup tool do. To me it looks like you are trying to...
by jan_suhr
Tue Feb 20, 2024 5:36 pm
Forum: Flows
Topic: Inject XML to pdf
Replies: 14
Views: 560

Re: Inject XML to pdf

The new version of Inject XML is now published. It has the stop light outgoing connections
by jan_suhr
Mon Feb 19, 2024 1:38 pm
Forum: Flows
Topic: Adding Page Dimensions at the end of a file name
Replies: 5
Views: 267

Re: Adding Page Dimensions at the end of a file name

You have to use Switch Calculations to convert it to mm. Multiply with 0.352778
by jan_suhr
Thu Feb 15, 2024 5:23 pm
Forum: Flows
Topic: Inject XML to pdf
Replies: 14
Views: 560

Re: Inject XML to pdf

Don't you have the XML Pickup tool? It will do what you want if you have the two files with the same name. Like yours Test.pdf and Test.xml The app Inject XML is intended for adding another XML file that is in some other location than the job file and can have a different name than the job file. I h...
by jan_suhr
Thu Feb 15, 2024 11:24 am
Forum: Flows
Topic: Inject XML to pdf
Replies: 14
Views: 560

Re: Inject XML to pdf

When I created this app I expected that it would be setup and used so this type of errors would not happen.

But I'll fix it so it can handle errors where the XML supposed to be injected isn't available.

In a week or two a new version will be available.