Package-level declarations
Types
Link copied to clipboard
interface PdfExporter
Strategy for exporting a PDF.
Link copied to clipboard
object PdfExporters
Utilities for PdfExporters.
Link copied to clipboard
class PdfExporterSupplierPostRendererVisitor(options: PdfExportOptions) : PostRendererVisitor<PdfExporter>
Visitor that supplies PdfExporters for each kind of PostRenderer. For example, an HtmlPostRenderer will produce an com.quarkdown.pdf.html.HtmlPdfExporter.
Link copied to clipboard
data class PdfExportOptions(val nodeJsPath: String, val npmPath: String, val noSandbox: Boolean = false)
Options for exporting PDF files.