1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

Creating a ppt or pptx blob from byteArray in typescript/angular 2

Discussão em 'Angular' iniciado por Shikha Gupta, Novembro 6, 2024 às 07:32.

  1. Shikha Gupta

    Shikha Gupta Guest

    I need to convert my byteArray response into ppt Blob Object to create a .ppt/.pptx file in Angular 2. I am able to convert to image and pdf formats. But I need specifically for ppt and pptx formats.

    var blob = new Blob(resp, {type: 'application/pdf'});

    AS above, what is the type to be given for ppt or pptx conversion?

    Please mention if I need to add more details.

    Continue reading...

Compartilhe esta Página