Download List

Projeto Descrição

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

Alguns PHP 4.x avisos foram corrigidos.
Tags: Minor bugfixes
Some PHP 4.x warnings have been fixed.

2002-05-18 23:53
1.2.0

Suporte para 128a/b/c tipo de código de barras foi adicionado. Suporte para alturas de linha estática foi adicionado. Suporte para recorte para a área de células foi adicionado. Um exemplo para imprimir etiquetas de tamanho fixo foi adicionado.
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

Tipo de código de barras 2 de 5 intercaladas foi adicionado. A classe container para colocar vários objetos em um espaço definido foi adicionado. Suporte foi adicionado para construir tabelas de células-sábio. Várias auto-colunas de largura nas tabelas são permitidas, resultando no espaço restante é distribuído igualmente. A correção de bugs foi feita para os quadros: espaçamento, borda superior, pós-fronteira cabeçalho e borda inferior agora pode ser usado sem a aplicação de uma cor. Os exemplos foram alterados para usar pdf_new () e pdf_open_file () ao invés do PDF_open deprecated () function. Os exemplos agora criar os documentos em memória ao invés de usar arquivos temporários.
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