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.LoggerlogDeprecated.protected WordprocessingMLPackagewordMLPackageDeprecated. -
Constructor Summary
Constructors Constructor Description Conversion(WordprocessingMLPackage wordMLPackage)Deprecated. -
Method Summary
Modifier and Type Method Description voidoutput(java.io.OutputStream os, PdfSettings settings)Deprecated.Create a pdf version of the document, using XSL FO.voidoutputXSLFO(java.io.OutputStream os, PdfSettings settings)Deprecated.voidsetSaveFO(java.io.File save)Deprecated.protected voidsetupSettings(FOSettings settings, java.lang.String mime)Deprecated.
-
Field Details
-
log
public static org.slf4j.Logger logDeprecated. -
wordMLPackage
Deprecated.
-
-
Constructor Details
-
Conversion
Deprecated.
-
-
Method Details
-
setSaveFO
public void setSaveFO(java.io.File save)Deprecated. -
outputXSLFO
Deprecated.- Specified by:
outputXSLFOin classPdfConversion- Throws:
Docx4JException
-
output
Deprecated.Create a pdf version of the document, using XSL FO.- Specified by:
outputin classPdfConversion- Parameters:
os- The OutputStream to write the pdf tosettings- The configuration for the conversion- Throws:
Docx4JException
-
setupSettings
Deprecated.
-