
کد PHP:
<?php// Optionally define the filesystem path to your system fonts
// otherwise tFPDF will use [path to tFPDF]/font/unifont/ directory
// define("_SYSTEM_TTFONTS", "C:/Windows/Fonts/");require('tfpdf.php');$pdf = new tFPDF();
$pdf->AddPage();// Add a Unicode font (uses UTF-8)
$pdf->AddFont('DejaVu','','DejaVuSansCondensed.ttf',true);
$pdf->SetFont('DejaVu','',14);// Load a UTF-8 string from a file and print it
$pdf->Write(8,'سیشسیشس');// Select a standard font (uses windows-1252)$pdf->Output('my.pdf','F');
?>ما را در سایت php مرکز کد های سایت دنبال میکنید
برچسب: نویسنده: استخدام کار بازدید: 140