Please suggest is there any way to play a ppt in aem web application. And I have uploaded the ppt file in dam.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Create a new component with code to embed PPTs into the web page.
Got this off the net but apparently this code can be used to embed PPT into a page:
<iframe src='https://view.officeapps.live.com/op/embed.aspx?src=[https://www.your_website/<path to your ppt in dam>.pptx]' width='100%' height='600px' frameborder='0'>
Views
Replies
Total Likes
AEM does not support this functionality. You will need to build a new component.
Views
Replies
Total Likes
Views
Replies
Total Likes
Create a new component with code to embed PPTs into the web page.
Got this off the net but apparently this code can be used to embed PPT into a page:
<iframe src='https://view.officeapps.live.com/op/embed.aspx?src=[https://www.your_website/<path to your ppt in dam>.pptx]' width='100%' height='600px' frameborder='0'>
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies