Search found 608 matches

by jan_suhr
Thu Feb 15, 2024 5:23 pm
Forum: Flows
Topic: Inject XML to pdf
Replies: 14
Views: 1379

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: 1379

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.
by jan_suhr
Fri Feb 09, 2024 1:56 pm
Forum: Flows
Topic: Inject Folder Name Issue
Replies: 6
Views: 363

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: 363

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: 372

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: 561

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: 1158

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: 228856

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: 228856

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 228593 times
by jan_suhr
Wed Jan 10, 2024 2:53 pm
Forum: Flows
Topic: Flow to inspect compression jpeg
Replies: 12
Views: 228856

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: 228856

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: 228856

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: 21206

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: 21206

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: 16391

Re: Sort out files with no corresponding XML

Snag_5021418.png
Snag_5021418.png (13.57 KiB) Viewed 16382 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.