Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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.

question from:https://stackoverflow.com/questions/66045403/displaying-ppt-into-rpi

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.1k views
Welcome To Ask or Share your Answers For Others

1 Answer

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...