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
Bhaskar ChowdaryBhaskar Chowdary 

I want to add image to visualforce page renderAs pdf and insert image at center of header

I want to insert a Imange like "logo.jpg "  at Header and alignment at "" center "" please send a cod for my visualforce page and that page render As PDF

 

send code to ""bhaskar.anumolu@gmail.com""

souvik9086souvik9086

First line after apex page write like this

<apex:page renderAs="pdf">
<center><apex:image url="{!$Resource.fb3}" width="415" height="88"/></center>
</apex:page>

If this post is helpful please throw Kudos.If this post solves your problem kindly mark it as solution.

Thanks