Class Conversion
java.lang.Object
org.docx4j.convert.out.pdf.PdfConversion
org.docx4j.convert.out.pdf.viaXSLFO.Conversion
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic org.slf4j.LoggerDeprecated.protected WordprocessingMLPackageDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidoutput(OutputStream os, PdfSettings settings) Deprecated.Create a pdf version of the document, using XSL FO.voidoutputXSLFO(OutputStream os, PdfSettings settings) Deprecated.voidDeprecated.protected voidsetupSettings(FOSettings settings, String mime) Deprecated.
-
Field Details
-
log
public static org.slf4j.Logger logDeprecated. -
wordMLPackage
Deprecated.
-
-
Constructor Details
-
Conversion
Deprecated.
-
-
Method Details
-
setSaveFO
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.- Throws:
Docx4JException
-