简体   繁体   English

为PDF页面添加标题[FPDF]

[英]Title a PDF page [FPDF]

I'm generating some PDF on my site (with FPDF library) and I can't manage to change the title displayed in the browser (not the one when downloading, but the one corresponding to the HTML) 我正在网站上生成一些PDF(带有FPDF库),并且无法更改浏览器中显示的标题(不是下载时的标题,而是与HTML对应的标题)

<title></title> 

Have you any idea ? 你有什么主意吗?

Yes you can set/change the title by: 是的,您可以通过以下方式设置/更改标题:

$pdf->SetTitle('Title');

Reference: http://www.fpdf.org/es/doc/settitle.htm 参考: http//www.fpdf.org/es/doc/settitle.htm

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM