You need to sign in to do that
Don't have an account?
sravan36
Adding Notes&Attachments image file to Visualforce page PDF in Customer Portal.
Hi Guys,
I would like to add Notes&Attachments(From Account object related list) signature image(png) to the PDF page in customer portal, the image is not showing on the pdf file but that is showing as a file. Is this permissions issue
or some other?.
we have used image tag like
<apex:image url="/servlet/servlet.FileDownload?file={!imageid}" rendered="{!image}" height="100" width="300"/>
Thanks.
Thanks.
Sravan,
Is the image a static resource or is it attached to an account? Also, if a static resource, is the image marked as not publicly available?
Ram