How do I get the title of a .pdf document to appear as the page title?

前端 未结 2 503
自闭症患者
自闭症患者 2020-12-19 19:21

I\'m posting a PDF at a website and have a link pointing to it, the same as any other file. If the browser is capable, it displays the PDF in a new tab. But the URL (and an

相关标签:
2条回答
  • 2020-12-19 19:52

    I don't think this is something you can control within the PDF itself. It's controlled by the web app serving the PDF, and your browser's PDF plugin, which will most likely just use the PDF's URL as the <title>. The filename of the served PDF can specified by the web app by setting a content-disposition header in the HTTP response, but again this isn't something you can control.

    0 讨论(0)
  • 2020-12-19 20:07

    The text that is displayed in the browser tab has nothing to do with the PDF -- other than it's the URL of the PDF. That info you're seeing is controlled by the web page and by the browser. You cannot change it by making any changes to the PDF.

    0 讨论(0)
提交回复
热议问题