Skip to main content
Known Participant
February 5, 2021
Answered

JS script instruction to set a spécific préference

  • February 5, 2021
  • 1 reply
  • 363 views

Hello,

For my Indesign server script, I search for the JS instruction to set the préference shown in the screen capture attached.

I search for a method or property on the application object but can't find it (https://www.indesignjs.de/extendscriptAPI/indesign-latest/#Application.html)

 

Please can some one help me ?

 

Vins.

This topic has been closed for replies.
Correct answer brian_p_dts
app.pasteboardPreferences.pasteboardMargins = ["3000mm","3000mm"];

1 reply

brian_p_dts
Community Expert
brian_p_dtsCommunity ExpertCorrect answer
Community Expert
February 5, 2021
app.pasteboardPreferences.pasteboardMargins = ["3000mm","3000mm"];
Vincent42Author
Known Participant
February 5, 2021

Magic it works, thanks a lot brianp311 , you saved my time !