php - How to change pdf tab title in browser -


my pdf file open in browser tab. in title of pdf tab instead of name shows url how can changed .i using codeigniter framework , using mpdf library pdf.

your pdf document should have title metadata set. afterwards, browser use rendering tab title.

http://www.w3.org/tr/wcag20-techs/pdf18.html


Comments

Popular posts from this blog

php - How can an email be returned from Stripe Checkout? -

SQL php on different pages to Insert (mysqli) -

linked list - Get the index of the Node in a LinkedList which contains the given value in java -