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
ShaTShaT 

Google Static Map error

Hi Guys,

I am facing issue displaying static image map on the PDF.  I have a visualforce page where i am displaying a static map image its showing fine. But when i render the page as pdf its not showing. 

Could you any one provide soultion?

Thanks
User-added image
NagendraNagendra (Salesforce Developers) 
Hi Shailu,

May I suggest you please double check if your page has a standard controller added when getting rendered as PDF while displaying the map image. If so please remove that and give a try which should probably do the trick for you.

Still, if the problem persists please check with below link from the success community exactly with a similar issue. Hope this helps.

Please mark this post as solved if it's resolved so that it gets removed from the unanswered queue which results in helping others who are encountering a similar issue.

Thanks,
Nagendra
ShaTShaT
Hi Nagendra,

I am using custom controller not standerd controller.

Thanks
Shailu
RD@SFRD@SF
Hi ShaT,

When a page is rendered as a PDF. The Java scripts are not considered as their is no browser.
https://developer.salesforce.com/forums/?id=906F000000095c0IAA

I understand that you are trying to do, the following post should help you.

Kind regards
RD