0

From Joomla1.5 i tried to generate a PDF file from index page banner image.

When i click the banner image it will generate that banner into PDF file any one give me the solution for this.

Thanks

RaJeSh
  • 313
  • 3
  • 14

1 Answers1

0

You should use fpdf and make banner a link and redirect to any php page. In that link you should keep the details of the banner image and in the redirecting page trigger the function to download pdf file

DeDav
  • 353
  • 2
  • 4
  • 11