Registry / utility / tecnick-com-tcpdf

tecnick-com-tcpdf

JSON →
library6.10.1phppackagistunverified

TCPDF is a PHP class for generating PDF documents and barcodes.

composer require tecnick.com/tcpdf
INSTALL
IMPORT
SIG · TECNICK-COM-TCPDF
T
tecnick-com-tcpdf
utilityphpv6.10.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.

TCPDF
use TCPDF;

Create a simple PDF with a 'Hello World' cell and output inline

use TCPDF; $pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false); $pdf->AddPage(); $pdf->SetFont('helvetica', '', 12); $pdf->Cell(0, 10, 'Hello World', 0, 1); $pdf->Output('example.pdf', 'I');
Debug
Known issues
gotchaTCPDF is resource-intensive for large documents and may cause memory issues
fix
Increase PHP memory limit or use streaming for large PDFs
affects: >=6.0.0
Upgrade
Version history
6.10.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
tecnick-com-tcpdf — pip install tecnick-com-tcpdf · libregistry