简体   繁体   中英

Display .PDf file in All Browsers (Mobile and Pc)

I have a web site and .pdf file in my Ftp. I wanna show this pdf file in Android,IOS and Windows all browsers. My page is written in .php Codes Like that

<?php
header('Content-type:application/pdf');
readfile("pf location");
?>

Android devices is Download pdf file. Iso devices is show only frames not information What Do I have to do display .pdf file in All browsers? Thanks a lot

I would try PDF.JS Library.

Example: http://mozilla.github.com/pdf.js/web/viewer.html

Website: http://mozilla.github.com/pdf.js/

Trying to embed the pdf is going to cause the pdf to render differently in different browsers.

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