Uses of Interface
com.jadice.web.export.server.OpenAction
Packages that use OpenAction
-
Uses of OpenAction in com.jadice.web.export.server
Classes in com.jadice.web.export.server that implement OpenActionModifier and TypeClassDescriptionclassAn implementation of an open action that instructs the pdf viewer to show its print dialog when opening the containing pdf document.Methods in com.jadice.web.export.server with parameters of type OpenActionModifier and TypeMethodDescriptionstatic ExporterExporterFactory.createPDFaExporter(OpenAction embeddedOpenAction, com.levigo.jadice.generator.pdf.internal.profile.Conformance conformance) Create a PDFExporterfor PDF/Astatic 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.