On 11/21/12 8:38 PM, "Valter Viglietti - Frame Studio"
<
frame....@fastwebnet.it> wrote:
>Il giorno 21-11-2012 4:04, Bret Perry ha scritto:
>
>> Could probably be done with Applescript or Javascript - Did you check
>>out
>> InDesign Secrets or
http://in-tools.com/ ?
>
>I checked them and I googled "master page Remove all local overrides
>multiple pages", but found almost nothing selecting the pages (in the
>Pages panel), and then issuing the
>command.
>Maybe this is working in CS6 (or older), but not CS3.
Good man.
Hmph, working Not in CS5 either...
But this does!
Hope you are on a Mac, since I mainly do applescript.
But it is an easy script!
Copy this and paste it in applescript editor and save it as a script, or
download at
http://dl.dropbox.com/u/5111961/InDesign_Remove_overrides_all_pages.scpt
then add it to your InDesign scripts folder (scripts panel, choose the
User Folder, pick Reveal in Finder from the pull-down panel menu and move
it inside the Scripts Panel folder.
(YOURHARDDRIVET/Users/YOURUSERNAME/Library/Preferences/Adobe
InDesign/Version7.0 (OUR InDesignVERSION/en_US(YOUR
COUNTRY)/Scripts/Scripts Panel)
You can also modify it to override other items "Supported by the following
objects: form field, button, multi state object, movie, sound."
Then run it from the panel:
tell application "Adobe InDesign CS5" to set thepages to remove override
every page of document 1
If you're on a Windows PC, you'd need a Javascript, Maybe someone else
knows that well. I could take a stab...