Interface: PngConversionReport
Complete result of a PNG conversion.
Properties
diagnostics
readonly diagnostics: readonly ConversionDiagnostic[];Structured diagnostics collected while parsing and rendering the presentation.
slides
readonly slides: readonly SlideImage[];Successfully rasterized PNG slides in presentation order, filtered by options.slides.
supportCoverage
readonly supportCoverage: SupportCoverage;Structural support coverage for the converted presentation.