fr.opensagres.xdocreport.converter.docx.docx4j.pdf
Class Docx2PDFViaDocx4jConverter

java.lang.Object
  extended by fr.opensagres.xdocreport.converter.internal.AbstractConverterNoEntriesSupport
      extended by fr.opensagres.xdocreport.converter.docx.docx4j.pdf.Docx2PDFViaDocx4jConverter
All Implemented Interfaces:
IConverter

public class Docx2PDFViaDocx4jConverter
extends AbstractConverterNoEntriesSupport


Constructor Summary
Docx2PDFViaDocx4jConverter()
           
 
Method Summary
 void convert(InputStream in, OutputStream out, Options options)
          Convert the given entry input stream document zipped (odt, docx...) to another format.
static Docx2PDFViaDocx4jConverter getInstance()
           
 MimeMapping getMimeMapping()
          Returns mime mapping switch the kind of the converter (pdf, fo...).
 org.docx4j.convert.out.pdf.viaXSLFO.PdfSettings toPdfSettings(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

Docx2PDFViaDocx4jConverter

public Docx2PDFViaDocx4jConverter()
Method Detail

getInstance

public static Docx2PDFViaDocx4jConverter getInstance()

convert

public void convert(InputStream in,
                    OutputStream out,
                    Options options)
             throws XDocConverterException
Description copied from interface: IConverter
Convert the given entry input stream document zipped (odt, docx...) to another format.

Throws:
XDocConverterException

toPdfSettings

public org.docx4j.convert.out.pdf.viaXSLFO.PdfSettings toPdfSettings(Options options)

getMimeMapping

public MimeMapping getMimeMapping()
Description copied from interface: IConverter
Returns mime mapping switch the kind of the converter (pdf, fo...).

Returns:


Copyright © 2013. All rights reserved.