Registry / utility / itbz-fpdf

itbz-fpdf

JSON →
library1.7.3phppackagistunverified

Unofficial PSR-0 compliant version of the FPDF library for PDF generation.

composer require itbz/fpdf
INSTALL
IMPORT
SIG · ITBZ-FPDF
I
itbz-fpdf
utilityphpv1.7.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FPDF
use FPDF\FPDF;

Create a simple PDF

use FPDF\FPDF; $pdf = new FPDF(); $pdf->AddPage(); $pdf->SetFont('Arial', 'B', 16); $pdf->Cell(40, 10, 'Hello World!'); $pdf->Output();
Debug
Known issues
gotchaThis is an unofficial fork; original FPDF may have different API.
fix
Check documentation for any PSR-0 specific changes.
affects: >=1.7.3
Upgrade
Version history
1.7.3latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
itbz-fpdf — pip install itbz-fpdf · libregistry