Download List

Project Description

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.

System Requirements

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

Some PHP 4.x warnings have been fixed.
Tags: Minor bugfixes

2002-05-18 23:53
1.2.0

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.
Tags: Minor feature enhancements

2002-04-10 23:20
1.1.0

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.
Tags: Minor feature enhancements

2002-03-28 21:22
1.0.0

Tags: Initial freshmeat announcement

Project Resources