BoldDesk®Customer service software offering ticketing, live chat, and omnichannel support, starting at $49/mo. for 10 agents. Try it for free.
Hi,
I am evaluating your component to see if we can use it to generate Powerpoint reports for our platform, and I'm trying to stream the Presentation from our .NET Core backend to the frontend Angular application.
I have tried multiple ways to get a proper file for download but I'm doing something wrong as the file cnnot be opened.
I found this ticket and now use the same method in backend to stream a FileStreamResult to the client, where I then create a Blob with it and make the browser download it (the way I see many people do it).
Can you spot the error here or do you have a working example of how to best achieve this?
Thanks!
Ah, skip my question - I realized that my response from the server now was a HttpResponse and not a direct Blob, so when I picked the body from the response the presentation becomes correct.