1

Can any one help me out with some suggestions...

In my application i need to convert the current web page that contains graphs and some tables with petty some images to a PDF files... Actually this is a report of a certain scenario...

Thanks in advance...

~Ur Raviraja

Raviraja
  • 406
  • 2
  • 5
  • 17
  • possible duplicate of [Convert HTML + CSS to PDF with PHP?](http://stackoverflow.com/questions/391005/convert-html-css-to-pdf-with-php) – Caspar Kleijne Apr 21 '11 at 07:03
  • Also see [List of HTML to PDF converters](http://stackoverflow.com/q/3178448/264628) – BrianS Apr 21 '11 at 19:00

1 Answers1

3

Perhaps you might be looking for this.

<a href="http://pdfmyurl.com?url=www.mypage.com">download My page as pdf</a>

Also this question should help you. https://stackoverflow.com/questions/910243/how-to-convert-an-html-to-pdf-in-php-using-fpdf-lib-1-6

Community
  • 1
  • 1
S L
  • 14,262
  • 17
  • 77
  • 116