Function: createPptxEditorSession()
function createPptxEditorSession(input: Uint8Array, renderOptions?: PptxEditorRenderOptions): Promise<PptxEditorSession>;Parse PPTX bytes and create a rendered Node editor session.
Parameters
input
Uint8Array
renderOptions?
Returns
Promise<PptxEditorSession>