Copy link to clipboard
Copied
Has anyone been able to create a multiple page document and then change page sizes of diff pages to custom page sizes.
Its a new feature in CS5 but nothing in scripting that lets you do that?
TIA!
Pawan
Copy link to clipboard
Copied
hello.
to change page size, create the transformationMatrix and use transform( ) method to PageObject.
here is sample script
[InDesign CS5]違うページサイズを制御するスクリプトメモ | diary NET. 1.2mg
thanks
よろしく
mg
Copy link to clipboard
Copied
You don't need transformationMatrixes.
You can use page.resize()...
Harbs