Like what you see? Have a play with our trial version.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To include user specific settings or configurations to your converter plug-in, you will need to provide a configuration UI. This is achieved through the UserInputParameters API. The converter abstract class also extends UserInputParameters, so you can use this API as an instance of UserInputParameters. Click here for detailed documentation and examples of this API.

...