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

How to display Attachment Body in Visualforce Page.
Hi,
I am getting a response from service which is generating an image as an attachment in related list.This image is a Label of shipment package.
My motive is to display this service response in visualforce page in pdf format.On clicking of detail button.
Thank You!
I am getting a response from service which is generating an image as an attachment in related list.This image is a Label of shipment package.
My motive is to display this service response in visualforce page in pdf format.On clicking of detail button.
Thank You!

If your attachment is being saved as image, you may try using <apex:image> tag in your VF page that is rendered as pdf. You may use the below code in your VF page: