Question
Get FP_ExportFilters list with ExtendScript
The FDK allows you to access the FP_ExportFilters list, although I haven’t tried it.
This works in FrameScript:
Write Console ExportFilters;
I’m trying to find the equivalent command in ExtendScript, but it doesn’t look like it is part of the app object. Does anyone know if this list is available via ExtendScript? Thanks!

