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 class
XDocReportConverterPlugin.SnapshotBuiltinFont
Used 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 VFile
convertToFormat(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:ConverterPlugin
Retourne le fichier converti L'appel à l'OOO distant est synchronisé, car il supporte mal les converssions concurrentes.- Specified by:
convertToFormat
in interfaceConverterPlugin
- Parameters:
file
- Fichier à convertirtargetFormat
- Type de document de sortie ODT,RTF,DOC,CSV,PDF- Returns:
- Fichier converti
-
-