Search found 39 matches
- Thu Dec 03, 2015 2:21 pm
- Forum: Scripting
- Topic: PDF export-script to include metadata
- Replies: 4
- Views: 3451
Re: PDF export-script to include metadata
There are a bunch of standard variables that you can use in an InDesign script that will reference Switch variables - take a look at the switch manual for those. Active document is referenced by using $doc The way to export whatever you want is to use a separate script for just the export functional...
- Wed Dec 02, 2015 2:43 pm
- Forum: Scripting
- Topic: Jobs inside a job?
- Replies: 1
- Views: 1800
Jobs inside a job?
It's not a big deal, but I'm having to grab the same data over and over again, and losing it when I reassemble ( I'm reassembling to get job counts to pass or fail the jobs ). It would be helpful to be able to clip the first prefix off of the inside jobs after disassembly to resume the original job ...
- Sun Mar 22, 2015 3:21 pm
- Forum: Scripting
- Topic: Switch and InDesign - moving files out
- Replies: 5
- Views: 4296
Re: Switch and InDesign - moving files out
I've answered my own questions here, so I'll share what I've learned: 1. Yes, I split up the two scripts - the main imposition script is on the open command and the save and export script is on the save command. 2. I could see an alternative to NOT looping, so now I just dismantle the job up stream ...
- Fri Mar 20, 2015 3:25 am
- Forum: Scripting
- Topic: Switch and InDesign - moving files out
- Replies: 5
- Views: 4296
Re: Switch and InDesign - moving files out
Great thanks! A few more follow up questions... 1. This entire script is current attached to the open command - so I should split these up into to different scripts is what you are saying? I've read something about doing this and using the $infile variable... Would this be necessary? 2. Right now th...
- Wed Mar 18, 2015 11:27 pm
- Forum: Scripting
- Topic: Switch and InDesign - moving files out
- Replies: 5
- Views: 4296
Switch and InDesign - moving files out
I've got a script that does some imposition with InDesign and I want to save the Indesign document, the images that were imposed (these were from the incoming connection) and the PDF that I'm outputting - I'd like all this to leave through the outgoing connection to the script. I'm having difficulty...
- Sat Mar 07, 2015 3:18 pm
- Forum: Scripting
- Topic: Getting Switch to activate script based on content of a folder
- Replies: 3
- Views: 1881
Re: Getting Switch to activate script based on content of a folder
What about sorting based on folder contents, then have your script downstream?
- Fri Mar 06, 2015 3:25 pm
- Forum: Scripting
- Topic: Finding Image Resolution
- Replies: 1
- Views: 1522
Re: Finding Image Resolution
Nevermind - answered my own question:
[Image.XResolution]
[Image.XResolution]
- Fri Mar 06, 2015 2:12 pm
- Forum: Scripting
- Topic: Finding Image Resolution
- Replies: 1
- Views: 1522
Finding Image Resolution
Looks like in the built in variables there's everything BUT image resolution, ie: 300DPI - I see pixel dimension, but not image resolution. I need this to calculate the print size of an image. Its easy enough to get this info using command line utility identify, but how to get that info out and usab...
- Thu Mar 05, 2015 5:59 pm
- Forum: Scripting
- Topic: Filename character limit - Mac OS
- Replies: 2
- Views: 3369
Filename character limit - Mac OS
I know there's a limit within Switch that is less than Mac OS - would like to know the official number...
- Fri Feb 27, 2015 12:52 am
- Forum: Scripting
- Topic: Converting from .jsx to .sscript for InDesign Script
- Replies: 9
- Views: 6027
Re: Converting from .jsx to .sscript for InDesign Script
Freddy, Thanks - the docs can be a little on the light side sometimes and I always work better from example, which I have a few. The only benefit to using the sscript file would just be the ability to bring in more data, as you are limited to just 5 or 6 arguments. But i think by creating an array t...
- Wed Feb 25, 2015 6:37 pm
- Forum: Scripting
- Topic: Converting from .jsx to .sscript for InDesign Script
- Replies: 9
- Views: 6027
Re: Converting from .jsx to .sscript for InDesign Script
So, for instance, I could retrieve private data from within the jsx script, just as I would in a sscript?
- Wed Feb 25, 2015 6:36 pm
- Forum: Scripting
- Topic: Simple Preflighting
- Replies: 6
- Views: 4146
Re: Simple Preflighting
Thanks ya'll...
- Wed Feb 25, 2015 3:49 pm
- Forum: Scripting
- Topic: Converting from .jsx to .sscript for InDesign Script
- Replies: 9
- Views: 6027
Re: Converting from .jsx to .sscript for InDesign Script
Yes, I got it. So are the "arguments" the only way to get Switch variables into a .jsx script for use?
- Wed Feb 25, 2015 12:49 pm
- Forum: Scripting
- Topic: Converting from .jsx to .sscript for InDesign Script
- Replies: 9
- Views: 6027
Re: Converting from .jsx to .sscript for InDesign Script
i keep no secret of my ineptitude of switch and programming, and while yes, you cannot control system functions with javascript (prior to yosemite anyway), can you not use a .sscript file as your script for a configurator script instead of a .jsx? As to take advantage of the built in switch function...
- Wed Feb 25, 2015 4:25 am
- Forum: Scripting
- Topic: Simple Preflighting
- Replies: 6
- Views: 4146
Re: Simple Preflighting
I don't have Pitstop - is that what you are referring about when you say "profile"?