Search found 1018 matches

by freddyp
Tue Apr 16, 2024 9:37 am
Forum: Flows
Topic: 2nd option for unzipping
Replies: 5
Views: 109

Re: 2nd option for unzipping

RunDontStop wrote: Tue Apr 16, 2024 12:25 am ...
When the zip hits a folder the Mac OS launches an app that runs a shell script. The shell script does the following:
...
I would think that with some slight modifications you can run the shell script with "Execute command". Are you willing to share the shell script?
by freddyp
Wed Apr 10, 2024 11:05 am
Forum: PitStop Pro
Topic: Critical parser failure: XObject resource missing
Replies: 1
Views: 96

Re: Critical parser failure: XObject resource missing

The reason is obvious: the PDF was created by an application/producer that does not always create a correct PDF.

What is wrong with the file I can only tell after having seen it. Can it be fixed? The fact that something is missing does not sound promising, but you never know.
by freddyp
Mon Apr 08, 2024 4:53 pm
Forum: PitStop Pro
Topic: Remap Pantone to CMYK Values
Replies: 7
Views: 257

Re: Remap Pantone to CMYK Values

As I suspected it is related to DeviceN. Remapping a spot color to a new spot color with a certain CMYK equivalent does not work when that spot color is part of a DeviceN. You can use the following workaround. Create a new spot color in the color library with the desired CMYK equivalent. Call it PMS...
by freddyp
Fri Apr 05, 2024 4:36 pm
Forum: PitStop Pro
Topic: Remap Pantone to CMYK Values
Replies: 7
Views: 257

Re: Remap Pantone to CMYK Values

Send it via Smash (fromsmash.com) to my mail address freddyp@enfocus.com then. There must be an explanation that is related to the file.
by freddyp
Fri Apr 05, 2024 1:17 pm
Forum: PitStop Pro
Topic: 2 questions:
Replies: 2
Views: 133

Re: 2 questions:

Actions are executed on the selection: Select images, Resample image Select text, Select color red, AND, Change color to green etc. Those are straightforward. But what happens in the following action list? Select annotations Flatten annotations Change trim box If you think that the annotations are f...
by freddyp
Fri Apr 05, 2024 7:10 am
Forum: PitStop Pro
Topic: Remap Pantone to CMYK Values
Replies: 7
Views: 257

Re: Remap Pantone to CMYK Values

I suspect different combinations of objects with just a color in Separation color space and other objects in a DeviceN color space of which one or more of the separations are PANTONE possibly mixed with process colors. Every spot color in a PDF must have an alternate color space. Perhaps the alterna...
by freddyp
Tue Apr 02, 2024 2:59 pm
Forum: Node.js scripting
Topic: Using imagemagick in script under Mac
Replies: 5
Views: 360

Re: Using imagemagick in script under Mac

The error is "command not found". As it works on Windows but not on Mac I suggest to check if the magick file under /opt/homebrew is not a symbolic link or shortcut. If it is then try it with the real path. If that still does not work you will have to be a bit more specific on the error me...
by freddyp
Tue Apr 02, 2024 8:50 am
Forum: Node.js scripting
Topic: Using imagemagick in script under Mac
Replies: 5
Views: 360

Re: Using imagemagick in script under Mac

The environment in which your script is running is not the same as the one in Terminal/Command prompt. It is not a guarantee that 'magick' is a known command in that environment. Use the complete path.
by freddyp
Fri Mar 29, 2024 8:49 am
Forum: Action Lists
Topic: I want to designate a layer as a spot colour.
Replies: 2
Views: 253

Re: I want to designate a layer as a spot colour.

Select objects in layer by name
Change color
by freddyp
Mon Mar 18, 2024 9:07 am
Forum: Applications
Topic: Illustrator script arguments and variables
Replies: 2
Views: 628

Re: Illustrator script arguments and variables

You should start from here: https://www.enfocus.com/manuals/UserGui ... tions.html. There you will find what variables Switch makes available to your script and how it works with arguments.
by freddyp
Fri Mar 15, 2024 10:03 am
Forum: Flows
Topic: Automate mail list processing
Replies: 2
Views: 272

Re: Automate mail list processing

by freddyp
Fri Mar 08, 2024 10:07 am
Forum: Flows
Topic: Sort images (portrait-landscape)
Replies: 5
Views: 226

Re: Sort images (portrait-landscape)

Switch calculation is not necessary. In the condition on a connection define [Image.ImageLength] greater than or equal to [Image.ImageWidth] for portrait and square, and the other connection takes all other jobs.
by freddyp
Tue Mar 05, 2024 9:06 am
Forum: Switch
Topic: FTP Send and PPK
Replies: 2
Views: 537

Re: FTP Send and PPK

Please also report this to support: https://enfocus.my.site.com/customers/s/cases
by freddyp
Tue Mar 05, 2024 9:00 am
Forum: Flows
Topic: Monday.com API
Replies: 2
Views: 150

Re: Monday.com API

I have no experience with the Monday.com API. I suggest you submit a feature request to the app creator. And they will have the experience to point you in the right direction.
by freddyp
Tue Feb 27, 2024 11:47 am
Forum: Switch
Topic: web order files stuck in first folder
Replies: 2
Views: 208

Re: web order files stuck in first folder

Indeed, what does the next element do? Although it is blurred, it looks like it could be "XML pickup". How is it configured? The default is "Metadata alongside asset" but if there is never an asset the XML will keep waiting until it times out (the default is 15 minutes). More imp...