pipwerks / PDFObject

A lightweight JavaScript utility for dynamically embedding PDFs in HTML documents.
http://pdfobject.com/
Other
2.39k stars 986 forks source link

Is there any way to remove the title? #260

Closed maycpou closed 2 years ago

maycpou commented 2 years ago

Is there any way to remove or hide the title next to the menu?In your examples,it is 'Sample PDF'.

pipwerks commented 2 years ago

No, PDFObject just embeds the PDF. How the PDF is displayed, including title, is controlled by the browser. None of the current PDF rendering engines provide an API for controlling items like title. Read pdfobject.com for more details on what can be controlled.