Registry / utility / setasign-tfpdf

setasign-tfpdf

JSON →
library1.31.1phppackagistunverified

This class is a modified version of FPDF that adds UTF-8 support. The latest version is based on FPDF 1.85.

composer require setasign/tfpdf
INSTALL
IMPORT
SIG · SETASIGN-TFPDF
S
setasign-tfpdf
utilityphpv1.31.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.

tFPDF
use setasign\tFPDF\tFPDF;

Generate a PDF with UTF-8 support

use setasign\tFPDF\tFPDF; $pdf = new tFPDF(); $pdf->AddPage(); $pdf->Write(10, 'Hello World'); $pdf->Output();
Debug
Known issues
gotchatFPDF is based on FPDF 1.85 which is outdated; consider using TCPDF or mPDF
fix
Use TCPDF or mPDF for better Unicode support and features
affects: >=1.0.0
Upgrade
Version history
1.31.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
setasign-tfpdf — pip install setasign-tfpdf · libregistry