softpdf.blade.php 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>星优PDF工具箱-星优PDF工具箱最新版免费下载-星优办公软件</title>
  5. <meta name="keywords" content="星优PDF工具箱;星优PDF工具箱下载">
  6. <meta name="description" content="">
  7. @include('home.http.common.head')
  8. <link href="/static/public/css/index.css" rel="stylesheet" type="text/css">
  9. <link href="/static/ebook/ebook.css" rel="stylesheet" type="text/css">
  10. <link href="/static/pdf/pdf.css" rel="stylesheet" type="text/css">
  11. <script type="text/javascript" src="/static/js/polyfill.min.js"></script>
  12. <script type="text/javascript" src="/static/js/es6-promise.min.js"></script>
  13. <script type="text/javascript" src="/static/js/babel.min.js"></script>
  14. <script type="text/javascript" src="/static/js/vue.min.js"></script>
  15. <script type="text/javascript" src="/static/js/iview.min.js"></script>
  16. <script src="/static/js/utils.js"></script>
  17. <script src="/static/js/config.js"></script>
  18. <style>
  19. .nav-ebook {
  20. position:absolute;
  21. right:0px;
  22. top:9px;
  23. color: #fff;
  24. }
  25. .nav-ebook-link li {
  26. padding: 5px 0;
  27. float: left;
  28. }
  29. .nav-ebook-link li+li {
  30. margin-left: 70px;
  31. position: relative;
  32. }
  33. .nav-ebook-link li a {
  34. font-size: 16px;
  35. color: #fff;
  36. line-height: 48px;
  37. display: block;
  38. position: relative;
  39. }
  40. .nav-ebook-link li a:hover {
  41. color: #fff;
  42. }
  43. .nav-ebook-link li a:hover::after {
  44. content: "";
  45. position: absolute;
  46. bottom: 0;
  47. width: 50%;
  48. left: 25%;
  49. height: 4px;
  50. background-color: #fff;
  51. border-radius: 4px;
  52. }
  53. .nav-ebook-link li+li::after {
  54. content: "";
  55. position: absolute;
  56. left: -32px;
  57. height: 20px;
  58. top: 50%;
  59. margin-top: -10px;
  60. border-left: 1px solid #EDEDED;
  61. }
  62. </style>
  63. </head>
  64. <body>
  65. <div class="header">
  66. @include('home.http.common.header')
  67. </div>
  68. <div id="app">
  69. <!--- 首頁輪播 --->
  70. <div class="index-banner head">
  71. <div class="w1024">
  72. <div class="logolay">
  73. <img src="/static/pdf/icon.png" style="width: auto;">
  74. <span>星优办公软件</span>
  75. </div>
  76. <div class="nav-ebook">
  77. </div>
  78. <div class="leftword">
  79. <h1>星优PDF工具箱</h1>
  80. <p class="word1">PDF转文件、文件转PDF<br>PDF合并、PDF加密、PDF内容提取<br>一键式拖拽文件到软件中,批量转换效率更高
  81. <a class="btn1 btnactive js-down ebook-down-btn" href="https://xy.xingyousoft.com/soft/XYPdf/XYPdf_XY.exe"><span style="color: #347aeb;">立即下载</span></a>
  82. </p>
  83. <p class="word2">版本号:v2.1.0.0 <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span> 软件大小:1.56MB</p>
  84. <p class="word2">更新时间:2024-07-07 &nbsp;适合系统:Win7/Win10/Win11</p>
  85. </div>
  86. <img class="rightgif" src="/static/pdf/1.jpg">
  87. </div>
  88. </div>
  89. <div class="index-line">
  90. <div class="w1200 index-line-center">
  91. <h1 class="common-h1" style="padding: 80px 0"><img src="/static/audio/t-bg.png" alt="">一站式处理PDF文件</h1>
  92. <ul class="core-list clearfix">
  93. <li>
  94. <a>
  95. <div>
  96. <img src="/static/pdf/pdf-word.png" alt="">
  97. <h3>PDF转WORD</h3>
  98. </div>
  99. </a>
  100. </li>
  101. <li>
  102. <a>
  103. <div>
  104. <img src="/static/pdf/pdf-ppt.png" alt="">
  105. <h3>PDF转PPT</h3>
  106. </div>
  107. </a>
  108. </li>
  109. <li>
  110. <a>
  111. <div>
  112. <img src="/static/pdf/pdf-excel.png" alt="">
  113. <h3>PDF转EXCEL</h3>
  114. </div>
  115. </a>
  116. </li>
  117. <li>
  118. <a>
  119. <div>
  120. <img src="/static/pdf/pdf-txt.png" alt="">
  121. <h3>PDF转TXT</h3>
  122. </div>
  123. </a>
  124. </li>
  125. <li>
  126. <a>
  127. <div>
  128. <img src="/static/pdf/pdf-img.png" alt="">
  129. <h3>PDF转图片</h3>
  130. </div>
  131. </a>
  132. </li>
  133. <li>
  134. <a>
  135. <div>
  136. <img src="/static/pdf/pdf-html.png" alt="">
  137. <h3>PDF转HTML</h3>
  138. </div>
  139. </a>
  140. </li>
  141. </ul>
  142. <ul class="core-list clearfix">
  143. <li>
  144. <a>
  145. <div>
  146. <img src="/static/pdf/word-pdf.png" alt="">
  147. <h3>WORD转PDF</h3>
  148. </div>
  149. </a>
  150. </li>
  151. <li>
  152. <a>
  153. <div>
  154. <img src="/static/pdf/excel-pdf.png" alt="">
  155. <h3>EXCEL转PDF</h3>
  156. </div>
  157. </a>
  158. </li>
  159. <li>
  160. <a>
  161. <div>
  162. <img src="/static/pdf/ppt-pdf.png" alt="">
  163. <h3>PPT转PDF</h3>
  164. </div>
  165. </a>
  166. </li>
  167. <li>
  168. <a>
  169. <div>
  170. <img src="/static/pdf/img-pdf.png" alt="">
  171. <h3>图片转PDF</h3>
  172. </div>
  173. </a>
  174. </li>
  175. <li>
  176. <a>
  177. <div>
  178. <img src="/static/pdf/a-jiami.png" alt="">
  179. <h3>PDF加密</h3>
  180. </div>
  181. </a>
  182. </li>
  183. <li>
  184. <a>
  185. <div>
  186. <img src="/static/pdf/a-jiemi.png" alt="">
  187. <h3>PDF解密</h3>
  188. </div>
  189. </a>
  190. </li>
  191. </ul>
  192. <ul class="core-list clearfix">
  193. <li>
  194. <a>
  195. <div>
  196. <img src="/static/pdf/a-hebing.png" alt="">
  197. <h3>PDF合并</h3>
  198. </div>
  199. </a>
  200. </li>
  201. <li>
  202. <a>
  203. <div>
  204. <img src="/static/pdf/a-feige.png" alt="">
  205. <h3>PDF分割</h3>
  206. </div>
  207. </a>
  208. </li>
  209. <li>
  210. <a>
  211. <div>
  212. <img src="/static/pdf/a-compress.png" alt="">
  213. <h3>PDF压缩</h3>
  214. </div>
  215. </a>
  216. </li>
  217. <li>
  218. <a>
  219. <div>
  220. <img src="/static/pdf/a-page.png" alt="">
  221. <h3>PDF提取页面</h3>
  222. </div>
  223. </a>
  224. </li>
  225. <li>
  226. <a>
  227. <div>
  228. <img src="/static/pdf/a-img.png" alt="">
  229. <h3>PDF提取图片</h3>
  230. </div>
  231. </a>
  232. </li>
  233. <li>
  234. <a>
  235. <div>
  236. <img src="/static/pdf/a-del.png" alt="">
  237. <h3>PDF删除页面</h3>
  238. </div>
  239. </a>
  240. </li>
  241. </ul>
  242. </div>
  243. </div>
  244. <!-- 选择 -->
  245. <div class="whyChoiceUs w1200">
  246. <h2 class="titleh2css">为什么选择星优PDF工具箱</h2>
  247. <div class="advantage-box">
  248. <div class="box-item">
  249. <img src="/static/pdf/index1.png" alt="功能全面">
  250. <p class="topic">功能全面</p>
  251. <p class="sub">集合各种文件格式互转,图片提取,文件添加水印,PDF文件合并、拆分、压缩、加密等多种功能。</p>
  252. </div>
  253. <div class="box-item">
  254. <img src="/static/pdf/index2.png" alt="转换成功率高">
  255. <p class="topic">转换成功率高</p>
  256. <p class="sub">文档转换不改变原本排版,转换成功率高达99%。</p>
  257. </div>
  258. <div class="box-item">
  259. <img src="/static/pdf/index3.png" alt="安全保障">
  260. <p class="topic">安全保障</p>
  261. <p class="sub">文件转换全程在电脑本地运行,文件信息安全有保障。</p>
  262. </div>
  263. <div class="box-item">
  264. <img src="/static/pdf/index4.png" alt="操作简单">
  265. <p class="topic">操作简单</p>
  266. <p class="sub">智能识别,高效处理,直接拖拽文件至软件界面,即可完成PDF文件相互转换。</p>
  267. </div>
  268. </div>
  269. </div>
  270. @include('home.http.common.footer')
  271. </div>
  272. </body>
  273. <script type="text/javascript" src="/static/public/swiper/swiper-4.3.3.min.js"></script>
  274. <script>
  275. new Vue({
  276. el: '#app',
  277. data: {
  278. target: 'https://www.xingyousoft.com',
  279. productList: [],
  280. },
  281. mounted: function() {
  282. var swiper = new Swiper(".swiper-container", {
  283. slidesPerView: 3,
  284. navigation: {
  285. nextEl: '.swiper-button-next',
  286. prevEl: '.swiper-button-prev',
  287. },
  288. });
  289. this.initList();
  290. },
  291. //方法
  292. methods: {
  293. initList: function() {
  294. // let _this = this;
  295. // axios.post(_this.target + '/api/index/product_list', {
  296. // size: 100,
  297. // page: 1
  298. // }).then(function(response) {
  299. // if (response.data.result) {
  300. // this.productList = response.data.data.list;
  301. // console.log(response.data.data)
  302. // }
  303. // }.bind(_this)).catch(function(error) {
  304. // console.log(error);
  305. // });
  306. },
  307. },
  308. });
  309. </script>
  310. <style>
  311. .info-flex .f-item2 {
  312. width: 25%;
  313. text-align: center;
  314. line-height: 3;
  315. font-weight: 600;
  316. font-size: 15px;
  317. }
  318. .info-flex .icon-o {
  319. width: 100px;
  320. height: 100px;
  321. margin-right: 0;
  322. }
  323. </style>
  324. </html>