Package io.vertigo.quarto.impl.converter
Interface ConverterPlugin
-
- All Superinterfaces:
io.vertigo.core.node.component.CoreComponent,io.vertigo.core.node.component.Plugin
- All Known Implementing Classes:
OpenOfficeLocalConverterPlugin,OpenOfficeRemoteConverterPlugin,XDocReportConverterPlugin
public interface ConverterPlugin extends io.vertigo.core.node.component.PluginPlugin de Conversion des fichiers.- Author:
- npiedeloup
-
-
Method Summary
All Methods Instance Methods Abstract 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
VFile convertToFormat(VFile file, String targetFormat)
Retourne le fichier converti L'appel à l'OOO distant est synchronisé, car il supporte mal les converssions concurrentes.- Parameters:
file- Fichier à convertirtargetFormat- Type de document de sortie ODT,RTF,DOC,CSV,PDF- Returns:
- Fichier converti
-
-