Uses of Interface
com.jadice.web.export.server.Exporter
Packages that use Exporter
-
Uses of Exporter in com.jadice.web.export.server
Subinterfaces of Exporter in com.jadice.web.export.serverModifier and TypeInterfaceDescriptioninterface
An extension ofExporter
allowing to specify typical print settings based on aPrintJobConfiguration
Methods in com.jadice.web.export.server that return ExporterModifier and TypeMethodDescriptionstatic Exporter
ExporterFactory.createOriginalExporter()
Create anExporter
that "exports" the original documentstatic Exporter
ExporterFactory.createPDFaExporter
(OpenAction embeddedOpenAction, com.levigo.jadice.generator.pdf.internal.profile.Conformance conformance) Create a PDFExporter
for PDF/Astatic Exporter
ExporterFactory.createPDFExporter()
Create a PDFExporter
.static Exporter
ExporterFactory.createPDFExporter
(OpenAction embeddedOpenAction) Create a PDFExporter
.static Exporter
ExporterFactory.createRasterizingPDFExporter
(OpenAction embeddedOpenAction) Create a PDFExporter
where all text is transformed into in rastered images.static Exporter
ExporterFactory.createRedactionPDFExporter
(OpenAction embeddedOpenAction, String... redactionAnnoTypes) Create a PDFExporter
where all with annotation masked areas are redacted.static Exporter
ExporterFactory.createTIFFExporter()
Create a TIFFExporter
. -
Uses of Exporter in com.levigo.jadice.web.conn.server.messaging
Methods in com.levigo.jadice.web.conn.server.messaging that return ExporterModifier and TypeMethodDescriptionprotected Exporter
ExportOperationMessageListener.createDefaultExporter
(ExportType type)