Search found 297 matches

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

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

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

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

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

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

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

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 549 times
by Terkelsen
Thu Nov 14, 2019 3:02 pm
Forum: Flows
Topic: Hold until variable number of files
Replies: 6
Views: 7642

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

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

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!
by Terkelsen
Mon Oct 14, 2019 9:04 am
Forum: Switch
Topic: EXIF Tools and spaces
Replies: 8
Views: 8850

Re: EXIF Tools and spaces

Hi Lasse,

Double quotes are not accepted and this -Creator=[Metadata.Text:Path="//field[tag='Fotograf']/value",Dataset="Submit",Model="XML"] "%1" still returns only the first name :?
by Terkelsen
Sun Oct 13, 2019 10:14 pm
Forum: Switch
Topic: EXIF Tools and spaces
Replies: 8
Views: 8850

Re: EXIF Tools and spaces

I'm not quite sure exactly where to place the single quotes, but I tried a lot of different possibilities and it returns either nothing at all or the first name with a single quote in front ('Peter).
by Terkelsen
Fri Oct 11, 2019 3:28 pm
Forum: Switch
Topic: EXIF Tools and spaces
Replies: 8
Views: 8850

EXIF Tools and spaces

I have a Switch flow with a Submit Point. I want to upload images and type the name of the photographer in a metadata field in the Submit Point. The image then go to an Execute Command element, where EXIFTool is used to put the name into the IPTC tag called "creator". If I type a photograp...
by Terkelsen
Thu Aug 08, 2019 10:33 am
Forum: Switch
Topic: Rename Job by Regular Expression
Replies: 1
Views: 3729

Re: Rename Job by Regular Expression

You must understand that Action 1 is carried out before Action 2. This means that Action 1 will change the name of "B412344_26.pdf" to "B412344_p006.pdf. When Action 2 is run, the first character after the underscore is no longer a digit (it's "p") and Action 2 will do nothi...
by Terkelsen
Tue Jul 30, 2019 12:19 pm
Forum: PitStop Pro
Topic: Preflight report, error + fix
Replies: 11
Views: 13720

Re: Preflight report, error + fix

I don't think it has to be that complicated. Just make an action list like this. Select all Check RGB color is not used for any object Remap Color (make sure to remap both RGB Space, CalRGB Space and ICC tagged space to CMYK) This will give you a report that logs the use of RGB as an error and the r...