2013-08-25 197 views

回答

6

您需要使用object,不embed

<object data="filename.pdf" type="application/pdf" width="100%" height="100%"> 
    <p>Your web browser doesn't have a PDF plugin. 
    Instead you can <a href="filename.pdf">click here to 
    download the PDF file.</a></p> 
</object> 
+0

我試過同樣的結果。它只顯示下載它的選項,我現在不想使用它。還有其他選擇嗎? –

0

<embed>標籤已過時。考慮使用<object>標籤。但是,鏈接到PDF文件可能是更好的選擇,因此移動用戶可以全屏查看它。

4

顯示它從谷歌文檔那樣:

<object width="900" height="900" data="https://docs.google.com/gview?embedded=true&url=http://jimbosjoint.com/assets/img/jimbosmenu.pdf"></object> 
+0

如何顯示的下載按鈕? –

+0
相關問題