Skip to main content
Participating Frequently
October 15, 2013
Answered

Trouble using an ExtendScript of the week

  • October 15, 2013
  • 1 reply
  • 828 views

I'm trying to use the script provided at http://blogs.adobe.com/techcomm/2011/10/extendscript-of-the-week-generate-list-of-referenced-graphics-and-update-their-new-paths.html

I keep getting an alert message stating "Could not open template report document." Anyone have any ideas how I can get the script to work? I'm using FM11.

Thanks,

C

This topic has been closed for replies.
Correct answer 4everJang

Hi Cronos,

Here is what I found: open the file BookReportTemplate in FrameMaker and save it.

Then run the script again (no need to restart as the script is still linked via the menu).

Apparently, the SimpleNewDoc command does expect the file to be in the FM version you are working in, and the BookReportTemplate is likely to be an older FM version, so opening the template as a new document failed.

Jang

1 reply

4everJang
4everJangCorrect answer
Legend
October 16, 2013

Hi Cronos,

Here is what I found: open the file BookReportTemplate in FrameMaker and save it.

Then run the script again (no need to restart as the script is still linked via the menu).

Apparently, the SimpleNewDoc command does expect the file to be in the FM version you are working in, and the BookReportTemplate is likely to be an older FM version, so opening the template as a new document failed.

Jang

Cronos75Author
Participating Frequently
October 16, 2013

You nailed it! Once again, thank you kindly, Heer Jang.