Reply To: How to change a spread's page width?

#12343208

Well, I have found the solution in http://www.indesignjs.de object model:

doc.spreads[0].pages[2].adjustLayout({width:’60mm’ , rightMargin:’0′ , leftMargin: ‘0’});

being doc the active document. By the way, I adjust the left and right margins.

This article was last modified on March 10, 2020

Comments (0)

Loading comments...