Registry / utility / fpdf-fpdf

fpdf-fpdf

JSON →
library1.86.1phppackagistunverified

Composer wrapper for the FPDF library to generate PDFs.

composer require fpdf/fpdf
INSTALL
IMPORT
SIG · FPDF-FPDF
F
fpdf-fpdf
utilityphpv1.86.1
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 with text.

use FPDF\FPDF; $pdf = new FPDF(); $pdf->AddPage(); $pdf->SetFont('Arial', 'B', 16); $pdf->Cell(40, 10, 'Hello World!'); $pdf->Output();
Debug
Known issues
gotchaFPDF is not actively maintained and may have compatibility issues with modern PHP.
fix
Consider using a maintained alternative like TCPDF or Dompdf.
affects: >=1.8.0
Upgrade
Version history
1.86.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
Amazon
1
Bingbot
1
Resources
fpdf-fpdf — pip install fpdf-fpdf · libregistry