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
Rick_93Rick_93 

Include pdf file in Visualforce Page

Hi all,

I've a VisualForce page that is rendered as pdf.
<apex:page controller="Controller" applyHtmlTag="false" showHeader="false" cache="true" renderAs="pdf" >

...page body

</apex:page>
Can I append, in the page body, a new pdf file loading it from the Static Resources or from the Documents.

Thanks in advance.
 
SandhyaSandhya (Salesforce Developers) 
Hi,

Please refer below link for similar discussion.

https://developer.salesforce.com/forums/?id=906F0000000AcMFIA0
 
http://salesforce.stackexchange.com/questions/24304/display-pdf-stored-in-static-resources-in-vf-page
 
https://developer.salesforce.com/forums/?id=906F00000005GTXIA2
 
Hope this helps you!

Please mark it as Best Answer if my reply was helpful. It will make it available for other as the proper solution.
 
Thanks and Regards
Sandhya