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
DeepuDeepu 

VF- Word Integration

Hello

 

How can I get the data from a VF page into a Word Doc?

For example if I use renderas="pdf" , I am getting a PDF page.

Is there any option for Word Doc like this?

 

Or

 

How can I get data from a custom obj into a word doc

 

Thanks

JimRaeJimRae

Use the ContentType parameter in the page tag

 

 

<apex:page ContentType="application/msword">

 


Deepu wrote:

Hello

 

How can I get the data from a VF page into a Word Doc?

For example if I use renderas="pdf" , I am getting a PDF page.

Is there any option for Word Doc like this?

 

Or

 

How can I get data from a custom obj into a word doc

 

Thanks