简体   繁体   中英

Render PDF on mobile phone

I'm currently building a website, and i've a link who redirect to a PDF, I'm using embed to render it:

<embed name="B7CBBB19951D7E0EEF11ACD000AE9A05" style="position:absolute; left: 0; top: 0;" width="100%" height="100%" src="./path/to/file.pdf" type="application/pdf" internal id="B7CBBB19951D7E0EEF11ACD000AE9A05">

But, if I open the link with my mobile phone, i can't get any pdf, or i'm getting a button "open" pdf.. (not working) I've tested with android and iOs, and sometimes it's working, sometimes it doesn't Any idea or docs about this?

You can use this:

<iframe src="https://docs.google.com/gview?url=YOUR_LINK_IS_HERE&embedded=true"
style="width:600px; height:500px;" 
frameBorder="0"></iframe>

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