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.createMailExporter(String tempFolderPath) Create anExporterthat "exports" the document as an attachment to an Emailstatic ExporterExporterFactory.createOriginalExporter()Create anExporterthat "exports" the original documentstatic ExporterExporterFactory.createOriginalExporter(String tempFolderPath) 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) Methods in com.levigo.jadice.web.server.export with parameters of type ExporterModifier and TypeMethodDescriptionvoidExportOperationMessageListener.doExport(ExportOperationDTO dto, IncomingMessageContext ctx, Exporter exporter)