Class OperationConverterTemplate


  • public class OperationConverterTemplate
    extends Object
    Can be used to define settings for file formats for which a template is required for conversion. As of this writing, these settings apply to the following file formats: * MIME mail (eml) * Outlook message (msg) * iCalendar (ics) / vCalendar (vcs) * vCard (vcf) * Serial Vector Format (svg) * Text document (txt) In addition, you can replace the default template with a custom template of your own in \"file\". You can also use your own variables in this custom template. These variables would then need to be passed with a JSON structure (Base64-encoded) in \"data\".