I want to create a conference web app in which the host is able to upload a ppt or pptx file, and the slide that the host is on will be visible to all other members of the call.
The problem is I can't find a way to present a ppt file in an HTML document. I am comfortable using any language for server side, but would prefer using Node.
I tried simply opening a ppt file in a browser, but it simply downloads the file, and doesn't actually present it. I don't really want to use MS 365, as I want the website to rely only on open source technologies, and also using live office that's logged into my personal account on the server sounds like a bad idea.
I tried converting ppt to images, then show the images one by one. But the options to convert ppt to images are either paid like Aspose, or require libre office to be installed.
What should I do ?
There are other options using only PowerPoint. This page on the PPT FAQ I maintain explains them.
https://pptfaq.com/FAQ00052_Improve_PowerPoint-s_GIF-_BMP-_PNG-_JPG_export_resolution.htm
You can edit the registry (as described there) to change the default DPI PPT uses when you Save As and choose to save as JPG/PNG/etc.
Or you can use a vba macro to give you control over how the images are named, where they're stored and the resolution they're exported at: