Skip to main content
This topic has been closed for replies.

10 replies

September 24, 2012

Does the extendscript for creating a list of referenced graphics work only with FrameMaker 11? I have FM10 and cannot get the zipped files to open in the FM10 statup folder. This list is exactly what I'm looking for!

Arnis Gubins
Inspiring
September 26, 2012

AFAIK, these scripts were all written for FM10.

If you're having problems unzipping the file, thenperhaps the file may have been corrupted (or is incomplete) during the download. I believe that 7-zip is used to create the zips, so perhaps some compression options aren't understood by your extraction tool? Do you have permissions to allow the extraction to the FM10 folders?

September 26, 2012

Thanks for your reply. I was using 7-zip at the time. In any event, I found a different solution that worked fine.

Arnis Gubins
Inspiring
February 27, 2012

http://blogs.adobe.com/techcomm/2012/02/extendscript-of-the-week-keyboard-simulation-in-fm-via-fcodes.html

All about using FM's Fcodes to automate small tasks instead of going the API functions route.

Arnis Gubins
Inspiring
February 16, 2012

http://blogs.adobe.com/techcomm/2012/02/extendscript-of-the-week-suppressing-a-specific-fm-alert.html

"... an extend script which suppresses a specific FM alert which is specified by the user. The script prompts the user to enter the alert string displayed by FM Alert dialog in a text box and then subsequently suppresses the alert when it occurs."

Arnis Gubins
Inspiring
January 10, 2012

http://blogs.adobe.com/techcomm/2012/01/extendscript-of-the-week-restore-window.html

"...an extend script which restores the window location, zoom and other display settings available under View menu of the FrameMaker document . This script demonstrates how to use Extend Script to retrieve display specific document properties and apply these settings on other FM document."

Arnis Gubins
Inspiring
December 19, 2011

http://blogs.adobe.com/techcomm/2011/12/extendscript-of-the-week-externalizing-graphics.html

"...an extendscript utility to convert all the graphics in FM/Book “imported by copy” to “imported by reference”. In this process all graphics imported by copy will be created externally and then imported by reference. These externalize graphics will be created in same directory as source file is."

Arnis Gubins
Inspiring
December 5, 2011

http://blogs.adobe.com/techcomm/2011/12/extendscript-of-the-week-import-and-export-variables.html

"...export a list of User Variables in a FrameMaker Book. The list will also show the status that whether the user variables is used or not. After the list has been generated, you can modify the definition of the user variables in the table and the table can be imported back to the book. This will help modifying and deleting user variables at the book level."

Arnis Gubins
Inspiring
November 23, 2011

http://blogs.adobe.com/techcomm/2011/11/extendscript-of-the-week-findchange-xref-formatconditional-tagvariable.html

Find/Change XRef Format,Conditional Tag,Variables on the body page of the FrameMaker document .

This script demonstrates how to use Extend Script to traverse a document, find Xrefs/Conditional Tags/Variables and then change them or delete them.

Arnis Gubins
Inspiring
November 16, 2011

http://blogs.adobe.com/techcomm/2011/11/extendscript-of-the-week-close-all-files-in-a-book-without-saving.html

This an extendscript to "Close All Files in a Book without Saving" designed to show how to use FrameMaker ESTK to traverse a hierarchical book and perform operations on its components.

Arnis Gubins
Inspiring
October 27, 2011

http://blogs.adobe.com/techcomm/2011/10/extendscript-of-the-week-generate-list-of-referenced-graphics-and-update-their-new-paths.html

Generates a list of imported (by reference) graphics and allows you to edit the list and re-import to fix any unresolved (i.e. missing) graphics at the book level.

Arnis Gubins
Inspiring
October 12, 2011

http://blogs.adobe.com/techcomm/2011/10/extendscript-of-the-week-create-a-upgraded-copy-of-book.html

Upgrades a legacy book (& files) to current FM version. Shows how to loop through all files in a book. Also shows how to handle hierarchical books with groups and folders.

Inspiring
October 19, 2011

Continuing with the "ExtendScript of the Week" series , a new blog has been posted at :

http://blogs.adobe.com/techcomm/2011/10/extendscript-of-the-week-deleting-unused-formats-in-a-book.html

It shows how to delete all the unused formats in a book.

Vikash