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
Plugin de conversion du format ODT au format PDF.
Utilisant la librairie xdocreport.
- Author:
- jgarnier
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static final classUsed to saved iText builtin font, overrided by xDocReport. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertigo.datastore.filestore.model.VFileconvertToFormat(io.vertigo.datastore.filestore.model.VFile file, String targetFormat) Retourne le fichier converti L'appel à l'OOO distant est synchronisé, car il supporte mal les converssions concurrentes.
-
Constructor Details
-
XDocReportConverterPlugin
public XDocReportConverterPlugin()
-
-
Method Details
-
convertToFormat
public io.vertigo.datastore.filestore.model.VFile convertToFormat(io.vertigo.datastore.filestore.model.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
-