Answered
Fit Frame to Content
Pls Help! how can I make a all textframe <fit frame to content> over entire document which had many pages?
Pls Help! how can I make a all textframe <fit frame to content> over entire document which had many pages?
That would be this javascript:
app.activeDocument.textFrames.everyItem().fit(FitOptions.FRAME_TO_CONTENT);
The number of pages doesn't matter -- applying the everyItem function on the document picks up every single text frame.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.