PHP7.27: pdf
Posted ®Geovin Du Dream Park™
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP7.27: pdf相关的知识,希望对你有一定的参考价值。
http://www.fpdf.org/
https://github.com/Setasign/FPDF
https://www.ntaso.com/fpdf-and-chinese-characters/
<?php // 1.8.1 //define("FPDF_FONTPATH","font/"); try { require("../fpdf.php"); $pdf = new FPDF(); $pdf->AddPage(); $pdf->SetFont("Arial","B",16); $pdf->Cell(40,10,"Hello World! 涂聚文"); //中文乱码 $pdf->Output(); } catch(Exception $ex) { echo($ex->getMessage()); } ?>
以上是关于PHP7.27: pdf的主要内容,如果未能解决你的问题,请参考以下文章
php7.27: export excel from mysql
使用包含在 HTML 中的外部 CSS 类的 PdfSharp 从 HTML 片段创建 PDF