Package de.xima.fc.form.export
Class FormPortraitExporter
java.lang.Object
de.xima.fc.form.export.FormPortraitExporter
Helper for converting a formcycle form into a PDF form.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
ConstructorsConstructorDescriptionFormPortraitExporter
(com.alibaba.fastjson.JSONObject persist, Mandant client, IXFormRenderConfig renderConfig) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
doExport()
com.aspose.words.Document
withTemplate
(ERessourcenTyp resourceType, UUID resourceUUID)
-
Constructor Details
-
FormPortraitExporter
public FormPortraitExporter(com.alibaba.fastjson.JSONObject persist, Mandant client, IXFormRenderConfig renderConfig)
-
-
Method Details
-
withTemplate
-
getReport
public com.aspose.words.Document getReport()- Returns:
- The newly created summary report of the current project as an ASPOSE document.
-
doExport
public byte[] doExport()- Returns:
- The newly created summary of the current project, as a byte array of an Aspose document.
-