org.apache.poi.xwpf.converter.pdf
Class PdfConverter

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.AbstractXWPFConverter<PdfOptions>
      extended by org.apache.poi.xwpf.converter.pdf.PdfConverter
All Implemented Interfaces:
IXWPFConverter<PdfOptions>

public class PdfConverter
extends AbstractXWPFConverter<PdfOptions>


Constructor Summary
PdfConverter()
           
 
Method Summary
protected  void doConvert(org.apache.poi.xwpf.usermodel.XWPFDocument document, OutputStream out, Writer writer, PdfOptions options)
           
static IXWPFConverter<PdfOptions> getInstance()
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.AbstractXWPFConverter
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 IXWPFConverter<PdfOptions> getInstance()

doConvert

protected void doConvert(org.apache.poi.xwpf.usermodel.XWPFDocument document,
                         OutputStream out,
                         Writer writer,
                         PdfOptions options)
                  throws XWPFConverterException,
                         IOException
Specified by:
doConvert in class AbstractXWPFConverter<PdfOptions>
Throws:
XWPFConverterException
IOException


Copyright © 2013. All rights reserved.