简体   繁体   中英

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)

<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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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