Type Alias: PptxEditorRenderOptions
type PptxEditorRenderOptions = Omit<ConvertOptions, "slides">;Conversion options applied when the editor renders its complete presentation.
Slide selection is managed internally and therefore cannot be supplied.
type PptxEditorRenderOptions = Omit<ConvertOptions, "slides">;Conversion options applied when the editor renders its complete presentation.
Slide selection is managed internally and therefore cannot be supplied.