Class XWPF2PDFViaITextConverter
java.lang.Object
fr.opensagres.xdocreport.converter.internal.AbstractConverterNoEntriesSupport
fr.opensagres.xdocreport.converter.docx.poi.itext.XWPF2PDFViaITextConverter
- All Implemented Interfaces:
fr.opensagres.xdocreport.converter.IConverter
public class XWPF2PDFViaITextConverter
extends fr.opensagres.xdocreport.converter.internal.AbstractConverterNoEntriesSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconvert(InputStream in, OutputStream out, fr.opensagres.xdocreport.converter.Options options) static XWPF2PDFViaITextConverterfr.opensagres.xdocreport.converter.MimeMappingbooleanfr.opensagres.poi.xwpf.converter.pdf.PdfOptionstoPdfOptions(fr.opensagres.xdocreport.converter.Options options) Methods inherited from class fr.opensagres.xdocreport.converter.internal.AbstractConverterNoEntriesSupport
canSupportEntries, convert
-
Constructor Details
-
XWPF2PDFViaITextConverter
public XWPF2PDFViaITextConverter()
-
-
Method Details
-
getInstance
-
convert
public void convert(InputStream in, OutputStream out, fr.opensagres.xdocreport.converter.Options options) throws fr.opensagres.xdocreport.converter.XDocConverterException - Throws:
fr.opensagres.xdocreport.converter.XDocConverterException
-
toPdfOptions
public fr.opensagres.poi.xwpf.converter.pdf.PdfOptions toPdfOptions(fr.opensagres.xdocreport.converter.Options options) -
getMimeMapping
public fr.opensagres.xdocreport.converter.MimeMapping getMimeMapping() -
isDefault
public boolean isDefault()- Specified by:
isDefaultin interfacefr.opensagres.xdocreport.converter.IConverter- Overrides:
isDefaultin classfr.opensagres.xdocreport.converter.internal.AbstractConverterNoEntriesSupport
-