Hi,
I solved it using a preflight inside acrobat launched from Switch
Search found 23 matches
- Mon Sep 23, 2024 3:32 pm
- Forum: PitStop Server
- Topic: private data from another applications
- Replies: 3
- Views: 12963
- Thu Sep 12, 2024 5:53 pm
- Forum: PitStop Server
- Topic: private data from another applications
- Replies: 3
- Views: 12963
private data from another applications
Hi,
is there somethings like this?
I can't find an action that removes "private data from another applications" like the related preflight command that is present in acrobat.is there somethings like this?
- Wed Feb 23, 2022 4:21 pm
- Forum: Node.js scripting
- Topic: npm install packages
- Replies: 2
- Views: 4246
Re: npm install packages
OK I adapt
Thanks for the answer.
Thanks for the answer.
- Mon Feb 21, 2022 7:47 pm
- Forum: Node.js scripting
- Topic: npm install packages
- Replies: 2
- Views: 4246
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?
Where should you install the npm packages so that they are used by all scripts?
- Wed Mar 17, 2021 4:01 pm
- Forum: Applications
- Topic: Ai file loses color profile after processing.
- Replies: 13
- Views: 26851
Re: Ai file loses color profile after processing.
Code: Select all
$outfiles.push($infile);
it was easy to see it now

Tank you!!
- Sat Feb 27, 2021 5:26 pm
- Forum: Applications
- Topic: Ai file loses color profile after processing.
- Replies: 13
- Views: 26851
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...
- Thu Feb 25, 2021 11:01 pm
- Forum: Applications
- Topic: Ai file loses color profile after processing.
- Replies: 13
- Views: 26851
Re: Ai file loses color profile after processing.
Does not work... the same error return..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();

- Thu Feb 25, 2021 12:56 am
- Forum: Applications
- Topic: Ai file loses color profile after processing.
- Replies: 13
- Views: 26851
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....
- Fri Feb 12, 2021 4:31 pm
- Forum: Flows
- Topic: submit point -dependencies
- Replies: 8
- Views: 10991
Re: submit point -dependencies
Do Switch implement the user's selection in the submit point's options in the future?
- Tue Sep 01, 2020 3:17 pm
- Forum: LEGACY scripting
- Topic: embedded Metadata
- Replies: 2
- Views: 6114
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...
- Wed Aug 26, 2020 11:06 am
- Forum: LEGACY scripting
- Topic: embedded Metadata
- Replies: 2
- Views: 6114
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?
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?
- Mon Oct 21, 2019 3:03 pm
- Forum: LEGACY scripting
- Topic: activeFonts
- Replies: 0
- Views: 11432
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...
- Fri Mar 08, 2019 4:15 pm
- Forum: LEGACY scripting
- Topic: PitStop action lists via script
- Replies: 16
- Views: 32475
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 ...
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 ...
- Fri Mar 08, 2019 1:37 pm
- Forum: LEGACY scripting
- Topic: PitStop action lists via script
- Replies: 16
- Views: 32475
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....
- Thu Mar 07, 2019 3:49 pm
- Forum: LEGACY scripting
- Topic: PitStop action lists via script
- Replies: 16
- Views: 32475
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