jon@StewartDesign.studio
My feedback
3 results found
-
5 votes
Fix for this issue is now available in the latest release of InDesign 2023 - that is, InDesign 18.1 version.
Please update to this version of InDesign to get the fix.
--
Adobe InDesign team
jon@StewartDesign.studio
supported this idea
·
-
1 vote
An error occurred while saving the comment
jon@StewartDesign.studio
shared this idea
·
-
1 vote
An error occurred while saving the comment
jon@StewartDesign.studio
commented
A cluggy workaround is to use page.move() but that involves shuffling pages in front/back of each other to get them 0 aligned in the correct order:
// move all pages next to each other on same spread
pgSpine.move(LocationOptions.AT_END,pgBack.parent);
pgFront.move(LocationOptions.AT_END,pgBack.parent);
jon@StewartDesign.studio
shared this idea
·
Workaround is to loop through every page and set margins using page object.