[Date Prev][Date Next]
[Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[New search]
To: "Framers2" <framers@xxxxxxxxx>, "Framers1" <Framers@xxxxxxxxxxxxxx>, "Bernard Aschwanden" <bpa@xxxxxxxxxxxxxxxx>
Subject: Re: Importing Zoom settings
From: "Rick Quatro" <frameexpert@xxxxxxxxxxxxxx>
Date: Wed, 16 Jun 1999 10:24:03 -0400
Sender: owner-framers@xxxxxxxxx
Here is a FrameScript script that will change the zoom settings to 150% for all of the files in your book. To run the script, you must have FrameScript for Windows (www.FrameTools.com, $149US). You can also change other settings, such as viewing text symbols, etc. Loop ForEach (BookComponent) In(ActiveBook) LoopVar(vComponent) Open Document File(vComponent.Name) NewVar(vDocument); Set vDocument.Zoom = 1.5; Save Document DocObject(vDocument); Close Document DocObject(vDocument); EndLoop >Does anyone have a quick way to change the zoom for a set of documents. I >have a bunch of files which are at 120% zoom. I would like to take the >entire book (about 80 files) changed to 150%. > >Short of opening and zooming in, is there another way that anyone knows of. > >Thanks in advance, > >Bernard Aschwanden > > > >_________________________________________________________________________ > (un)subscribe send an email to majordomo@FrameUsers.com with subject of: > Subscribe: subscribe Framers Unsubscribe: unsubscribe Framers > subscribe digest Framers unsubscribe Framers > > 1999 FrameUsers Conference: http://www.FrameUsers.com/conference/ > Dr. John Warnock Keynote on Adobe and the Future of FrameMaker >_________________________________________________________________________ ** To unsubscribe, send a message to majordomo@omsys.com ** ** with "unsubscribe framers" (no quotes) in the body. **