1. The front end needs to display PPT on the page. Is there any good way?
大家讲道理2017-06-17 09:18:13
You have to make it clear that your need is to display a ppt-like page.
Still, your page needs to read the ppt and then display it.
淡淡烟草味2017-06-17 09:18:13
The simple way is to use a plug-in. This plug-in is not bad https://github.com/ksky521/no...
ringa_lee2017-06-17 09:18:13
If you want to display .ppt or pptx on the page, I can definitely tell you that there is no solution. JS is applied to DOM and BOM.
Solution:
Users upload ppt|ppts, notify the backend, use Office tools to convert the program, after the conversion is successful (stored in the form of pictures), call back JS, and then use JS to display in a carousel.