Search found 1009 matches

by freddyp
Mon Mar 18, 2024 9:07 am
Forum: Applications
Topic: Illustrator script arguments and variables
Replies: 2
Views: 103

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

Re: Automate mail list processing

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

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

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

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

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...
by freddyp
Tue Feb 27, 2024 8:26 am
Forum: PitStop Server
Topic: Unknown character in content stream
Replies: 5
Views: 1743

Re: Unknown character in content stream

There is an Action "Consolidate fonts". That sounds like it could help.

Not all rips like lots of line-art so it may not be feasible, but outlining all text is also a possible approach worth investigating.
by freddyp
Fri Feb 23, 2024 11:28 am
Forum: Flows
Topic: Pack / Unpack Job Elements failing?
Replies: 4
Views: 314

Re: Pack / Unpack Job Elements failing?

Can you please share one of the packed jobs?
by freddyp
Wed Feb 14, 2024 9:24 am
Forum: Flows
Topic: Milestone
Replies: 4
Views: 192

Milestone

I am proud to announce a (small) milestone in my career of 13 years at Enfocus. It is almost literally a milestone: the etymological roots of the word lie in the Latin word mille which means 1,000 and this is my 1,000th post on the forum. It is not my last!
by freddyp
Wed Feb 14, 2024 9:21 am
Forum: Flows
Topic: Rename job object/regex renaming question
Replies: 3
Views: 211

Re: Rename job object/regex renaming question

Here is a flow with a solution:
Rename regex.sflow.zip
(19.35 KiB) Downloaded 12 times
by freddyp
Tue Feb 13, 2024 3:53 pm
Forum: PitStop Pro
Topic: Thumbnail in the seem of the banner
Replies: 13
Views: 642

Re: Thumbnail in the seem of the banner

"Rasterize selection" can indeed easily fail on complete pages because of overprint restrictions. For creating thumbnails that is not really an issue, so look at the settings of "Rasterize selection" and make sure to check "Force into single image". See if that helps.
by freddyp
Tue Feb 13, 2024 1:46 pm
Forum: Flows
Topic: HTTP POST a body
Replies: 6
Views: 260

Re: HTTP POST a body

Ah, right. Cookies. Probably in combination with redirects. You can check that if you deactivate following redirects in Postman (in the Settings of the request). What I think you are going to see is not a 200 status code but a 3xx and in the response headers you will find that cookie. If that is the...
by freddyp
Tue Feb 13, 2024 9:10 am
Forum: Flows
Topic: HTTP POST a body
Replies: 6
Views: 260

Re: HTTP POST a body

"POST a body" with "Body content - Input job" and "POST" with "Attached file - [Job.Path]" do the same thing. It is common for web services that work with tokens to expect the token in one of the headers. There is a token in your JSON but that is perhaps not e...
by freddyp
Tue Feb 13, 2024 9:03 am
Forum: Flows
Topic: Rename job object/regex renaming question
Replies: 3
Views: 211

Re: Rename job object/regex renaming question

In the "Search and replace" action of "Rename job" you choose a private data key, say "search", for the "Search for" property and another private data key named "replace" (perhaps?) for the "Replace by" property. That makes the rename easy,...
by freddyp
Tue Feb 13, 2024 8:37 am
Forum: PitStop Pro
Topic: Thumbnail in the seem of the banner
Replies: 13
Views: 642

Re: Thumbnail in the seem of the banner

Look at the action list I posted: "Scale selection", not "Scale page content" + "Scale page boxes". In the "Scale selection" action you can do the fixed size scaling you want. Doing it this way will further simplify your action list. Now you add a page where y...