org.odftoolkit.odfdom.converter.pdf
Class PdfConverter

java.lang.Object
  extended by org.odftoolkit.odfdom.converter.core.AbstractODFConverter<PdfOptions>
      extended by org.odftoolkit.odfdom.converter.pdf.PdfConverter
All Implemented Interfaces:
IODFConverter<PdfOptions>

public class PdfConverter
extends AbstractODFConverter<PdfOptions>


Constructor Summary
PdfConverter()
           
 
Method Summary
protected  void doConvert(org.odftoolkit.odfdom.doc.OdfDocument odfDocument, OutputStream out, Writer writer, PdfOptions options)
           
static IODFConverter<PdfOptions> getInstance()
           
 
Methods inherited from class org.odftoolkit.odfdom.converter.core.AbstractODFConverter
convert, convert
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfConverter

public PdfConverter()
Method Detail

getInstance

public static IODFConverter<PdfOptions> getInstance()

doConvert

protected void doConvert(org.odftoolkit.odfdom.doc.OdfDocument odfDocument,
                         OutputStream out,
                         Writer writer,
                         PdfOptions options)
                  throws ODFConverterException,
                         IOException
Specified by:
doConvert in class AbstractODFConverter<PdfOptions>
Throws:
ODFConverterException
IOException


Copyright © 2013. All rights reserved.