function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
KlawateKlawate 

Is there any way of exporting a Visualforce page as Powerpoint presentation?

My visualforce page has html data from Rich Text fields and images from Static resources/attachments. I want to export this data in Powerpoint presentation format with multiple slides. Is there any to do this?

Ankitg_NavAnkitg_Nav

Hi,

 

You can use <apex:page contenttype="application/vnd.ms-powerpoint"> to achieve your requirement.

KlawateKlawate

@Ankit: thanks for the solution. I did the same, but the generated PPT is either corrupted or not properly formatted. Also How can I get multiple slides in my presentation? I guess this is not possible yet via Salesforce.

Malay DesaiMalay Desai

It not even able to render the HTML tags. All it does is - writes what ever contents are within the <apex:page> tag to the PPT. Surely this is not the solution.