CodeIgniter Forums
Gererating pdf files from html using code igniter and dompdf - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Gererating pdf files from html using code igniter and dompdf (/showthread.php?tid=19014)



Gererating pdf files from html using code igniter and dompdf - El Forum - 05-25-2009

[eluser]gomathi jagannathan[/eluser]
I am creating pdf files from the html file. In windows pdf files are getting generated fine.But on my linux box pdf file is not getting generated Can any one help to solve my problem? Thanks in advance


Gererating pdf files from html using code igniter and dompdf - El Forum - 05-25-2009

[eluser]Dam1an[/eluser]
Can you be a bit more specific... nothing happens, you get a blank PDF, an error? What?


Gererating pdf files from html using code igniter and dompdf - El Forum - 05-25-2009

[eluser]gomathi jagannathan[/eluser]
Iam getting only blank page .Nothing is coming..


Gererating pdf files from html using code igniter and dompdf - El Forum - 05-25-2009

[eluser]Dam1an[/eluser]
I'd check all your file namings are as they should be according the to user guide, this is often the biggest cause of things not working on linux as its case sensitive
Although I'm suprised you're not getting any errors :-S


Gererating pdf files from html using code igniter and dompdf - El Forum - 05-25-2009

[eluser]gomathi jagannathan[/eluser]
I hv given file names in the correct format only...


Gererating pdf files from html using code igniter and dompdf - El Forum - 05-25-2009

[eluser]Dam1an[/eluser]
Have you tried an isolated test case (clean install, just the PDF plugin and writting 'hello world')?
That should tell you if the problem lies in your code, or CI/the plugin


Gererating pdf files from html using code igniter and dompdf - El Forum - 05-25-2009

[eluser]gomathi jagannathan[/eluser]
Thanks for your advise ...Let me try and know whether its working....Thanks again


Gererating pdf files from html using code igniter and dompdf - El Forum - 05-28-2009

[eluser]gomathi jagannathan[/eluser]
Hi friends,

I have created an application using code igniter. Iam using CI calender in one of my form. On clicking the calender icon the calender is getting closed. Can any one help me how to close the calender on clicking out of it? Thanks in advance