2017 © Pedro Peláez
 

library pdflib

A basic PHP PDF library based on FPDF

image

skurrier/pdflib

A basic PHP PDF library based on FPDF

  • Thursday, June 30, 2016
  • by SkUrRiEr
  • Repository
  • 2 Watchers
  • 2 Stars
  • 787 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

pdflib

A basic PHP PDF library based on FPDF, (*1)

The goal of this libary is to add basic typesetting primitives, basic HTML support and additional features to FPDF to simplify the document-specific code required. It also provides an object oriented class hierarchy for adding document classes, a file structure to put them in and a basic top-level script for browsers., (*2)

Installation

The dependencies are stored in composer.json, so install composer (see https://getcomposer.org/ for instructions) then run:, (*3)

composer install

The GD extension is also required to deinterlace interlaced PNGs., (*4)

Contributing

All contributions must contain a signed-off-by line in accordance with the Developer Certificate of Origin: http://developercertificate.org/, (*5)

All contributions must be licensed under the LGPL 2.1., (*6)

Usage / API

test/example.php is a basic test case and provides a good reference for how a pdf class should work., (*7)

It's output can be found by running:, (*8)

php test/test.php > test.pdf, (*9)

The PDF file produced should be visually identical to the one saved in the top directory as example.pdf., (*10)

The Versions

30/06 2016

dev-master

9999999-dev

A basic PHP PDF library based on FPDF

  Sources   Download

LGPL-2.1

The Requires

 

by Julian Calaby

30/06 2016

v1.0.3

1.0.3.0

A basic PHP PDF library based on FPDF

  Sources   Download

LGPL-2.1

The Requires

 

by Julian Calaby

24/02 2016

v1.0.2

1.0.2.0

A basic PHP PDF library based on FPDF

  Sources   Download

LGPL-2.1

The Requires

 

by Julian Calaby

24/02 2016

v1.0.1

1.0.1.0

A basic PHP PDF library based on FPDF

  Sources   Download

LGPL-2.1

The Requires

 

by Julian Calaby

24/02 2016

v1.0.0

1.0.0.0

A basic PHP PDF library based on FPDF

  Sources   Download

LGPL-2.1

The Requires

 

by Julian Calaby