I need to slideshow a PPT(slide by slide) in a RPI, can anyone suggest any python program to display the PPT.
Note:
Tried using "soffice --show ~/sample.pptx --norestore" command - Opens in Slideshow, Doesn't move to the next slide in PPT
Tried "libreoffice --impress sample..ppt" - opens the ppt.
I was able to display the PPT in RPI, by converting the PPT into PDF, PDF to Images and displayed those images using python script.