UVSAR

Supporting Higher Standards

UVSAR provides expert support for businesses and public agencies involved with height safety, technical and confined space rescue and risk management. This site utilises Flash 8.

Creative Commons License

InDesignFixups : A script for Adobe Acrobat


screen shot

When you export a PDF from Adobe InDesign and choose the "Create Acrobat Layers" option, the resulting PDF file contains all the layers from your INDD document, placed in a "nest" structure with the document filename as the heading. Along with the layers you have created in your document, InDesign always adds the "Guides and Grids" layer, even though there is usually nothing in it.

It's not possible to remove this enforced layer structure with the user interface OCG tools in Adobe Acrobat - so we have written a small Acrobat JavaScript that performs two (hopefully-useful!) functions:

The script is made available via Creative Commons Share-alike, so you can use it and modify it for personal and commercial purposes provided you do not resell the script itself as a commercial product. It works with Acrobat 8 and 9 on all platforms; an update for Acrobat 10 will be issued when it's released.

Click here to download (2kb ZIP)

The script, when installed, adds a submenu called "InDesign Fixups" to the Advanced/Document Processing menu item.

To install the script, open the ZIP file from the link above and extract the .js file into your Acrobat JavaScript folder, which on Windows is usually found at:

/Program Files/Adobe/Acrobat 9.0/Acrobat/JavaScripts

or on a 64-bit machine, at:

/Program Files(x86)/Adobe/Acrobat 9.0/Acrobat/JavaScripts

If you want to check where the folder is on your computer (for all operating systems), open Acrobat and press CMD-J or Ctrl-J to open the console, type

app.getPath("app","javascript")

and press CMD-Enter or Ctrl-Enter. The path to use will be shown in the console.

Notes: