Prev: Interacting With Shell
Next: PHP Warning
From: Jordan Jovanov on 17 Sep 2010 09:37 Hello everybody, I like to create same PDF file with PHP, i find that i must to install something like PDFLib but i can't how to istall on linux. Does somebody can help me. Thanks a lot. Jordan
From: Bastien Koert on 17 Sep 2010 09:58 On Fri, Sep 17, 2010 at 9:37 AM, Jordan Jovanov <jovanovjoce(a)gmail.com> wrote: > Hello everybody, > > I like to create same PDF file with PHP, i find that i must to install > something like PDFLib but i can't how to istall on linux. Does somebody can > help me. > > Thanks a lot. > Jordan > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > There are a number of PDF classes out there that can do what you need without needing to install the additional library. dompdf from digitaljunkies.ca fpdf And then there are services like live docs from http://www.livedocx.com/ -- Bastien Cat, the other other white meat
From: Steve Staples on 17 Sep 2010 10:03 On Fri, 2010-09-17 at 15:37 +0200, Jordan Jovanov wrote: > Hello everybody, > > I like to create same PDF file with PHP, i find that i must to install > something like PDFLib but i can't how to istall on linux. Does somebody > can help me. > > Thanks a lot. > Jordan > If i can suggest an alternative, FPDF.org is a pdf creator class. I've used it on the majority of my projects, and it works great. It has a lot of plug-ins that can simplify the creation of PDF's even easier. and with it being a class, you dont have to "install" it, just put it into your app folder. Steve
From: Ashley Sheridan on 17 Sep 2010 13:39 On Fri, 2010-09-17 at 15:37 +0200, Jordan Jovanov wrote: > Hello everybody, > > I like to create same PDF file with PHP, i find that i must to install > something like PDFLib but i can't how to istall on linux. Does somebody > can help me. > > Thanks a lot. > Jordan > When you asked this question earlier in the week under another subject I answered that the FPDF library would help you with creating pdf documents via PHP. Thanks, Ash http://www.ashleysheridan.co.uk
|
Pages: 1 Prev: Interacting With Shell Next: PHP Warning |