Log in

View Full Version : php to pdf convertion



hemi
09-15-2009, 05:56 AM
i want all my data to be converted into pdf

i.e., what ever i show on my page and the values all should be converted into pdf dynamically at the end of the prog when i click submit button.

if it is possible help me ? it is ver imp for me

forum_amnesiac
09-15-2009, 06:07 AM
I use ezpdf.php to create PDF forms from my data, I have personally found it to be the easiest to use.

I do believe however that the latest version of Adobe Acrobat has a toolbar that can be incorporated into the browser and that enables the current page to be converted to a PDF file.

I don't how useful this would be, it would require people to download and install this feature.

I personally don't believe that this would be the right way to go.

JShor
09-15-2009, 08:26 PM
I think that hemi means on-the-fly, for the user to convert the page to pdf. This is a very frequently asked request, so I'm not going to repost code.

Please see:
http://www.dynamicdrive.com/forums/showthread.php?p=159564
http://www.dynamicdrive.com/forums/showthread.php?t=47714
http://www.dynamicdrive.com/forums/showthread.php?p=203446
http://www.dynamicdrive.com/forums/showthread.php?t=3050
http://www.dynamicdrive.com/forums/showthread.php?p=203459

hemi
09-16-2009, 12:08 PM
actually my page is containing huge amount of data with one image and graphs
can i convert into pdf.is it possible

JShor
09-16-2009, 06:41 PM
Have you tried it? THe only way to find out is by attempting :)