Search found 8 matches
- Wed Dec 17, 2014 1:47 pm
- Forum: Applications
- Topic: Switch server sometimes crashes on acrobat configurator
- Replies: 2
- Views: 2737
Switch server sometimes crashes on acrobat configurator
Hello, Sometimes our switch server just stops working when he has to do something on the acrobat configurator. Is there anyone else having these problems? I have to reset the entire computer to get switch working again. The weird thing is that he takes off where he stopped like nothing happened. No ...
- Tue Sep 30, 2014 1:50 pm
- Forum: Applications
- Topic: Variable watermark script
- Replies: 1
- Views: 1872
Variable watermark script
In meanwhile I solved the problem. var doc = app.activeDocs[0]; var docName = app.activeDocs[0].info.Title; var p = "/Volumes/PPData/Switch_HF/Checklist_Output/Checklist/" + docName + ".pdf"; doc.addWatermarkFromFile({ cDIPath: p, bOnTop: false, bOnScreen: true, bOnPrint: true, n...
- Tue Sep 30, 2014 10:33 am
- Forum: Applications
- Topic: Variable watermark script
- Replies: 1
- Views: 1872
Variable watermark script
Hello, I'm trying to make a javascript that makes a variable watermark in acrobat depending on the filename. The watermark is a second pdf file that is generated somewhere else, but looks like the filename of the pdf where the watermark has to come. So filename is 276297-01_V01.1-R.pdf Watermark fil...
- Thu Feb 13, 2014 11:33 am
- Forum: Applications
- Topic: Adobe CC w/ Switch
- Replies: 10
- Views: 9076
Adobe CC w/ Switch
Thank you for the information, but I don't have Switch scripter module.
I do have the configuator module.
Is it possible to use it as a generic application?
How can I make this work?
Greets,
David
I do have the configuator module.
Is it possible to use it as a generic application?
How can I make this work?
Greets,
David
- Wed Feb 12, 2014 9:19 am
- Forum: Applications
- Topic: Adobe CC w/ Switch
- Replies: 10
- Views: 9076
Adobe CC w/ Switch
Hello, I have a short and simple script written in applescript that I want to use in enfocus Switch. Can someone help me with it? tell application "Adobe Illustrator" activate tell current document set resolution of raster effect settings to 300.0 save close end tell end tell Greets, David
- Tue Nov 05, 2013 3:11 pm
- Forum: Applications
- Topic: Adobe CC w/ Switch
- Replies: 10
- Views: 9076
Adobe CC w/ Switch
Hello,
Thank you for your answer.
I have one more question about it. Do we need the Switch scripter module to use a script in the Illustrator configuration?
Greets
Thank you for your answer.
I have one more question about it. Do we need the Switch scripter module to use a script in the Illustrator configuration?
Greets
- Wed Oct 23, 2013 3:35 pm
- Forum: Applications
- Topic: Adobe CC w/ Switch
- Replies: 10
- Views: 9076
Adobe CC w/ Switch
Hello,
Does anyone know if it will be possible to check fonts in the Adobe Illustrator CC configurator?
The Illustrator configurator now doesn't support this function.
Greets,
David
Does anyone know if it will be possible to check fonts in the Adobe Illustrator CC configurator?
The Illustrator configurator now doesn't support this function.
Greets,
David
- Thu Oct 03, 2013 2:14 pm
- Forum: Scripting
- Topic: Get dataset info into variables of applescript
- Replies: 1
- Views: 1297
Get dataset info into variables of applescript
Hello, I have a script that I want to use in switch. When I start a submit point, I will give two variables. How do I get the two variables from a dataset into my applescript. Script. tell application "Safari" open location "http://62.206.22.39/Homann/getpdf.php?jobid=000" & ...