Class Conversion

java.lang.Object
org.docx4j.convert.out.pdf.PdfConversion
org.docx4j.convert.out.pdf.viaXSLFO.Conversion

public class Conversion
extends PdfConversion
Deprecated.
  • Field Summary

    Fields
    Modifier and Type Field Description
    static org.slf4j.Logger log
    Deprecated.
     
    protected WordprocessingMLPackage wordMLPackage
    Deprecated.
     
  • Constructor Summary

    Constructors
    Constructor Description
    Conversion​(WordprocessingMLPackage wordMLPackage)
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    void output​(java.io.OutputStream os, PdfSettings settings)
    Deprecated.
    Create a pdf version of the document, using XSL FO.
    void outputXSLFO​(java.io.OutputStream os, PdfSettings settings)
    Deprecated.
     
    void setSaveFO​(java.io.File save)
    Deprecated.
     
    protected void setupSettings​(FOSettings settings, java.lang.String mime)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait