Search found 120 matches

by PdFUser5000
Wed Jan 03, 2024 7:17 am
Forum: Flows
Topic: Job assembler acting different in same flow
Replies: 3
Views: 69541

Re: Job assembler acting different in same flow

magnussandstrom wrote: Thu Dec 21, 2023 1:14 pm
PdFUser5000 wrote: Thu Dec 21, 2023 11:20 am Metadata says 9
Have you double checked that the metadata in all the incoming files says 9?
Yes, the metadata is created in one xml file, that is then attached to all the files created by the job.
by PdFUser5000
Thu Dec 21, 2023 11:20 am
Forum: Flows
Topic: Job assembler acting different in same flow
Replies: 3
Views: 69541

Job assembler acting different in same flow

I have multiple job assemblers in my flow, that use the same metadata of the job. I have job identifier and number of files specified, no complete condition. In the first stage, the assembler sometimes assembles a job when it has fewer files than required (Metadata says 9, but job is assembled from ...
by PdFUser5000
Thu Nov 30, 2023 12:48 pm
Forum: Action Lists
Topic: Check if Pdf consists only of images or vectors.
Replies: 3
Views: 18387

Re: Check if Pdf consists only of images or vectors.

WHat i have come up with so far is: Select All Number of images on page must be equal to 0 Select All AND Number of paths on page must be more than or equal to 1 This would presume, that there is no images in the pdf, and atleast one vector path, which should be the logo. Not sure if i have to use o...
by PdFUser5000
Mon Nov 27, 2023 12:46 pm
Forum: Action Lists
Topic: Check if Pdf consists only of images or vectors.
Replies: 3
Views: 18387

Check if Pdf consists only of images or vectors.

Sometimes customers send their "vectorized" logos as PDFs with images inside them. I would like to automatically check this with pitstop. From preflight i can check the amount of images, which could be bigger than 1 and cause a warning. But sometimes the logo can consist of both, images an...
by PdFUser5000
Thu Nov 16, 2023 8:39 am
Forum: Applications
Topic: Error when updating default apps
Replies: 1
Views: 14152

Error when updating default apps

When updating apps, i got the following error message:

Skipped unsupported property 'SwitchModule' of flow object 'XML pickup' of type 'XMLPickup'

Everything works, but what does this mean?
by PdFUser5000
Wed Nov 08, 2023 7:53 am
Forum: Flows
Topic: Flow/element based error handling and problem alerts
Replies: 1
Views: 7349

Flow/element based error handling and problem alerts

Switch has error handling and problem alerts that apply to all the active flows. Could it be somehow possible to do this only on selected elements of a flow? For example, I would like to set the abort process setting to 10 minutes only on the Adobe illustrator element. If thats not possible, receive...
by PdFUser5000
Thu Aug 17, 2023 9:00 am
Forum: Flows
Topic: Replace string in hyperlink, new Outlook error
Replies: 1
Views: 2649

Replace string in hyperlink, new Outlook error

I have a local server folder link in my private data that i use in e-mails as a hyperlink. It sometimes contains spaces and & symbols. Replacing the & works fine with String Replace, but when i try to replace space with   the newest preview version of outlook changes it to %C2%A0 Am...
by PdFUser5000
Tue Aug 15, 2023 8:15 am
Forum: Flows
Topic: ImageMagick convert jpg to png
Replies: 2
Views: 3964

Re: ImageMagick convert jpg to png

magnussandstrom wrote: Mon Aug 14, 2023 12:08 pm Try this:

Skärmavbild 2023-08-14 kl. 12.07.11.png
Thanks, that worked! Any ideas why my solution did not?
by PdFUser5000
Mon Aug 14, 2023 11:50 am
Forum: Flows
Topic: ImageMagick convert jpg to png
Replies: 2
Views: 3964

ImageMagick convert jpg to png

I am trying to use Imagemagick to convert jpgs to png, but my result is a 0 kb png file with no picture. I am using run command with the example flow for converting an image. My command is: convert "%%InputFilePath%%" > "[Job.NameProper].png" i am also getting an error message: C...
by PdFUser5000
Fri Feb 17, 2023 7:50 am
Forum: Switch
Topic: Find a folder inside workflow
Replies: 3
Views: 4623

Find a folder inside workflow

Maybe this is more of an UX problem i think, but maybe posting here is the correct place. Some switch flows consist of hundreds of folders. When something breaks, I can see from the console which element/folder was the issue and go find it. But now, let's say I am out of office, or on a sick leave, ...
by PdFUser5000
Mon Jan 23, 2023 2:08 pm
Forum: Flows
Topic: Count active jobs in folder, if amount goes higher than x, send report
Replies: 3
Views: 3511

Re: Count active jobs in folder, if amount goes higher than x, send report

When a queue appears, some jobs need to be rushed. Unless im watching the folder all the time, i have no information if there is a queue or not. I also can't set a priority when the jobs are inserted to the flow, because the urgency might not be needed at the point of input.
by PdFUser5000
Wed Jan 18, 2023 3:15 pm
Forum: Flows
Topic: Count active jobs in folder, if amount goes higher than x, send report
Replies: 3
Views: 3511

Count active jobs in folder, if amount goes higher than x, send report

Is there a way to monitor the amount of job folders in a workflow folder? In my workflow sometimes queues appear and i would like to receive a notification if let's say, there are more than 20 job folders in it. Hot folder monitor kinda does something like this, but it just monitors if files are mov...
by PdFUser5000
Fri Oct 28, 2022 8:50 am
Forum: Flows
Topic: Dashboard without Switch Portal
Replies: 1
Views: 2031

Dashboard without Switch Portal

Is there a way to create a local network dashboard which does not require logging in to Switch portal?
by PdFUser5000
Tue Aug 09, 2022 2:19 pm
Forum: Appstore
Topic: Inject Wildcard moves job to problem jobs, instead of error connection
Replies: 4
Views: 9233

Inject Wildcard moves job to problem jobs, instead of error connection

When my job repository field is wrong, the jobs is moved to problem jobs, instead of the error connection. Is this correct? Sometimes the repository is wrong in the data and I would like to send an email with the error. But since the job is moved to problem jobs, I have to add the send email element...