Roopavathy Posted August 29, 2013 Share Posted August 29, 2013 I have displayed student's result.Now i want to download the result as a pdf file.How could i do it? Here is my link. http://bhc.edu.in/commerce/Resultsprocess.php?examno=12345&submit=Show+my+results Pls help. Thank in advance. Link to comment https://forums.phpfreaks.com/topic/281659-download-result-in-a-pdf-file/ Share on other sites More sharing options...
Muddy_Funster Posted August 29, 2013 Share Posted August 29, 2013 you will need to femiliarise yourself with a pdf library. I personaly use fpdf. Link to comment https://forums.phpfreaks.com/topic/281659-download-result-in-a-pdf-file/#findComment-1447279 Share on other sites More sharing options...
PravinS Posted August 29, 2013 Share Posted August 29, 2013 you need to use some library try TCPDF Link to comment https://forums.phpfreaks.com/topic/281659-download-result-in-a-pdf-file/#findComment-1447280 Share on other sites More sharing options...
kicken Posted August 29, 2013 Share Posted August 29, 2013 Use something like TCPDF to generate a PDF file and output it for download. Link to comment https://forums.phpfreaks.com/topic/281659-download-result-in-a-pdf-file/#findComment-1447281 Share on other sites More sharing options...
Roopavathy Posted August 30, 2013 Author Share Posted August 30, 2013 (edited) Thank you for your replies. Can you please tell me how to do this using php script.I am very new to php coding.Please help me.. Edited August 30, 2013 by Roopavathy Link to comment https://forums.phpfreaks.com/topic/281659-download-result-in-a-pdf-file/#findComment-1447413 Share on other sites More sharing options...
Roopavathy Posted August 30, 2013 Author Share Posted August 30, 2013 Can anyone one please explain me how to include this TCPDF in my code. I am very new to php coding.Please help me. Link to comment https://forums.phpfreaks.com/topic/281659-download-result-in-a-pdf-file/#findComment-1447416 Share on other sites More sharing options...
cyberRobot Posted August 30, 2013 Share Posted August 30, 2013 Have you tried looking here: https://www.google.com/search?q=using+TCPDF+with+php Link to comment https://forums.phpfreaks.com/topic/281659-download-result-in-a-pdf-file/#findComment-1447436 Share on other sites More sharing options...
Recommended Posts