[cvs] commit: framework/PDF PDF.php package.xml framework/PDF/PDF courier.php helvetica.php helveticab.php helveticabi.php helveticai.php symbol.php times.php timesb.php timesbi.php timesi.php zapfdingbats.php

Marko Djukic tech at oblo.com
Mon Nov 3 10:21:24 PST 2003


mdjukic     2003/11/03 10:21:24 PST

  Added files:
    PDF                  PDF.php package.xml 
    PDF/PDF              courier.php helvetica.php helveticab.php 
                         helveticabi.php helveticai.php symbol.php 
                         times.php timesb.php timesbi.php 
                         timesi.php zapfdingbats.php 
  Log:
  PHP-only PDF class, requires no external libs (eg. PDFlib, etc).
  
  Based on the FPDF class by Olivier Plathey (http://www.fpdf.org).
  
  - Still needs some tweaks/cleaning.
  - Some functions have not been thoroughly tested, such as rect(), cell(), multiCell(), etc.
  - Function addFont() is missing its makefont.php script for creation of compatible fonts.
  - Would be good to have table of contents/index generation?
  
  Revision  Changes    Path
  1.1       +2724 -0   framework/PDF/PDF.php (new)
  1.1       +8 -0      framework/PDF/PDF/courier.php (new)
  1.1       +15 -0     framework/PDF/PDF/helvetica.php (new)
  1.1       +15 -0     framework/PDF/PDF/helveticab.php (new)
  1.1       +15 -0     framework/PDF/PDF/helveticabi.php (new)
  1.1       +15 -0     framework/PDF/PDF/helveticai.php (new)
  1.1       +15 -0     framework/PDF/PDF/symbol.php (new)
  1.1       +15 -0     framework/PDF/PDF/times.php (new)
  1.1       +15 -0     framework/PDF/PDF/timesb.php (new)
  1.1       +15 -0     framework/PDF/PDF/timesbi.php (new)
  1.1       +15 -0     framework/PDF/PDF/timesi.php (new)
  1.1       +15 -0     framework/PDF/PDF/zapfdingbats.php (new)
  1.1       +61 -0     framework/PDF/package.xml (new)

  Chora Links:
  http://cvs.horde.org/co.php/framework/PDF/PDF.php?r=1.1
  http://cvs.horde.org/co.php/framework/PDF/PDF/courier.php?r=1.1
  http://cvs.horde.org/co.php/framework/PDF/PDF/helvetica.php?r=1.1
  http://cvs.horde.org/co.php/framework/PDF/PDF/helveticab.php?r=1.1
  http://cvs.horde.org/co.php/framework/PDF/PDF/helveticabi.php?r=1.1
  http://cvs.horde.org/co.php/framework/PDF/PDF/helveticai.php?r=1.1
  http://cvs.horde.org/co.php/framework/PDF/PDF/symbol.php?r=1.1
  http://cvs.horde.org/co.php/framework/PDF/PDF/times.php?r=1.1
  http://cvs.horde.org/co.php/framework/PDF/PDF/timesb.php?r=1.1
  http://cvs.horde.org/co.php/framework/PDF/PDF/timesbi.php?r=1.1
  http://cvs.horde.org/co.php/framework/PDF/PDF/timesi.php?r=1.1
  http://cvs.horde.org/co.php/framework/PDF/PDF/zapfdingbats.php?r=1.1
  http://cvs.horde.org/co.php/framework/PDF/package.xml?r=1.1


More information about the cvs mailing list