Search found 302 matches

by Terkelsen
Thu Feb 16, 2023 2:17 pm
Forum: PitStop Pro
Topic: Action
Replies: 7
Views: 3214

Re: Action

The action "If it looks black and convert to Black" will not work on this document since the blue text doesn't look black ;)
If you just want to convert all text to black a simple action like this will do that:
Skærmbillede 2023-02-16 kl. 14.14.24.png
Skærmbillede 2023-02-16 kl. 14.14.24.png (189.2 KiB) Viewed 2667 times
by Terkelsen
Thu Feb 16, 2023 2:01 pm
Forum: PitStop Pro
Topic: Remove a line of copy
Replies: 2
Views: 2576

Re: Remove a line of copy

I don't think you can use wildcards, but if the text you want to remove is written with a font and/or in a size that is not used for anything else in the dokument, you could use that information to select the text and remove the selection.
by Terkelsen
Wed Feb 15, 2023 2:25 pm
Forum: Flows
Topic: OpenAI
Replies: 18
Views: 321901

Re: OpenAI

@JimmyHartington. You just write a plain text telling Open AI what you want. In my example I have written the request in my own language, but fortunately we share that :) It makes no difference in what language you write your prompt and you can even use Hex Codes for the colors if you like. My promp...
by Terkelsen
Wed Feb 15, 2023 2:10 pm
Forum: Flows
Topic: OpenAI
Replies: 18
Views: 321901

Re: OpenAI

It really is a very usefull app :) I know nothing (almost) about HTML but I like the idea of being able to make Submit Points look better in Switch using HTML for the Display description. So I made this simple flow and used the variables from the Submit Point to ask Open AI to generate the HTML code...
by Terkelsen
Wed Aug 31, 2022 10:55 am
Forum: Flows
Topic: Attach Hierarchy Info
Replies: 2
Views: 2805

Re: Attach Hierarchy Info

Could it be, that your Archive Hierarchy subfolder level is still set to the default of 1?
by Terkelsen
Tue Jul 12, 2022 3:39 pm
Forum: PitStop Server
Topic: Problem with Pitstop Server CMM
Replies: 3
Views: 8487

Re: Problem with Pitstop Server CMM

If you add "Overwrite Color Management Settings" to your action list, I'm pretty sure that will overwrite the settings in the configurator. I haven't tested thoug.
by Terkelsen
Tue Jul 12, 2022 3:34 pm
Forum: PitStop Pro
Topic: Copy hyperlinks
Replies: 9
Views: 5939

Re: Copy hyperlinks

I ended up solving this with a combination of PitStop Server and Switch. Copies of the spread are handled with two different action. One that set the page boxes to the left half and one that set them to the right half. Afterwards the left and the right pages are assembled and merged back to on singl...
by Terkelsen
Tue May 10, 2022 10:06 am
Forum: PitStop Pro
Topic: Copy hyperlinks
Replies: 9
Views: 5939

Re: Copy hyperlinks

Hmm, I see, but that doesn't solve my current challenge.

I have a spread that contains hyperlinks on the right side of the spread. I need to split the spread in single pages, but when I do that the hyperlinks are still on the empty right side of page one. :(
by Terkelsen
Tue May 10, 2022 9:39 am
Forum: PitStop Pro
Topic: Copy hyperlinks
Replies: 9
Views: 5939

Re: Copy hyperlinks

That's my experience as well. I'm just wondering what the "Select external hyperlink annotations" does if it doesn't select external hyperlink annotations :roll: :roll:
by Terkelsen
Tue May 10, 2022 8:43 am
Forum: PitStop Pro
Topic: Copy hyperlinks
Replies: 9
Views: 5939

Copy hyperlinks

I'm trying to make an action, that will copy a hyperlink form one page and paste on to another page. Apparently the action "Select external hyperlink annotation" doesn't select anything? Does anyone have experience with this?
by Terkelsen
Wed Dec 22, 2021 8:55 am
Forum: LEGACY scripting
Topic: Import variables in Illustrator
Replies: 2
Views: 6544

Re: Import variables in Illustrator

485 views but 0 replies :? Well, I found help elsewhere so here is the solution if anybody else would need it: main(); //------------- MAIN CLOSURE ----------------------------- //-------------------------------------------------------- function main() { var document = app.activeDocument; var dataFi...
by Terkelsen
Mon Dec 13, 2021 9:20 am
Forum: LEGACY scripting
Topic: Import variables in Illustrator
Replies: 2
Views: 6544

Import variables in Illustrator

I'm in need of a script to import a xml as variables in Illustrators variables panel.

I have the correct formatted XML and it works as expected when importing manually. I would like to automate this through Switch, which is why I'm looking for at script that can do this.

Anyone?
by Terkelsen
Thu Jul 01, 2021 5:06 pm
Forum: Flows
Topic: Add data to the description metadata of a pdf
Replies: 22
Views: 20201

Re: Add data to the description metadata of a pdf

Jimmy, that was exactly what I pointed out in my earlier question. The XMP Update doesn't seem to accept variables although you are able to select variables!??
by Terkelsen
Thu Jul 01, 2021 1:07 pm
Forum: Flows
Topic: Add data to the description metadata of a pdf
Replies: 22
Views: 20201

Re: Add data to the description metadata of a pdf

Freddy, an additional question to the Update XMP. If you update an XMP-field it will remove the existing info and replace it with the new info. I have tried to use the existing info in the XMP-field as a variable and then add a new information in order to keep the former information along with the n...
by Terkelsen
Thu Jul 01, 2021 10:50 am
Forum: Flows
Topic: Add data to the description metadata of a pdf
Replies: 22
Views: 20201

Re: Add data to the description metadata of a pdf

Hi Jimmy,

Have you tried to use the XMP Inject object and set "XMP location path" to "dc:description"?