Class XDocReportConverterPlugin
- java.lang.Object
-
- io.vertigo.quarto.plugins.converter.xdocreport.XDocReportConverterPlugin
-
- All Implemented Interfaces:
io.vertigo.core.node.component.CoreComponent,io.vertigo.core.node.component.Plugin,ConverterPlugin
public final class XDocReportConverterPlugin extends Object implements ConverterPlugin
Plugin de conversion du format ODT au format PDF. Utilisant la librairie xdocreport.- Author:
- jgarnier
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classXDocReportConverterPlugin.SnapshotBuiltinFontUsed to saved iText builtin font, overrided by xDocReport.
-
Constructor Summary
Constructors Constructor Description XDocReportConverterPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VFileconvertToFormat(VFile file, String targetFormat)Retourne le fichier converti L'appel à l'OOO distant est synchronisé, car il supporte mal les converssions concurrentes.
-
-
-
Method Detail
-
convertToFormat
public VFile convertToFormat(VFile file, String targetFormat)
Description copied from interface:ConverterPluginRetourne le fichier converti L'appel à l'OOO distant est synchronisé, car il supporte mal les converssions concurrentes.- Specified by:
convertToFormatin interfaceConverterPlugin- Parameters:
file- Fichier à convertirtargetFormat- Type de document de sortie ODT,RTF,DOC,CSV,PDF- Returns:
- Fichier converti
-
-