Télécharger la liste

Description du projet

php_jh_pdf is a set of classes intended to simplify the generation of PDF documents with PHP. It enables you to put down continuous text with automatic line wrapping, automatic creation of new pages, etc. It also renders barcodes directly onto the PDF document. It offers classes for creating tables by only specifying column widths and the data to put into the cells. The table layout (border widths, colors) is highly adjustable. The table class builds on top of the other classes, so table cells can contain anything supported by the other php_jh_pdf classes. The interface used by the table class to output the actual content is simple and classes for putting in other content can thus be easily created.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-11-11 23:37
1.2.1

Certains PHP 4.x avertissements ont été corrigés.
Tags: Minor bugfixes
Some PHP 4.x warnings have been fixed.

2002-05-18 23:53
1.2.0

Soutien à 128a/b/c type de code à barres a été ajouté. Support pour des hauteurs de lignes statique a été ajouté. Soutien pour la tonte de surface d'une cellule a été ajouté. Un exemple pour l'impression des étiquettes de taille fixe a été ajouté.
Tags: Minor feature enhancements
Support for barcode type 128a/b/c was added.
Support for static row heights was added. Support
for clipping to cell area was added. An example
for printing fixed-size labels was added.

2002-04-10 23:20
1.1.0

Code-barres de type 2 parmi 5 entrelacés a été ajouté. Une classe conteneur pour mettre plusieurs objets dans un espace défini a été ajouté. Un soutien a été ajoutée pour la construction de tables de cellules-sage. Auto multiples colonnes de largeur dans les tableaux sont désormais autorisées, résultant dans l'espace restant étant répartis également. Un bug a été fait pour les tables: l'écartement des rangs, bordure supérieure, après la frontière en-tête, et la bordure du bas peut maintenant être utilisé sans appliquer une couleur. Les exemples ont été modifiés pour utiliser PDF_new () et pdf_open_file () au lieu de l'obsolète PDF_open () la fonction. Les exemples créer maintenant les documents en mémoire au lieu d'utiliser des fichiers temporaires.
Tags: Minor feature enhancements
Barcode type 2 of 5 interleaved was added. A
container class for putting several objects into a
defined space was added. Support was added for
building tables cell-wise. Multiple auto-width
columns in tables are now allowed, resulting in
the remaining space being equally distributed. A
bugfix was made for tables: row spacing, top
border, after-header border, and bottom border can
now be used without applying a color. The examples
were changed to use PDF_new() and PDF_open_file()
instead of the deprecated PDF_open() function.
The examples now create the documents in memory
instead of using temporary files.

2002-03-28 21:22
1.0.0

Tags: Initial freshmeat announcement

Project Resources