mouli
mouli

Reputation: 21

how to download form in my webpage as pdf in php

i have a form to be submitted in my web page.i need my form to be downloaded as pdf when user click download as PDF button at the bottom of the page after submitting the form.i tried with several examples. pdf is downloading but it is downloading asp hp script.can anyone help and i pdf should contain only form but not header and footer of my webpage ...

Upvotes: 0

Views: 1379

Answers (2)

Rakesh Vekariya
Rakesh Vekariya

Reputation: 574

Pdfcrowd offers a very simple and straightforward way to save your web pages to PDF

Just paste the following code verbatim into your HTML.

<a href="//pdfcrowd.com/url_to_pdf/">Save to PDF</a>

Upvotes: 1

Nahid Bin Azhar
Nahid Bin Azhar

Reputation: 763

FPDF is an awesome pdf generator library. Its very easy to use and well documented. You can try it form FPDF Site

Upvotes: 0

Related Questions