Copy link to clipboard
Copied
hiii
How can I change the page width of an indesign document using vb or js?
Please help
Thank U
Copy link to clipboard
Copied
Hi,
Use this ...
app.activeDocument.documentPreferences.pageWidth = 200;
app.activeDocument.documentPreferences.pageHeight = 200;
Regards
Copy link to clipboard
Copied
I dnt want to set any width, that is already done.
I want to add some values to the pagewidth.
When I am doing it the page width is increasing visibly but the new value is not showing in document setup.
What is wrong?
I m using tranformationmatrix
Please help
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more