CodeIgniter Community Voice - Generating PDF files using CodeIgniter |
[eluser]husni[/eluser]
i dont get the readme file when i download the pdf_tutorial using R&OS;.. anyone can help me to get the readme.pdf documentation?? thnx..
[eluser]Avijit[/eluser]
I also did not get any readme file. I will suggest you to use FPDF library for generating PDF file in web.
[eluser]husni[/eluser]
[quote author="Avijit" date="1269601657"]I also did not get any readme file. I will suggest you to use FPDF library for generating PDF file in web.[/quote] where can i found this class, tutorial and how to use? can u give me any great link?
[eluser]Avijit[/eluser]
[quote author="husni" date="1269603023"] where can i found this class, tutorial and how to use? can u give me any great link?[/quote] Below is the link--> www.fpdf.org You will find tutorial there, example also.
[eluser]husni[/eluser]
thanx..but why did you suggest me to use this and not the R&OS;?
[eluser]Avijit[/eluser]
Because once I wanted to add image in my pdf file while using R&OS;? In modern day, client wants image based PDF in their(suppose logo,add etc.) site. R&OS;could not provide this to me. Many found problem in using R&OS;. That's why I suggest it because I used FPDF and it is working smoothly. I also heard TCPDF(www.tcpdf.org/) you can also try with this. Thanks Avijit
[eluser]husni[/eluser]
[quote author="Avijit" date="1269604268"]Because once I wanted to add image in my pdf file while using R&OS;? In modern day, client wants image based PDF in their(suppose logo,add etc.) site. R&OS;could not provide this to me. Many found problem in using R&OS;. That's why I suggest it because I used FPDF and it is working smoothly. I also heard TCPDF(www.tcpdf.org/) you can also try with this. Thanks Avijit[/quote] i got the fpdf.php.. where should i put this file?? in what directory? is there any more file that i must put in CI?? what file and where to put..
[eluser]husni[/eluser]
hey..anyone can give me simple hello world generate in pdf using fpdf in CodeIgniter?? i got really hard time to find the way to load the class and use its code.. please help me..
[eluser]Stoney[/eluser]
The tutorial is working out of the box. I'm using it with CI 1.7.2. Has anyone succeeded to get Unicode characters working with this pdf class??
[eluser]LTFMIKE[/eluser]
First of all , Hello to everyone , I am discovering This framework while starting a new project for a completely new job for me. I'am interesting by this class concerning pdf document. I've read all the page in the forum but i didn't found an answer. here's is my problem. I just want to open a pdf.file inside a specific div : for example : in my controller : if (isset($_GET['fichier']))$data['fichier'] = $_GET['fichier']; ---< which is a previous pdf file clicked $this->load->view('cadre/test',$data); in my views : <div><?php readgzfile(base_url().$fichier);?></div> for the moment , I tried a lot of think , including : $this->load->helper('file'); before loading my views. i tried to use : readfile () readgzfile() but result is always displayed like that : PDF READER : %PDF-1.4 %Çì¢ 5 0 obj <> stream xœµYY’5.^û~£›ª6–Ù~à–„äg)–¢BfËLÂ$¬wᜉpäÝ=í øÉ<IJdë“ä–%ÿLpL„¿2xx>QNëÂ�Tìé£ ´“ÑHŽ–)�Á@höôtú:³´ÆÀ’ÆéË,©Åž%Ø£ 50㤋{ji:.·FyEÈJ please , i need help to continue this project , I like to use CodeIgniter and i want to continue white it. Is my problem can be solved easily ? Thanks for reading me , and excuse me for my very bad english !!! Regards. MIKE. |
Welcome Guest, Not a member yet? Register Sign In |