Preface: I'm a graphic design and know very little about coding. For a project I'm working on I have to produce over 200 InDesign documents, with different names, widths and heights.
This is what I need the script to do:
- Make a new document in InDesign
- Take the document name, page height, page width data from excel spreadsheet
- Make new frame (w: width of the page h: height of the page+ 40mm)
- Center the frame to the page
- Place a specific .tif inside the frame
- Align bottom of the image to the centre bottom of the frame
- Save the file in the selected folder
- Select data from next row down in the excel file
- Repeat
I'm a complete beginner, but I'd like to write this program and learn as I go.
Any advice or direction as to how I could write this would be great!
Thanks!