Search found 591 matches

by jan_suhr
Fri Feb 09, 2024 1:56 pm
Forum: Flows
Topic: Inject Folder Name Issue
Replies: 6
Views: 280

Re: Inject Folder Name Issue

OK I missunderstod you
by jan_suhr
Fri Feb 09, 2024 11:41 am
Forum: Flows
Topic: Inject Folder Name Issue
Replies: 6
Views: 280

Re: Inject Folder Name Issue

In the variable you have for the folders name you can set up a Match value, in your case it should be \d{5} this is a Regular Expression that looks for only digits and always five of them.

This will skip the rest after the five digits (if your order number always have five digits)
by jan_suhr
Sun Feb 04, 2024 12:30 pm
Forum: Flows
Topic: Converters online
Replies: 1
Views: 322

Re: Converters online

by jan_suhr
Thu Jan 25, 2024 5:00 pm
Forum: Flows
Topic: Rename Job replacing forward slashes with underscores
Replies: 1
Views: 508

Re: Rename Job replacing forward slashes with underscores

Each element in a flow is a folder in the Switch folders in which the job passes.
That's why you can't use a forward slash as the name for an element since that will men that you split the name of that folder in to two folders
by jan_suhr
Fri Jan 19, 2024 11:27 pm
Forum: Flows
Topic: Archive submitted file into another directory
Replies: 4
Views: 1095

Re: Archive submitted file into another directory

You can't live without the Metadata module.
by jan_suhr
Thu Jan 11, 2024 4:54 pm
Forum: Flows
Topic: Flow to inspect compression jpeg
Replies: 12
Views: 225448

Re: Flow to inspect compression jpeg

Yes of course they are all over 50 in Quality.
by jan_suhr
Wed Jan 10, 2024 5:52 pm
Forum: Flows
Topic: Flow to inspect compression jpeg
Replies: 12
Views: 225448

Re: Flow to inspect compression jpeg

You have to click on the little > to the right and select "Inline value", after that you can write your RegExp
Snag_bf7e47.png
Snag_bf7e47.png (34.86 KiB) Viewed 225185 times
by jan_suhr
Wed Jan 10, 2024 2:53 pm
Forum: Flows
Topic: Flow to inspect compression jpeg
Replies: 12
Views: 225448

Re: Flow to inspect compression jpeg

Well in this case it is only Private Data. The Metadata Module handles XML, JSON and other Metadata inputs. On your outgoing connections, right click and select this for the good ones Snag_1671f8.png Then we have to specify the values that we accept for this connection. Since the Private Data only a...
by jan_suhr
Wed Jan 10, 2024 11:53 am
Forum: Flows
Topic: Flow to inspect compression jpeg
Replies: 12
Views: 225448

Re: Flow to inspect compression jpeg

To be able to see the Private Data value you need to add one more folder to the flow and then Hold the connection between the last two folders. All Metadata attached to a job is removed when the job arrives at the output folder (the last one) Then you will see the value of the JPEG Snag_2a096617.png...
by jan_suhr
Tue Jan 09, 2024 12:38 pm
Forum: Flows
Topic: Flow to inspect compression jpeg
Replies: 12
Views: 225448

Re: Flow to inspect compression jpeg

Image Magick has several programs that do or check stuff with images. In this case you run the program idenify.exe (if on Windows) with the parameter -format '%Q' "path to jpeg" This will return a value between 0 and 100 with 100 as highest quality. You can easiest run this with the app Ru...
by jan_suhr
Tue Dec 12, 2023 2:17 pm
Forum: Node.js scripting
Topic: Transpile issue
Replies: 4
Views: 16036

Re: Transpile issue

Have you tried it with this path: C:\Program Files\Enfocus\Enfocus Switch\SwitchScriptTool\SwitchScriptTool --create StringSplitter "C:\Users\switch\Desktop\SwitchFolder\Scripts\Folder" This should create a folder StringSplitter in C:\Users\switch\Desktop\SwitchFolder\Scripts\Folder and al...
by jan_suhr
Mon Dec 11, 2023 5:12 pm
Forum: Node.js scripting
Topic: Transpile issue
Replies: 4
Views: 16036

Re: Transpile issue

It can't find it in the PATH variable.
You can write the full path to the SwitchScriptTool at the command or add the path to the PATH variable
by jan_suhr
Tue Nov 21, 2023 5:00 pm
Forum: Flows
Topic: Sort out files with no corresponding XML
Replies: 3
Views: 14464

Re: Sort out files with no corresponding XML

Snag_5021418.png
Snag_5021418.png (13.57 KiB) Viewed 14455 times
This could work for you.

You send the PDF and JPG files to a disc folder. The XML go to Inject job and one XML pass the Inject job so we can use it later.
Then the PDF or JPG get injected and meet the XML in folder 18 for the XML Pickup.
by jan_suhr
Wed Nov 08, 2023 8:14 am
Forum: Flows
Topic: Flow/element based error handling and problem alerts
Replies: 1
Views: 8405

Re: Flow/element based error handling and problem alerts

There is an app for that: https://www.enfocus.com/en/appstore/product/get-switch-log-messages " This app will let you pick up messages from the Switch log and save them as Private data for later use. It will monitor the Switch log and retrieve messages per your settings in the app. You can sele...
by jan_suhr
Tue Nov 07, 2023 4:48 pm
Forum: Flows
Topic: PDF to TIF [solved]
Replies: 6
Views: 12308

Re: PDF to TIF

There is an app for that. Not obvious by the name of the app but it can do what you ask for.

https://www.enfocus.com/en/appstore/pro ... thumbnails