Search found 302 matches

by Terkelsen
Mon Jan 20, 2020 4:01 pm
Forum: Flows
Topic: Converting HEIC to JPG
Replies: 4
Views: 5253

Converting HEIC to JPG

I wanted to make a simple flow, that could use Photoshop 2020 to convert HEIC (from iPhone) to JPG. The file opens fine, if I open it from Photoshop. However, if I send the HEIC file to the Photoshop configurator from within Switch, I get this error: "_0297L_IMG_8543.HEIC': the job file type is...
by Terkelsen
Fri Jan 10, 2020 1:09 pm
Forum: LEGACY scripting
Topic: Can I pass this Illustrator dialog?
Replies: 7
Views: 9414

Re: Can I pass this Illustrator dialog?

Pitstop has an action called "Remove all Pieceinfo". Dosen't that solve the problem?
by Terkelsen
Thu Dec 12, 2019 1:20 pm
Forum: Flows
Topic: Resend job after 24 hours IF job still exists
Replies: 4
Views: 5529

Re: Resend job after 24 hours IF job still exists

I think you should have a look at the free "Folder Apps" from the Enfocus App Store https://www.enfocus.com/en/appstore/product/folder-apps . One of the configurators called "Hot Folder Monitor" will allow you to scan a specific folder at defined intervals (could be 84400 seconds...
by Terkelsen
Thu Dec 12, 2019 12:53 pm
Forum: Switch
Topic: Switch Fall Edition 2019
Replies: 9
Views: 11692

Re: Switch Fall Edition 2019

Lasse, it might just be because your browser is blocking pop-up windows.
by Terkelsen
Tue Dec 03, 2019 2:15 pm
Forum: Flows
Topic: Retreive info with ImageMagick
Replies: 3
Views: 4637

Re: Retreive info with ImageMagick

:lol: Thanks!
by Terkelsen
Tue Dec 03, 2019 11:55 am
Forum: Flows
Topic: Retreive info with ImageMagick
Replies: 3
Views: 4637

Retreive info with ImageMagick

I have been using ImageMagick for different conversions in Switch, and that works great. However, now I only need to retrieve some information about the images in order to sort them in Switch. I'm trying to use "Identify -verbose" as the command for this, but how can I pick up the info tha...
by Terkelsen
Fri Nov 29, 2019 4:44 pm
Forum: Flows
Topic: Select all text in a document and change its color
Replies: 2
Views: 3745

Re: Select all text in a document and change its color

Yes, you can and it's really easy. Make an action like this:

Select all
Select text segments
Remap color

In the Remap color options click Add and remap RGB 0,0,0 to CMYK 0,0,0,100. You might even want to remap from a color range like RGB values between 0 and 5.
by Terkelsen
Fri Nov 15, 2019 5:39 pm
Forum: Flows
Topic: Hold until variable number of files
Replies: 6
Views: 7727

Re: Hold until variable number of files

Update. A good friend wrote me a script to use as Release condition in the Hold element, and that works perfect ;)
by Terkelsen
Fri Nov 15, 2019 10:04 am
Forum: PitStop Server
Topic: Change Document Name in %Current Document Name%
Replies: 1
Views: 4322

Re: Change Document Name in %Current Document Name%

If you are embedding the fonts via a preflight and adding the name via an action the action will always be carried out before the preflight is done. If you use an action to embed the fonts you can make sure that this is done before you run the action, that adds the name.
by Terkelsen
Fri Nov 15, 2019 9:46 am
Forum: Flows
Topic: Hold until variable number of files
Replies: 6
Views: 7727

Re: Hold until variable number of files

Thank you for the suggestion, Essexmate. That is a different approach to place the Excel file in the folder right from the beginning and then move everything when the number of files is reached. However, I see three problems with that solution. In this case we are talking about several thousands of ...
by Terkelsen
Thu Nov 14, 2019 4:26 pm
Forum: Flows
Topic: Hold until variable number of files
Replies: 6
Views: 7727

Re: Hold until variable number of files

But Jan, that only allows me to set a maximum number as opposed to a minimum number of files and it only allows a fixed number, not a variable.
by Terkelsen
Thu Nov 14, 2019 4:20 pm
Forum: Action Lists
Topic: double sided banner action
Replies: 1
Views: 3879

Re: double sided banner action

I have slightly modified this action, that I made to add 10 cm to the bottom of a RoolUp. Not sure if that does, what you are asking for.
Doublesided.eal.zip
(4.07 KiB) Downloaded 574 times
by Terkelsen
Thu Nov 14, 2019 3:02 pm
Forum: Flows
Topic: Hold until variable number of files
Replies: 6
Views: 7727

Hold until variable number of files

I'm searching for a way to hold a file until the destination folder holds a variable number of files. The variable number can be found as metadata in the file to be released. To be more specific. A CSV file is coming into the flow. I'm counting the number of rows in that CSV file and writing it into...
by Terkelsen
Mon Oct 14, 2019 11:19 am
Forum: Switch
Topic: EXIF Tools and spaces
Replies: 8
Views: 8937

Re: EXIF Tools and spaces

And thank you, Lasse, for the tip about using the tag rather than the filed-list. That makes it a lot easier when rearranging the metadata fields in the Submit point :)
by Terkelsen
Mon Oct 14, 2019 11:00 am
Forum: Switch
Topic: EXIF Tools and spaces
Replies: 8
Views: 8937

Re: EXIF Tools and spaces

I kind of expected the solution to come from you, Jan :) Thanks a lot. Actually the problem was not only spaces but also special characters like the Danish æ, ø and å, but this solutions solves it all. It works perfect!