[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SV: [Phpgroupware-developers] PDF - support
From: |
Sigurd Nes |
Subject: |
SV: [Phpgroupware-developers] PDF - support |
Date: |
Thu, 27 Mar 2003 09:09:58 +0100 |
> Sigurd Nes <address@hidden> wrote:
>
> > Has anyone considered the PDF-support from
> > http://www.ros.co.nz/pdf ?
> >
> > It is a PHP class to provide the basic functionality to create a pdf
> > document without any requirement for additional modules.
> >
> > The licence is placed in the 'Public Domain' - so I have done some
> > minoradjustment to make it fit to phpgroupware as a standard class
> > to be
> > called from 'CreateObjekt'.
> >
> > I plan to use this to produce tender documentation (it is possible
to
> > encrypt the document) and possibly workorders from within the app
> > 'property'.
> >
> Dave Hall:
> I am in the process of evaluating fPDF - http://fpdf.org/ - which is a
> GPL solution which does the same thing. I am hoping to include this
in
> the api for 0.9.16. But i am happy to compare the 2 and see which is
> better :)
>
Looking great - (and fast) - but at first glance I think tables are
better handled in ros-pdf (not sure of the name)
Sigurd