public class PdfOutputFactory extends AbstractOutputFormat implements OutputFormatFactory
| Constructor and Description |
|---|
PdfOutputFactory() |
| Modifier and Type | Method and Description |
|---|---|
OutputFormat |
create(java.lang.String format) |
java.lang.String |
enablementStatus() |
java.util.List<java.lang.String> |
formats() |
java.lang.String |
getContentType() |
java.lang.String |
getFileSuffix() |
RenderingContext |
print(PrintParams params) |
doPrintpublic java.lang.String getContentType()
getContentType in interface OutputFormatpublic java.lang.String getFileSuffix()
getFileSuffix in interface OutputFormatpublic java.util.List<java.lang.String> formats()
formats in interface OutputFormatFactorypublic java.lang.String enablementStatus()
enablementStatus in interface OutputFormatFactorypublic OutputFormat create(java.lang.String format)
create in interface OutputFormatFactorypublic RenderingContext print(PrintParams params) throws com.itextpdf.text.DocumentException
print in interface OutputFormatcom.itextpdf.text.DocumentException