PHPMine
<? if(PHP > $Expectations) echo $Results ?>
by Angel S. Moreno
UNDER SOME SERIOUS CONSTRUCTION LINKS MAY NOT WORK
Asked 2010-03-04 03:54:39 by God's Man
i have a php page(process.php) which is filled dynamically by content entered in a form inside a HTML page(input.html) via POST method. I want to convert this dynamic page into pdf with FPDF library, but it always fetch process.php wihout any data & blank PDF file is generated(sample.pdf).
Is there any solution????????????????? i m frustrated.......
Anwered 2010-03-04 04:29:02 by rex sunny
Dont worry. We have an idea. You can use http://www.fpdf.org/
This is using PEAR. So you just download the zip file and extract it.
And set up the fields and colors and you can export your dynamic content as a pdf.
Enjoy!!!
Read more on my site http://www.rexsunny.com
Anwered 2010-03-04 04:04:52 by Jim
it is a very expensive module for PHP, but it is available (and it's the only one listed).
it's called PDFlib and it costs $1095 USD.
Anwered 2010-03-04 04:02:07 by Arun lal
You can convert by Acrobat 9
Anwered 2010-03-04 09:35:59 by SD
Yes there is a way to do that. you need a software named PDFIt, pdfit is a useful Firefox extension to convert current webpage into an image format (JPEG or PNG). You can later convert this image into PDF format. for more visit to the site : http://forums.techarena.in/software-development/1133121.htm
Questions and answers provided by the Yahoo Answers Community.