• Shweta Bhardwaj
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi,
  I was trying to generate a ppt with some account details using VF contenttype attribute but the output is blank ppt. What am I missing here?

<apex:page standardController="Account" contenttype="application/vnd.openxmlformats-officedocument.presentationml.presentation" cache="true" >
 
  <apex:outputField label="Account Name" value="{!account.name}"/>
  </apex:page>

also tried using contenttype="application/vnd.ms-powerpoint" but it didn't work either.

Regards,

Shweta
Hi,
  I was trying to generate a ppt with some account details using VF contenttype attribute but the output is blank ppt. What am I missing here?

<apex:page standardController="Account" contenttype="application/vnd.openxmlformats-officedocument.presentationml.presentation" cache="true" >
 
  <apex:outputField label="Account Name" value="{!account.name}"/>
  </apex:page>

also tried using contenttype="application/vnd.ms-powerpoint" but it didn't work either.

Regards,

Shweta