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 TypeInterfaceDescriptioninterfaceAn extension ofExporterallowing to specify typical print settings based on aPrintJobConfigurationMethods in com.jadice.web.export.server that return ExporterModifier and TypeMethodDescriptionstatic ExporterExporterFactory.createOriginalExporter()Create anExporterthat "exports" the original documentstatic ExporterExporterFactory.createPDFaExporter(OpenAction embeddedOpenAction, com.levigo.jadice.generator.pdf.internal.profile.Conformance conformance) Create a PDFExporterfor PDF/Astatic ExporterExporterFactory.createPDFExporter()Create a PDFExporter.static ExporterExporterFactory.createPDFExporter(OpenAction embeddedOpenAction) Create a PDFExporter.static ExporterExporterFactory.createRasterizingPDFExporter(OpenAction embeddedOpenAction) Create a PDFExporterwhere all text is transformed into in rastered images.static ExporterExporterFactory.createRedactionPDFExporter(OpenAction embeddedOpenAction, String... redactionAnnoTypes) Create a PDFExporterwhere all with annotation masked areas are redacted.static ExporterExporterFactory.createTIFFExporter()Create a TIFFExporter. -
Uses of Exporter in com.levigo.jadice.web.server.export
Methods in com.levigo.jadice.web.server.export that return ExporterModifier and TypeMethodDescriptionprotected ExporterExportOperationMessageListener.createDefaultExporter(ExportType type)