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
sravan36sravan36 

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.

ForcepowerForcepower

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