Search found 300 matches

by Terkelsen
Tue Dec 02, 2014 2:28 pm
Forum: LEGACY scripting
Topic: InDesign Server to ignore auto recovery
Replies: 3
Views: 3511

InDesign Server to ignore auto recovery

Does anybody know if it is possible to have the configuratpr for InDesign Server run a script on "Open" that will suppress the auto-recovery of files?
by Terkelsen
Thu Oct 30, 2014 5:59 pm
Forum: Applications
Topic: Create InDesign Package
Replies: 6
Views: 15759

Create InDesign Package

I can confirm that this works just fine, Freddy. It even works with InDesign CC 2014 though this is not yet officially supported by Switch ;-) However CC 2014 adds the possibility of saving both idml and PDF together with everything else in a package. Can anybody help to add these features to the sc...
by Terkelsen
Tue Oct 28, 2014 9:03 am
Forum: Applications
Topic: Create InDesign Package
Replies: 6
Views: 15759

Create InDesign Package

I'm looking for a way to have the InDesign configurator create an InDesign package. I guess I'll need a script to be run by the configurator. Any help?
by Terkelsen
Mon May 26, 2014 12:45 pm
Forum: LEGACY scripting
Topic: InDesign Server vs. Desktop
Replies: 0
Views: 3946

InDesign Server vs. Desktop

When making JavaScripts there is apparently a few differences between InDesign Desktop And InDesign Server. I have the script below working in Switch with InDesign CC in the desktop-version. If I replace the desktop-version with InDesign Server and run the same script, Switch messages returns an err...
by Terkelsen
Fri May 16, 2014 8:14 pm
Forum: LEGACY scripting
Topic: How to output calculated value to txt
Replies: 6
Views: 5896

How to output calculated value to txt

Perfect, Dwight! That was it. Thank you.
by Terkelsen
Fri May 16, 2014 2:07 pm
Forum: LEGACY scripting
Topic: How to output calculated value to txt
Replies: 6
Views: 5896

How to output calculated value to txt

Hi Freddy and Dwight, Based on your previous posts I have created the following script in SwitchScripter: function jobArrived( s : Switch, job : Job ) { var textFile = new File(s.createPathWithName(job.getNameProper()+".txt")); textFile.open(File.WriteOnly); textFile.writeLine( job.getVari...
by Terkelsen
Thu May 15, 2014 9:55 pm
Forum: LEGACY scripting
Topic: How to output calculated value to txt
Replies: 6
Views: 5896

How to output calculated value to txt

Hi Freddy,



I have an almost similar need, where I want to output a text-file with information stored in the JobState.



Could a similar script be used to do that and if so, how do I call the information from JobState with the script?
by Terkelsen
Wed Apr 02, 2014 2:55 pm
Forum: Applications
Topic: Switch Logs Warnings in Photoshop
Replies: 5
Views: 8194

Switch Logs Warnings in Photoshop

I could easily live without the Quark scripting-thing, but when I trash that I just get another error in Switch when trying to use InDesign Server. The error is this: 01/04/14 16.40,Error,InDesign Server, "flow name",InDesign Server,0092Y,"File name",Script returned error: /tmp/S...
by Terkelsen
Wed Apr 02, 2014 9:05 am
Forum: PDF Creation
Topic: Create separate PDFs from mulitple InDesign Docs in one Job
Replies: 2
Views: 6891

Create separate PDFs from mulitple InDesign Docs in one Job

I could easily live without the Quark scripting-thing, but when I trash that I just get another error in Switch when trying to use InDesign Server. The error is this: 01/04/14 16.40,Error,InDesign Server, "flow name",InDesign Server,0092Y,"File name",Script returned error: /tmp/S...
by Terkelsen
Tue Apr 01, 2014 1:18 pm
Forum: Applications
Topic: Switch Logs Warnings in Photoshop
Replies: 5
Views: 8194

Switch Logs Warnings in Photoshop

I see the exact same error using InDesign Server with Switch 12 and in this case the files does not come through. I'm also on Mavericks with Switch 12.
by Terkelsen
Thu Jan 02, 2014 9:01 am
Forum: Flows
Topic: Rename using md5
Replies: 5
Views: 4910

Rename using md5

Hi Dwight

I've tested this on Mac OSX and it works just perfect.

For using it on Windows you suggest that I download and install "something like this" and then you supply a download link. The link refers to a PDF, an I'm not quite sure how I'm supposed to use that?
by Terkelsen
Tue Dec 31, 2013 3:24 pm
Forum: Flows
Topic: Rename using md5
Replies: 5
Views: 4910

Rename using md5

Hi Dwight,



You are right, that I'm usually on OSX but in this case I'm trying to help a costumer running Switch on Windows Server 2008. Do I understand you right that this makes a difference for the suggested script?
by Terkelsen
Mon Dec 30, 2013 2:19 pm
Forum: Flows
Topic: Rename using md5
Replies: 5
Views: 4910

Rename using md5

Does any of you have an idea on how to use the Rename-feature to rename a file using md5 conversion.
by Terkelsen
Wed Sep 25, 2013 7:06 pm
Forum: Flows
Topic: Send mail if folder is empty
Replies: 3
Views: 3987

Send mail if folder is empty

Works just fine :-) Thank you!
by Terkelsen
Wed Sep 25, 2013 5:45 pm
Forum: Flows
Topic: Send mail if folder is empty
Replies: 3
Views: 3987

Send mail if folder is empty

Thank you Freddy for that idea. I'll try it out and let you all know if I can get it working.