Skip to main content
Participant
June 21, 2021
Question

Automator: Automatically open indesign, relink PDF and save when file is added to folder

  • June 21, 2021
  • 1 reply
  • 680 views

Hi, 

 

Is it possible to create an Automator script that runs whenever a file is added to a specific folder and whenever that happens it would duplicate specific InDesign file, automatically relink PDF file in that document to the one that was placed into the folder and save it?

 

I currently manually relink PDFs with same layout, but slightly different content into a duplicate indesign files, but it is quite a long process when I have to do it manually, that's why I was wondering if it's possible to have it done in background whenever I place new PDF to that folder.

 

Thank you for any help or advice

This topic has been closed for replies.

1 reply

brian_p_dts
Community Expert
Community Expert
June 22, 2021

Sure, it's possible. You can either write the InDesign automation in Applescript and run that through automator, or write it in jsx and pass the jsx as a string to the automator script that's you then call with "do javascript 'arg'". You'd set the autamator up as a folder action