Play Games

Search This Blog

Showing posts with label How to give header and footer in pdf generation?. Show all posts
Showing posts with label How to give header and footer in pdf generation?. Show all posts

Monday, November 18, 2013

How to give header and footer in pdf generation - Salesforce Globe For You

How to give header and footer in pdf generation?
Sample code is given below.

Apex code:
public class testpdf1
{
    public list<Account> opp{get;set;}