Skip to main content
frameexpert
Community Expert
Community Expert
May 6, 2020
Question

Call ExtendScript Script from FDK Client

  • May 6, 2020
  • 1 reply
  • 1399 views

Forgive me if this has been answered before, but can a FrameMaker ExtendScript script be called from a FrameMaker API client? Is it possible to pass parameters to a script this way? Thanks in advance.

This topic has been closed for replies.

1 reply

Legend
May 7, 2020

Hi Rick,

 

You used to know how to do this with FrameScript... I figure it is about the same thing with the FDK using F_ApiCallClient()?

 

https://community.adobe.com/t5/framemaker/how-can-i-run-extendscript-in-framescript/td-p/10494772?page=1

 

There were more extensive discussions about this on the old yahoo dev group, including the question about passing parameters. I think the short answer was no, you can't pass parameters. Your client would have to write some file with whatever data, then the script reads it. If I remember.

 

Russ

frameexpert
Community Expert
Community Expert
May 7, 2020

Hey what do you know? I guess I answered my own question. Thank you for the pointer.

www.frameexpert.com
Participating Frequently
February 2, 2021

Hi Rick,

I am trying to call ExtandScript from FrameMaker API client. Based on thread information I tried to implement with following command

F_ApiCallClient("ScriptingSupport", "<path_to_sript>");
But it seems not to be working. Do you know if there is something I am doing wrong?

 

Thanks.