2017 © Pedro Peláez
 

library fpdf-fpdi-symfony2

fpdf vendor for use with Symfony3

image

chadyred/fpdf-fpdi-symfony2

fpdf vendor for use with Symfony3

  • Thursday, May 18, 2017
  • by chadyred
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1,115 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 11 % Grown

The README.md

Easy Pdf Bundle

Thid bundle allow you to design your pdf easily., (*1)

Documentation

  1. Installation
  2. Usage
  3. Lib
  4. Dev

What is FPDF?

FPDF is a PHP class which allows to generate PDF files with pure PHP, that is to say without using the PDFlib library. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs., (*2)

FPDF has other advantages: high level functions. Here is a list of its main features:, (*3)

  • Choice of measure unit, page format and margins
  • Page header and footer management
  • Automatic page break
  • Automatic line break and text justification
  • Image support (JPEG, PNG and GIF)
  • Colors
  • Links
  • TrueType, Type1 and encoding support
  • Page compression

FPDF requires no extension (except zlib to activate compression and GD for GIF support). It works with PHP 4 and PHP 5 (the latest version requires at least PHP 4.3.10)., (*4)

What is FPDI?

The FPDI class is an extension for FPDF allowing you to import existing PDF pages into FPDF. It extends FPDF_TPL which adds a kind of template feature to FPDF., (*5)

FPDI transforms a PDF page into the same structure that is used by FPDF_TPL. The class offers all available methods as you already know from FPDF and extends it with some more methods., (*6)

Todo

  • Made a service to inject easily the pdf instance;
  • Show an exemple made by dependencies injection;
  • Add visual example;
  • Better integration with test (Atoum...)

The Versions

18/05 2017

dev-master

9999999-dev https://github.com/chadyred/EasyPdfBundle

fpdf vendor for use with Symfony3

  Sources   Download

MIT

The Requires

 

by Avatar chadyred

pdf fpdf fpdi

11/01 2017

2.0

2.0.0.0 https://github.com/chadyred/EasyPdfBundle

fpdf vendor for use with Symfony3

  Sources   Download

MIT

The Requires

 

by Avatar chadyred

pdf fpdf fpdi

30/05 2015

1.0

1.0.0.0 http://github.com/chadyred

fpdf vendor for use with symfony2, based on toooni/fpdf

  Sources   Download

BSD-3

The Requires

 

by Avatar chadyred