Skip to main content
Inspiring
August 16, 2023
Answered

Synchronize book from script

  • August 16, 2023
  • 1 reply
  • 390 views

Hi, I was wondering if there is a way to perform "Synchronize Book" action using extendscript?

This topic has been closed for replies.
Correct answer Peter Kahrel

You can set what to synchronise with various options, then trigger the synchronisation using myBook.synchronize()

See https://www.indesignjs.de/extendscriptAPI/indesign-latest/#Book.html

 

1 reply

Peter Kahrel
Community Expert
Peter KahrelCommunity ExpertCorrect answer
Community Expert
August 16, 2023

You can set what to synchronise with various options, then trigger the synchronisation using myBook.synchronize()

See https://www.indesignjs.de/extendscriptAPI/indesign-latest/#Book.html

 

Inspiring
August 16, 2023

Thank you, Sensei 🙏