document.marginPreferences fails (at least on Mac0S)
with (doc = app.documents.add()){
with (marginPreferences){
top = 10;
left = 10;
bottom = 10;
right = 10;
}
}
Results: margins are not set
Expected: margins set
1
vote
jon@StewartDesign.studio
shared this idea
-
jon@StewartDesign.studio commented
Workaround is to loop through every page and set margins using page object.