Hi everyone,
I have a Visualforce page that uses the contentType="application/msword" to render my page as a word doc. The page uses a series of <apex:include/>s to build a document.
However, when I load the page only the first <apex:include/> is rendered. I've tried switching around the various included pages, however, the output will only ever save the first included page. Does anyone have any ideas?
Thanks in advance!
3 件の回答
Hi @Ryno Lourens,
Please checkout Turn a Visualforce page into a Word document . It might provide some helpful insights to the issue you are facing with only the first apex:include/ being rendered in your Visualforce page when trying to generate a Word document.
Thanks