Class TopicExporter

java.lang.Object
backend.export.TopicExporter

public class TopicExporter extends Object
  • Constructor Details

    • TopicExporter

      public TopicExporter()
  • Method Details

    • toTex

      public static String toTex(String id, boolean disableTikz) throws IOException, freemarker.template.TemplateException
      Parameters:
      id - Topic ID
      disableTikz - boolean, ob Tikz deaktiviert werden soll
      Returns:
      die Reden mit dem Topic als Tex-Code
      Throws:
      IOException
      freemarker.template.TemplateException
    • toPDF

      public static byte[] toPDF(String id, boolean disableTikz) throws IOException, freemarker.template.TemplateException
      Throws:
      IOException
      freemarker.template.TemplateException
    • toXML

      public static String toXML(String id) throws IOException, freemarker.template.TemplateException
      Throws:
      IOException
      freemarker.template.TemplateException