fr.opensagres.xdocreport.converter.docx.poi.itext
Class XWPF2PDFViaITextConverter

java.lang.Object
  extended by fr.opensagres.xdocreport.converter.internal.AbstractConverterNoEntriesSupport
      extended by fr.opensagres.xdocreport.converter.docx.poi.itext.XWPF2PDFViaITextConverter
All Implemented Interfaces:
IConverter

public class XWPF2PDFViaITextConverter
extends AbstractConverterNoEntriesSupport


Constructor Summary
XWPF2PDFViaITextConverter()
           
 
Method Summary
 void convert(InputStream in, OutputStream out, Options options)
           
static XWPF2PDFViaITextConverter getInstance()
           
 MimeMapping getMimeMapping()
           
 boolean isDefault()
           
 PdfOptions toPdfOptions(Options options)
           
 
Methods inherited from class fr.opensagres.xdocreport.converter.internal.AbstractConverterNoEntriesSupport
canSupportEntries, convert
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWPF2PDFViaITextConverter

public XWPF2PDFViaITextConverter()
Method Detail

getInstance

public static XWPF2PDFViaITextConverter getInstance()

convert

public void convert(InputStream in,
                    OutputStream out,
                    Options options)
             throws XDocConverterException
Throws:
XDocConverterException

toPdfOptions

public PdfOptions toPdfOptions(Options options)

getMimeMapping

public MimeMapping getMimeMapping()

isDefault

public boolean isDefault()
Specified by:
isDefault in interface IConverter
Overrides:
isDefault in class AbstractConverterNoEntriesSupport


Copyright © 2014. All Rights Reserved.