You need to sign in to do that
Don't have an account?

Google Maps Static API Image not showing properly in VF page rendered as PDF
The image is showing properly if i delete the renderAs attribute.
<apex:page standardController="Opportunity" extensions="MapsTesController"> <img src="https://chuckanddons.com/media/wysiwyg/kitten_blog.jpg" ></img> <img src="GoogleAPILink" /> </apex:page>
not even the first image is showing if i add renderAs="pdf"
Visualforce rendering as pdf has lots of considerations, please read this section:
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_output_pdf_renderas.htm
If it helps please mark as correct, it may help others with the same issue
All Answers
Visualforce rendering as pdf has lots of considerations, please read this section:
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_output_pdf_renderas.htm
If it helps please mark as correct, it may help others with the same issue