Package backend.export
Class TopicExporter
java.lang.Object
backend.export.TopicExporter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TopicExporter
public TopicExporter()
-
-
Method Details
-
toTex
public static String toTex(String id, boolean disableTikz) throws IOException, freemarker.template.TemplateException - Parameters:
id- Topic IDdisableTikz- boolean, ob Tikz deaktiviert werden soll- Returns:
- die Reden mit dem Topic als Tex-Code
- Throws:
IOExceptionfreemarker.template.TemplateException
-
toPDF
public static byte[] toPDF(String id, boolean disableTikz) throws IOException, freemarker.template.TemplateException - Throws:
IOExceptionfreemarker.template.TemplateException
-
toXML
- Throws:
IOExceptionfreemarker.template.TemplateException
-