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
Ricky MartinRicky Martin 

How to view the website in vf page as pdf

I have used the following code but the page shows as the blank.

Code:

<apex:page renderAs="pdf">
  <apex:iframe height="300" width="180" src="https:www.google.com"  scrolling="true"  /> 
</apex:page>

Note: If we remove the render as pdf. the page shows the webpage. So, how to view teh website as pdf?
Ankit AroraAnkit Arora
Are you sure that the site is displayed when you remove renderAs="PDF" ? Above code will not work for sure, please provide the exact code.
Grazitti TeamGrazitti Team
Hi Ricky,

Unfortunately iframes are not supported in pages rendered as PDF.

Please mark this as best answer if it helps.

Thanks!
Ricky MartinRicky Martin
I would like to render as pdf that page. so how to achive this?
Grazitti TeamGrazitti Team
Hi,

Please check this link:
http://salesforce.stackexchange.com/questions/46217/how-to-render-as-pdf-when-loading-the-existing-website-into-the-vf-page

Please mark this as best answer if it helps.

Thanks!
Ricky MartinRicky Martin
That is not feasible for me, can you guide someother way. is this complecated?