Class PdfConversion

java.lang.Object
org.docx4j.convert.out.pdf.PdfConversion
Direct Known Subclasses:
Conversion

public abstract class PdfConversion
extends java.lang.Object
Deprecated.
There are 3 ways a package can be converted to PDF: 1. via XSL FO 1a - using XSLT to generate the XSL FO 1b - using TraversalUtils to generate the XSL FO 2. via HTML, using docX2HTML.xslt 3. via iText Method 1a is the standard way of doing things Method 1b is experimental (Dec 2012) Methods 2 & 3 are in docx4j extras
Author:
jharrop
  • Constructor Summary

    Constructors 
    Constructor Description
    PdfConversion()
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    abstract void output​(java.io.OutputStream os, PdfSettings settings)
    Deprecated.
    abstract void outputXSLFO​(java.io.OutputStream os, PdfSettings settings)
    Deprecated.

    Methods inherited from class java.lang.Object

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