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

Error rendering macro 'rw-search'

null

Versions Compared

Key

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

The converter's user interface configuration is provided through 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  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.


Below is a short example of how you might create a UI for a converter and use the configuration values:

...