Skip to main content
Participant
December 3, 2008
Question

Scripting Adobe Bridge CS4 Output Module

  • December 3, 2008
  • 2 replies
  • 1570 views
Anyone done it? An API definition appears absent from the Bridge CS4 SDK documentation.
This topic has been closed for replies.

2 replies

Participant
December 4, 2008
Thanks. I'm not familiar with ExternalObject, can you shed some additional light on the subject? Previously I've used the Adobe Photoshop Scripting Reference to figure out what objects to instantiate and invoke. I note all sorts of things I can invoke in the Bridge CS4 docs, but not the Output Module. These files you refer to on the drive, I'm not sure what you mean. I can find all sorts of jsx samples, but none pertinent to this particular issue.

Thanks again.
Inspiring
January 17, 2010

Sorry to bump an old thread but I have a project where I need to script the output module. I also can't find any info on how this is done.

I have worked with ExternalObject using the AdobeXMPScript but don't have a clue which lib to use for the output module or how to use it,

Thanks,

Mike

Known Participant
December 4, 2008
schnoberts@adobeforums.com wrote:
> Anyone done it? An API definition appears absent from the Bridge CS4 SDK documentation.

All of the files are on your drive. It doesn't look all that difficult to call
the modules. Just a matter of packing up all the right args and making the call
to an ExternalObject, IIRC.

-X