CINXE.COM

福昕PDF转换器

<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui" /> <meta name="mobile-agent" content="format=[html5]; url=./index.html" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>福昕PDF转换器</title> <meta name="keywords" content="福昕PDF转换器,PDF,图片转PDF,PDF转换器APP,手机PDF转word" /> <meta name="description" content="福昕旗下文件格式转换工具,是您移动办公、文件管理好帮手。福昕PDF转换器文档转换速度快,支持手机PDF转Word、图片转PDF等多种格式互转,准确率高,可直接导入PDF阅读器、PDF编辑器、Adobe、腾讯文档、金山文档、石墨文档、百度网盘等第三方文件" /> <!-- <link rel="caninocal" href="htttp://scanner.pdf365.cn/" /> --> <link id="link1" rel="shortcut icon" type="image/x-icon" href="./images/pdfTranslate.ico" /> <link rel="stylesheet" href="./css/globals.css" /> <link rel="stylesheet" href="./css/index.css" /> </head> <!-- 百度统计 --> <script> var _hmt = _hmt || []; (function () { var hm = document.createElement("script"); hm.src = "//hm.baidu.com/hm.js?c4f958642c5c623b8c32b507cd679efb"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <!--判断打开的终端--> <!-- <script> if (!(navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))) { window.location.href = "./index.html"; } </script> --> <style> #div_maskContainer { display: none; } .image-100 { width: 100%; } #div_icon { position: fixed; top: 10px; right: 20px; width: 82%; z-index: 1001; } /*蒙版样式*/ #div_Mask { z-index: 1000; filter: alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; position: absolute; left: 0px; top: 0px; background-color: #000000; } </style> <body id="scanner_div"> <div class="content"> <div class="content-inside"> <div class="header-logo"> <img src="images/converterlogo.png" alt="" /> <!-- style="display: none" --> <div class="qrcode-pc none"> <img src="images/qrcode-back.png" alt="" class="qrcode-back" /> <img src="images/qrcode.png" alt="" class="qrcode" /> <p>手机扫码下载</p> </div> </div> <div class="scanner-text"> <h2>福昕PDF转换器</h2> <p>多格式文档转换,内容准确不丢失</p> <p>支持图片快速转PDF</p> </div> <a class="down-btn noIosBtn" id="download-android" href="">立即下载</a> <!-- <div class="down-btn none iosBtn" id="download-ios">立即下载</div> --> <a class="down-btn" id="pc-download" href="https://apps.apple.com/cn/app/id1582920160" style="margin-top: 0.3rem; margin-bottom: 4.5rem; display: none" >下载iOS转换器</a > </div> </div> <div class="scanner-footer"> <!-- <div class="scanner-arc"></div> --> <div class="footer-t"> <span class="footer-line footer-line-l"></span> <span>更多福昕产品</span> <span class="footer-line"></span> </div> <div class="footer-down download-btn editor"> <img class="footer-logo" src="images/editor.png" alt="" /> <div class="down-l"> <p class="down-l-t">福昕PDF编辑器</p> <p>像Word一样轻松编辑转换PDF文件!</p> </div> <a class="down-icon"> <img src="images/down.png" alt="" /> </a> </div> <div class="footer-down download-btn reader"> <img class="footer-logo" src="images/reader.png" alt="" /> <div class="down-l"> <p class="down-l-t">福昕PDF阅读器</p> <p>多设备同步阅读,签名注释两不误!</p> </div> <a class="down-icon"> <img src="images/down.png" alt="" /> </a> </div> <div class="footer-down"> <a href="https://mp.weixin.qq.com/s/cHXLYx7_5APdj0DT95XHZA"> <img class="footer-logo" src="images/public.png" alt="" /> <div class="down-l"> <p class="down-l-t">福昕PDF助手</p> <p>微信号:pdfsoft,关注公众号有惊喜!</p> </div> <div class="down-icon"> <img src="images/scan.png" alt="" /> </div> </a> </div> </div> <!-- 引导蒙版 --> <div class="mask none"> <div class="mask-line"> <img src="images/wechat-tip.png" alt="" /> </div> </div> </body> <script src="./js/jquery.js"></script> <script> $(function () { //判断是否为华为移动设备 //判断是否为荣耀产品 let u = window.navigator.userAgent; let userAgent = window.navigator.userAgent.toLowerCase(); let isHuawei = userAgent.match(/huawei/i) == "huawei"; let isHonor = userAgent.match(/honor/i) == "honor"; if (u.indexOf("iPhone") > -1 || u.indexOf("iPad") > -1) { // $(".iosBtn").removeClass("none"); // $(".noIosBtn").addClass("none"); $("#download-android").attr( "href", "https://apps.apple.com/cn/app/id1582920160" ); window.location.href = "https://apps.apple.com/cn/app/id1582920160"; } else { //是否含有agent参数 let agent = GetQueryString("agent"); if (agent) { $("#download-android").attr( "href", "https://file.foxitreader.cn/file/Channel/ChangeAndroid/PDFconvert" + agent + "Release.apk" ); } else { $("#download-android").attr( "href", "https://file.foxitreader.cn/file/Channel/ChangeAndroid/PDFconvertzhqcpyRelease.apk" ); } } $(document).on("click", "#download-ios", function () { alert("转换器目前仅提供安卓版"); }); // PC端显示下载ios编辑器按钮 var isPC = !/Android|webOS|iPhone|iPad|BlackBerry/i.test(u); // 是否电脑 if (isPC) { $("#pc-download").show(); $(".qrcode-pc").removeClass("none"); $("#download-android").text("下载安卓转换器"); } $(document).on("click", "#download-android ", function () { //是否是华为 // if (isHuawei || isHonor) { // window.location.href = 'http://cdc.hispace.hicloud.com/000000K6'; // return false; // } //是否微信 if (userAgent.match(/MicroMessenger/i) == "micromessenger") { $(".mask").removeClass("none"); //蒙版关闭 $(".mask").on("click", function () { $(".mask").addClass("none"); }); return false; } else { trace( "微信安卓下载", "点击", "http://mzhq.pdf365.cn/download/app/converter.html", "1" ); } }); $(".download-btn").click(function (e) { // if ( // (userAgent.match(/MicroMessenger/i) == "micromessenger" && // u.indexOf("iPhone") > -1) || // u.indexOf("iPad") > -1 // ) { // //微信且IOS // if (e.currentTarget.className.indexOf("reader") >= 0) { // window.location.href = "https://apps.apple.com/cn/app/id1505441434"; // } else if (e.currentTarget.className.indexOf("editor") >= 0) { // window.location.href = "https://apps.apple.com/cn/app/id1547219305"; // } // return; // } //是否微信 if (userAgent.match(/MicroMessenger/i) == "micromessenger") { $(".mask").removeClass("none"); //蒙版关闭 $(".mask").on("click", function () { $(".mask").addClass("none"); }); return false; } else { //如果是ios设备则跳转到itunes if (u.indexOf("iPhone") > -1 || u.indexOf("iPad") > -1) { if (e.currentTarget.className.indexOf("reader") >= 0) { window.location.href = "https://apps.apple.com/cn/app/id1505441434"; } else if (e.currentTarget.className.indexOf("editor") >= 0) { window.location.href = "https://apps.apple.com/cn/app/id1547219305"; } } else { if (e.currentTarget.className.indexOf("reader") >= 0) { window.location.href = "https://file.foxitreader.cn/file/Channel/PhoneReader/ReaderzhqcpyRelease.apk"; } else if (e.currentTarget.className.indexOf("editor") >= 0) { window.location.href = "https://file.foxitreader.cn/file/Channel/PhoneReaderEdit/editzhqcpyRelease.apk"; } } } }); //URL是否含有agent参数 function trace(category, action, opt_label, opt_value) { _hmt.push(["_trackEvent", category, action, opt_label, opt_value]); } }); //获取URL参数 function GetQueryString(name) { let reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); let r = window.location.search.substr(1).match(reg); if (r != null) return unescape(r[2]); return ""; } </script> </html>

Pages: 1 2 3 4 5 6 7 8 9 10