Registry / utility / tecnickcom-tcpdf

tecnickcom-tcpdf

JSON →
library6.11.3phppackagistunverified

Deprecated legacy PDF engine for PHP. For new projects use tecnickcom/tc-lib-pdf.

composer require tecnickcom/tcpdf
INSTALL
IMPORT
SIG · TECNICKCOM-TCPDF
T
tecnickcom-tcpdf
utilityphpv6.11.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.

TCPDF
use TCPDF;

Generate a simple PDF document with text.

use TCPDF; $pdf = new TCPDF(); $pdf->AddPage(); $pdf->Write(0, 'Hello World'); $pdf->Output('example.pdf', 'I');
Debug
Known issues
breakingTCPDF is deprecated and no longer maintained.
fix
Migrate to tecnickcom/tc-lib-pdf for new projects.
affects: >=6.0.0
breakingTCPDF has known security vulnerabilities in older versions.
fix
Update to the latest version (6.11.3) or migrate to a maintained library.
affects: <6.11.3
Upgrade
Version history
6.11.3latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
OpenAI (training)
1
Resources
tecnickcom-tcpdf — pip install tecnickcom-tcpdf · libregistry