Jump to content

Using AutoIT and Adobe InDesign


Recommended Posts

Before I go down this road, does anyone have a comment on using AutoIT to automate my actions in InDesign? Most of this is opening a 3 page template, drawing graphic boxes, and then importing PDFs into those boxes. Currently I work on a MAC and use an applescript I wrote to accomplish this. Will AutoIT be my solution on the PC? 

I also need to automate a plugin for InDesign called Smartstream. It was NOT scriptable on the MAC, but maybe I can automate it on the PC?

thanks in advance.

david

Link to comment
Share on other sites

hello davidk19380, welcome to AutoIt and to the forum!

first, it seems InDesign is natively scriptable, without external tools. have a look here:

http://help.adobe.com/en_US/indesign/cs/using/WS0836C26E-79F9-4c8f-8150-C36260164A87a.html

if that does not suit you, AutoIt can automate applications in several ways

1) using the application API if available.

2) simulating mouse clicks and keystrokes, combined with reading text from the application GUI if available.

3) manipulating files directly.

of course the 1st option is preferred.

how are you currently automating InDesign? is this "AppleScript" thing similar to one of the methods mentioned above?

please remember that AutoIt is a Windows scripting language (although with considerable capabilities under WINE for Linux and Mac). therefore most AutoIt users are Windows-oriented. you'll need to explain yourself better when introducing non-Windows environment needs.

following that thought, now for the "Smartstream" thingy - do provide some more details, like a brief explanation, or a screenshot with some pointers would be helpful.

Signature - my forum contributions:

Spoiler

UDF:

LFN - support for long file names (over 260 characters)

InputImpose - impose valid characters in an input control

TimeConvert - convert UTC to/from local time and/or reformat the string representation

AMF - accept multiple files from Windows Explorer context menu

DateDuration -  literal description of the difference between given dates

Apps:

Touch - set the "modified" timestamp of a file to current time

Show For Files - tray menu to show/hide files extensions, hidden & system files, and selection checkboxes

SPDiff - Single-Pane Text Diff

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...