|
Posted by Gary Hasler on 03/12/07 23:45
> > > Hi,
> >
> > > I'm using PHP 4.4.4. Can anyone recommend any freeware that will
> > > merge PDFs into one?
> >
> > Pdftk, based on iText, available free fromwww.accesspdf.com.
> >
> > iText, available free fromwww.lowagie.com/iText/
> >
> > Cheers,
> >
> > --
> > Bill Segraves
>
> Thanks. I'm running a Fedora Core 5 Linux system, but since I'm using
> PHP, I assume the underlying OS is basically irrelavant. However,
> when I go to the first link you recommend, I'm given a list of
> specific OS packages. Shouldn't I just be given the option to
> download the PHP libraries?
>
> Thanks, - Dave
This looks like an external executable, which would be compiled for a
certain OS (or is it Java?).
If you use something like FPDF, which is just a PHP class, then it's
pure PHP and independent of what the server OS is. This is the one I
use because our server space is rented and we can't install whatever we
want on it; however it is a bit slow.
[Back to original message]
|