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 TypeClassDescriptionclass
An 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 Exporter
ExporterFactory.createPDFaExporter
(OpenAction embeddedOpenAction, com.levigo.jadice.generator.pdf.internal.profile.Conformance conformance) Create a PDFExporter
for PDF/Astatic 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.