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

Rendering rich content on pdf
I created a visualforce page with option renderas="pdf" and contentType="application/pdf" . This page is displays a rich text content in pdf format. While the richText content does not have any images it works good but if it has images then the images does not render properly, they are blurring.
Code is like following :
<apex:page contentType="application/pdf" renderas="pdf" >
<apex:outText value="{!obj__c.richText__c}" />
</apex:page>
is there any trick to render images properly in pdf? thanks in advance for any help.
Is that image externally available? Externally available images render properly in pdf.
Hi hgarg
Did you find any solution for this, i am also facing the same issue, Image is not displayed in PDF.
Thanks!!!!