Search found 21 matches

by flussidicaio
Wed Feb 23, 2022 4:21 pm
Forum: Node.js scripting
Topic: npm install packages
Replies: 2
Views: 1827

Re: npm install packages

OK I adapt
Thanks for the answer.
by flussidicaio
Mon Feb 21, 2022 7:47 pm
Forum: Node.js scripting
Topic: npm install packages
Replies: 2
Views: 1827

npm install packages

A stupid question but I can't find an answer:
Where should you install the npm packages so that they are used by all scripts?
by flussidicaio
Wed Mar 17, 2021 4:01 pm
Forum: Applications
Topic: Ai file loses color profile after processing.
Replies: 13
Views: 16305

Re: Ai file loses color profile after processing.

Code: Select all

$outfiles.push($infile);
Yesss, this line is what I need....
it was easy to see it now :oops:
Tank you!!
by flussidicaio
Sat Feb 27, 2021 5:26 pm
Forum: Applications
Topic: Ai file loses color profile after processing.
Replies: 13
Views: 16305

Re: Ai file loses color profile after processing.

...just use an empty script file. I think this qualifies for the epithet "Easiest script ever!" :lol: :shock: an empty script?! too hard for me I couldn't get it PLEASE look at my tests, i tried different cases: 1) SWITCH PROPERTY ARE: a) open: automatic b) command: none c) save as: empty...
by flussidicaio
Thu Feb 25, 2021 11:01 pm
Forum: Applications
Topic: Ai file loses color profile after processing.
Replies: 13
Views: 16305

Re: Ai file loses color profile after processing.

freddyp wrote: Thu Feb 25, 2021 8:43 am It is the SaveOptions variable that is not defined. Add the line:

Code: Select all

 var SaveOptions = new IllustratorSaveOptions();
Does not work... the same error return.. :cry:
by flussidicaio
Thu Feb 25, 2021 12:56 am
Forum: Applications
Topic: Ai file loses color profile after processing.
Replies: 13
Views: 16305

Re: Ai file loses color profile after processing.

$doc.close( SaveOptions.DONOTSAVECHANGES ); HI, I have the same need I used "$doc.close(SaveOption.DONOTSAVECHANGES)" in the "Save as" script but does not work. this is my script: var $outfiles= []; var $jobfolder = $arg1 try { $doc.close(SaveOptions.DONOTSAVECHANGES) $outfiles....
by flussidicaio
Fri Feb 12, 2021 4:31 pm
Forum: Flows
Topic: submit point -dependencies
Replies: 8
Views: 7698

Re: submit point -dependencies

Do Switch implement the user's selection in the submit point's options in the future?
by flussidicaio
Tue Sep 01, 2020 3:17 pm
Forum: LEGACY scripting
Topic: embedded Metadata
Replies: 2
Views: 3803

Re: embedded Metadata

in the old job ticket file (.ijt) there was the "datasets" xml node containing the list of embedded datasets <Datasets> <DatasetEntry DatasetName="Submit" FileName="0Z6QL001.xml" Type="XML"/> <DatasetEntry DatasetName="com.enfocus.PitStopServer.cli-config...
by flussidicaio
Wed Aug 26, 2020 11:06 am
Forum: LEGACY scripting
Topic: embedded Metadata
Replies: 2
Views: 3803

embedded Metadata

Hi,
Until Switch 2018 in the job ticket you could find the list of embedded metadata. Now you can't anymore.
does anyone know where the list went?
by flussidicaio
Mon Oct 21, 2019 3:03 pm
Forum: LEGACY scripting
Topic: activeFonts
Replies: 0
Views: 8981

activeFonts

HI, I'm trying to use "activefonts" function reading the manual seems very simple: activateFonts( targetPath : String ) "Activates the fonts residing in this job folder by copying them to the specified target location. The target path specifies the folder in which the fonts will be co...
by flussidicaio
Fri Mar 08, 2019 4:15 pm
Forum: LEGACY scripting
Topic: PitStop action lists via script
Replies: 16
Views: 21991

Re: PitStop action lists via script

YES
this works
I had tried join(',') And join(';') and it did not work. So I became discouraged

thanks to you and to all those who are interested in my problem ...
by flussidicaio
Fri Mar 08, 2019 1:37 pm
Forum: LEGACY scripting
Topic: PitStop action lists via script
Replies: 16
Views: 21991

Re: PitStop action lists via script

it's inconvenient because every new action needs to be loaded into PitStop Server and then inserted into the preflight instead of being easily copied to a shared folder without acting on the workflow configurator....
by flussidicaio
Thu Mar 07, 2019 3:49 pm
Forum: LEGACY scripting
Topic: PitStop action lists via script
Replies: 16
Views: 21991

Re: PitStop action lists via script

For now the best solution is to abandon the idea of using a shared folder and load all the actions in a smart prefligth. Then enable via script all action the file requires
by flussidicaio
Thu Mar 07, 2019 3:17 pm
Forum: LEGACY scripting
Topic: PitStop action lists via script
Replies: 16
Views: 21991

Re: PitStop action lists via script

I would not use sequential PitStop elements, also because the number is not predefined.
My first post asked:
Does anyone know if you can select many actions via script?
by flussidicaio
Thu Mar 07, 2019 2:54 pm
Forum: LEGACY scripting
Topic: PitStop action lists via script
Replies: 16
Views: 21991

Re: PitStop action lists via script

Yes but,
how can I select more than one?