Package io.keikai.model.impl.pdf
Class PdfExporterFactory
java.lang.Object
io.keikai.model.impl.pdf.PdfExporterFactory
- All Implemented Interfaces:
SExporterFactory
Keikai PDF exporter factory.
Always returns the Rust-native RustPdfExporter. The legacy
OpenPDF-based exporters (the deprecated PdfExporter is scheduled for removal — there is no runtime fallback to OpenPDF.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PdfExporterFactory
public PdfExporterFactory()
-
-
Method Details
-
createExporter
Description copied from interface:SExporterFactoryCreate an exporter- Specified by:
createExporterin interfaceSExporterFactory
-