Class PdfConversion

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

public abstract class PdfConversion extends 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