PdfGenerator

interface PdfGenerator

Functions

Link copied to clipboard
abstract suspend fun generate(input: PdfGenerationInput): PdfGenerationOutput

Inheritors

Link copied to clipboard

Extensions

Link copied to clipboard
suspend fun PdfGenerator.generate(source: PdfGenerationSource, settings: PdfGenerationSettings = PdfGenerationSettings.default): PdfGenerationOutput