Class RustPdfExporter

java.lang.Object
io.keikai.model.impl.pdf.RustPdfExporter
All Implemented Interfaces:
SExporter

public class RustPdfExporter extends Object implements SExporter
PDF exporter using the Rust rendering engine. Uses reflection to call KeikaiNative.exportPdf(long, String) so that this class compiles even when keikai-native is not on the classpath.
Since:
7.0.0
  • Constructor Details

    • RustPdfExporter

      public RustPdfExporter()
    • RustPdfExporter

      public RustPdfExporter(String optionsJson)
  • Method Details