ChooseProduct.vue 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816
  1. <template>
  2. <div class="container">
  3. <el-tabs v-model="activeName" tab-position="left" type="card" class="<lg:hidden">
  4. <el-tab-pane name="1">
  5. <span slot="label" class="flex justify-between items-center"><span>ComPDFKit PDF SDK</span><Arrow class="arrow" :class="activeName === 'first' && 'transform rotate-90'" /></span>
  6. <div class="flex flex-wrap justify-between">
  7. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  8. <div class="flex items-center">
  9. <img src="../assets/images/home/products_icon/i_pdf_preview.svg" alt="">
  10. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF查看</span>
  11. </div>
  12. <p class="pt-4px text-16px leading-24px text-[#606972]">提供强大的渲染引擎,轻松渲染复杂的PDF文档,支持自定义UI和各种功能操作,如单双页布局,连续滚动,书签,大纲和缩略图等。</p>
  13. </div>
  14. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  15. <div class="flex items-center">
  16. <img src="../assets/images/home/products_icon/i_pdf_note.svg" alt="">
  17. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF批注</span>
  18. </div>
  19. <p class="pt-4px text-16px leading-24px text-[#606972]">拥有独立的注释控件。支持添加、删除、编辑、导入、导出、扁平化所有类型的PDF标记以及自定义注释,包括亮高、手绘、文本框、附注等。</p>
  20. </div>
  21. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  22. <div class="flex items-center">
  23. <img src="../assets/images/home/products_icon/i_pdf_signature.svg" alt="">
  24. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">数字签名</span>
  25. </div>
  26. <p class="pt-4px text-16px leading-24px text-[#606972]">支持添加传统的电子签名和数字签名,以跟踪和加速签名工作流程,同时保证签名的真实性和安全性。</p>
  27. </div>
  28. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  29. <div class="flex items-center">
  30. <img src="../assets/images/home/products_icon/i_pdf_form.svg" alt="">
  31. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF表单填写</span>
  32. </div>
  33. <p class="pt-4px text-16px leading-24px text-[#606972]">可以轻松创建、删除、编辑、填写、扁平化和打印表单域,包括文本域、复选框、单选按钮、下拉列表和签名等。</p>
  34. </div>
  35. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  36. <div class="flex items-center">
  37. <img src="../assets/images/home/products_icon/i_pdf_pages.svg" alt="">
  38. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF页面管理</span>
  39. </div>
  40. <p class="pt-4px text-16px leading-24px text-[#606972]">添加PDF页面管理功能到应用程序,实现PDF文档增加空白页、删除、复制、重排、旋转、裁剪、拆分合并等页面管理的所有需求。</p>
  41. </div>
  42. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  43. <div class="flex items-center">
  44. <img src="../assets/images/home/products_icon/i_pdf_edit.svg" alt="">
  45. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF内容编辑</span>
  46. </div>
  47. <p class="pt-4px text-16px leading-24px text-[#606972]">轻松添加、编辑、删除PDF中的文本和图像,同时支持更改文档内容的大小、字体和颜色等。</p>
  48. </div>
  49. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  50. <div class="flex items-center">
  51. <img src="../assets/images/home/products_icon/i_pdf_protect.svg" alt="">
  52. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF安全保护</span>
  53. </div>
  54. <p class="pt-4px text-16px leading-24px text-[#606972]">通过密码、权限等多种方式对PDF文档进行保护。针对共享文件,可添加自定义的页眉页脚、水印、贝茨码来保护知识产权。</p>
  55. </div>
  56. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  57. <div class="flex items-center">
  58. <img src="../assets/images/home/products_icon/i_pdf_mark.svg" alt="">
  59. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">标记密文</span>
  60. </div>
  61. <p class="pt-4px text-16px leading-24px text-[#606972]">对图像、文本和矢量图形中的敏感信息或隐私数据进行不可逆的密文处理,阻止了他人访问敏感信息。同时支持多种方式标记密文。</p>
  62. </div>
  63. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px">
  64. <div class="flex items-center">
  65. <img src="../assets/images/home/products_icon/i_pdf_transform.svg" alt="">
  66. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF转PDF/A</span>
  67. </div>
  68. <p class="pt-4px text-16px leading-24px text-[#606972]">支持PDF文件转换为符合ISO标准的PDF/A文档,包括PDF/A-1a和PDF/A-1b。为长期、安全地归档电子文件提供解决方案。</p>
  69. </div>
  70. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px">
  71. <div class="flex items-center">
  72. <img src="../assets/images/home/products_icon/i_pdf_compare.svg" alt="">
  73. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF文档对比</span>
  74. </div>
  75. <p class="pt-4px text-16px leading-24px text-[#606972]">提供文档对比功能,对比相似的或不同版本的PDF文档。支持对比文档中的文字、图片、线条等内容。以不同颜色展示PDF文档的编辑、删除、增加等变动。</p>
  76. </div>
  77. </div>
  78. </el-tab-pane>
  79. <el-tab-pane name="2">
  80. <span slot="label" class="flex justify-between items-center"><span>ComPDFKit 转档 SDK</span><Arrow class="arrow" :class="activeName === 'second' && 'transform rotate-90'" /></span>
  81. <div class="flex flex-wrap justify-between">
  82. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  83. <div class="flex items-center">
  84. <img src="../assets/images/home/products_icon/i_transform_to_word.svg" alt="">
  85. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF转Word</span>
  86. </div>
  87. <p class="pt-4px text-16px leading-24px text-[#606972]">支持将PDF文件中的内容转为流排结构的数据,并保持原文件页面布局。支持字体大小、颜色、粗体、斜体和下划线等识别。</p>
  88. </div>
  89. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  90. <div class="flex items-center">
  91. <img src="../assets/images/home/products_icon/i_transform_to_excel.svg" alt="">
  92. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF转Excel</span>
  93. </div>
  94. <p class="pt-4px text-16px leading-24px text-[#606972]">PDF文件支持转档有边框、无边框、边框不全的Excel表格,可1:1还原单元格、原文件排版,并支持识别表格内的公式。</p>
  95. </div>
  96. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  97. <div class="flex items-center">
  98. <img src="../assets/images/home/products_icon/i_transform_to_ppt.svg" alt="">
  99. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF转PPT</span>
  100. </div>
  101. <p class="pt-4px text-16px leading-24px text-[#606972]">提供转档开发库将每页PDF内容转换为可编辑的PPT,将文本转换为文本框;识别文件内的图片并支持进行旋转、裁剪等操作。</p>
  102. </div>
  103. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  104. <div class="flex items-center">
  105. <img src="../assets/images/home/products_icon/i_transform_to_txt.svg" alt="">
  106. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF转TXT</span>
  107. </div>
  108. <p class="pt-4px text-16px leading-24px text-[#606972]">支持将PDF转为TXT纯文本格式,几乎所有平台都支持打开&阅读的格式,文件体积小便于储存,打开迅速无缓冲。</p>
  109. </div>
  110. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  111. <div class="flex items-center">
  112. <img src="../assets/images/home/products_icon/i_transform_to_csv.svg" alt="">
  113. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF转CSV</span>
  114. </div>
  115. <p class="pt-4px text-16px leading-24px text-[#606972]">ComPDFKit转档SDK支持从PDF中准确提取表格并将其转换为CSV,一个表格转换为一个CSV文件。</p>
  116. </div>
  117. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  118. <div class="flex items-center">
  119. <img src="../assets/images/home/products_icon/i_transform_to_image.svg" alt="">
  120. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF转Image</span>
  121. </div>
  122. <p class="pt-4px text-16px leading-24px text-[#606972]">提供SDK将PDF文件转换为高质量的图像格式,包括PNG和JPEG。保证所有图像质量和分辨率都将保持不变。</p>
  123. </div>
  124. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  125. <div class="flex items-center">
  126. <img src="../assets/images/home/products_icon/i_transform_to_rtf.svg" alt="">
  127. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF转RTF</span>
  128. </div>
  129. <p class="pt-4px text-16px leading-24px text-[#606972]">提供SDK轻松实现将 PDF 文件转换为可编辑的RTF(富文本格式)文件。</p>
  130. </div>
  131. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  132. <div class="flex items-center">
  133. <img src="../assets/images/home/products_icon/i_transform_to_html.svg" alt="">
  134. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF转HTML</span>
  135. </div>
  136. <p class="pt-4px text-16px leading-24px text-[#606972]">ComPDFKit转档SDK支持将PDF转为单页或多页的可供网页浏览器读取的HTML网页。</p>
  137. </div>
  138. </div>
  139. </el-tab-pane>
  140. <el-tab-pane name="3">
  141. <span slot="label" class="flex justify-between items-center"><span>ComPDFKit API</span><Arrow class="arrow" :class="activeName === 'third' && 'transform rotate-90'" /></span>
  142. <div class="flex flex-wrap justify-between">
  143. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  144. <div class="flex items-center">
  145. <img src="../assets/images/home/products_icon/i_api_to_word.svg" alt="">
  146. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF To / From Word</span>
  147. </div>
  148. <p class="pt-4px text-16px leading-24px text-[#606972]">提供API接口,帮助您的APP实现PDF文件和Word文件格式互转:PDF转Word、Word转PDF格式。</p>
  149. </div>
  150. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  151. <div class="flex items-center">
  152. <img src="../assets/images/home/products_icon/i_api_to_excel.svg" alt="">
  153. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF To / From Excel</span>
  154. </div>
  155. <p class="pt-4px text-16px leading-24px text-[#606972]">提供API接口,帮助您的APP实现PDF文件和Excel文件格式互转:PDF转Excel、 Excel转PDF格式。</p>
  156. </div>
  157. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  158. <div class="flex items-center">
  159. <img src="../assets/images/home/products_icon/i_api_to_ppt.svg" alt="">
  160. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF To / From PPT</span>
  161. </div>
  162. <p class="pt-4px text-16px leading-24px text-[#606972]">提供API接口,帮助您的APP实现PDF文件和PowerPoint文件格式互转:PDF转PPT、PPT转PDF格式。</p>
  163. </div>
  164. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  165. <div class="flex items-center">
  166. <img src="../assets/images/home/products_icon/i_api_to_html.svg" alt="">
  167. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF To / From HTML</span>
  168. </div>
  169. <p class="pt-4px text-16px leading-24px text-[#606972]">提供API接口,帮助您的APP实现PDF文件和HTML文件格式互转:PDF转HTML、HTML转PDF格式。</p>
  170. </div>
  171. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  172. <div class="flex items-center">
  173. <img src="../assets/images/home/products_icon/i_api_to_image.svg" alt="">
  174. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF To Image (PNG / JPG)</span>
  175. </div>
  176. <p class="pt-4px text-16px leading-24px text-[#606972]">提供API接口,帮助您的APP实现PDF文件转Image文件格式:PDF转PNG、PDF转JPG。</p>
  177. </div>
  178. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  179. <div class="flex items-center">
  180. <img src="../assets/images/home/products_icon/i_api_to_text.svg" alt="">
  181. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF To Text</span>
  182. </div>
  183. <p class="pt-4px text-16px leading-24px text-[#606972]">提供API接口,帮助您的APP实现PDF文件和Text文件格式互转:PDF转Text、Text转PDF格式。</p>
  184. </div>
  185. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  186. <div class="flex items-center">
  187. <img src="../assets/images/home/products_icon/i_api_to_csv.svg" alt="">
  188. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF To / From CSV</span>
  189. </div>
  190. <p class="pt-4px text-16px leading-24px text-[#606972]">提供API接口,帮助您的APP实现PDF文件和CSV文件格式互转:PDF转CSV、CSV转PDF格式。</p>
  191. </div>
  192. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  193. <div class="flex items-center">
  194. <img src="../assets/images/home/products_icon/i_api_to_rtf.svg" alt="">
  195. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF To / From RTF</span>
  196. </div>
  197. <p class="pt-4px text-16px leading-24px text-[#606972]">提供API接口,帮助您的APP实现PDF文件和RTF文件格式互转:PDF转RTF、RTF转PDF格式。</p>
  198. </div>
  199. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  200. <div class="flex items-center">
  201. <img src="../assets/images/home/products_icon/i_api_to_pdf.svg" alt="">
  202. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PNG To PDF</span>
  203. </div>
  204. <p class="pt-4px text-16px leading-24px text-[#606972]">提供API接口,帮助您的APP实现PNG转PDF文件格式。</p>
  205. </div>
  206. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  207. <div class="flex items-center">
  208. <img src="../assets/images/home/products_icon/i_api_ocr.svg" alt="">
  209. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">OCR识别</span>
  210. </div>
  211. <p class="pt-4px text-16px leading-24px text-[#606972]">ComPDFKit提供API接口对PDF文件、图片或扫描文档中的文字、表格进行高精度识别。支持同时识别70+种语言。</p>
  212. </div>
  213. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  214. <div class="flex items-center">
  215. <img src="../assets/images/home/products_icon/i_api_doc_split.svg" alt="">
  216. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF文档拆分</span>
  217. </div>
  218. <p class="pt-4px text-16px leading-24px text-[#606972]">提供API接口,指定页面分割或分割特定的页面集,并将其保存为单独的PDF文件。</p>
  219. </div>
  220. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  221. <div class="flex items-center">
  222. <img src="../assets/images/home/products_icon/i_api_doc_merge.svg" alt="">
  223. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF文档合并</span>
  224. </div>
  225. <p class="pt-4px text-16px leading-24px text-[#606972]">支持调用API接口,将两个文档或文档列表合并为一个PDF文档。</p>
  226. </div>
  227. </div>
  228. </el-tab-pane>
  229. <el-tab-pane name="4">
  230. <span slot="label" class="flex justify-between items-center"><span>Document AI</span><Arrow class="arrow" :class="activeName === 'fourth' && 'transform rotate-90'" /></span>
  231. <div class="flex flex-wrap justify-between">
  232. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  233. <div class="flex items-center">
  234. <img src="../assets/images/home/products_icon/i_api_ocr.svg" alt="">
  235. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">OCR文档识别</span>
  236. </div>
  237. <p class="pt-4px text-16px leading-24px text-[#606972]">通过文档智能学习,和对大量的数据集进行模型训练,实现了精准的版面分析、表格识别和文字识别,并转换为可编辑的PDF文件,支持识别70+种语言。</p>
  238. </div>
  239. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  240. <div class="flex items-center">
  241. <img src="../assets/images/home/products_icon/i_doc_ai_data.svg" alt="">
  242. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">数据提取</span>
  243. </div>
  244. <p class="pt-4px text-16px leading-24px text-[#606972]">有效提取PDF中的表格、段落、图片等数据,支持提取关键信息等。灵活导出为Excel,CSV等文件格式,或输出为结构化的JSON,XML数据等。</p>
  245. </div>
  246. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  247. <div class="flex items-center">
  248. <img src="../assets/images/home/products_icon/i_doc_ai_module.svg" alt="">
  249. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">版面分析</span>
  250. </div>
  251. <p class="pt-4px text-16px leading-24px text-[#606972]">Document AI支持分析财务报表、证件、论文等文档,进行智能学习,训练模型库。精准分析该文档的区域,如页眉&页脚、文字、标题、表格、图片等。</p>
  252. </div>
  253. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  254. <div class="flex items-center">
  255. <img src="../assets/images/home/products_icon/i_doc_ai_image.svg" alt="">
  256. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">图像预处理</span>
  257. </div>
  258. <p class="pt-4px text-16px leading-24px text-[#606972]">Document AI通过边缘检测、增强局部对比度、自动图像去偏、失真校正、模糊校正等操作对模糊、倾斜、褶皱的图片进行处理,得到清晰的图片。</p>
  259. </div>
  260. </div>
  261. </el-tab-pane>
  262. <el-tab-pane name="5">
  263. <span slot="label" class="flex justify-between items-center"><span>Web Viewer</span><Arrow class="arrow" :class="activeName === 'fifth' && 'transform rotate-90'" /></span>
  264. <div class="flex flex-wrap justify-between">
  265. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  266. <div class="flex items-center">
  267. <img src="../assets/images/home/products_icon/i_pdf_preview.svg" alt="">
  268. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF查看</span>
  269. </div>
  270. <p class="pt-4px text-16px leading-24px text-[#606972]">提供强大的渲染引擎,轻松渲染复杂的PDF文档,支持自定义UI和各种功能操作,如单双页布局,连续滚动,书签,大纲和缩略图等。</p>
  271. </div>
  272. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  273. <div class="flex items-center">
  274. <img src="../assets/images/home/products_icon/i_pdf_pages.svg" alt="">
  275. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF页面管理</span>
  276. </div>
  277. <p class="pt-4px text-16px leading-24px text-[#606972]">添加PDF页面管理功能到Web平台,实现PDF文档增加空白页、删除、复制、重排、旋转、裁剪、拆分合并等页面管理的所有需求。</p>
  278. </div>
  279. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  280. <div class="flex items-center">
  281. <img src="../assets/images/home/products_icon/i_pdf_note.svg" alt="">
  282. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF批注</span>
  283. </div>
  284. <p class="pt-4px text-16px leading-24px text-[#606972]">拥有独立的注释控件。支持添加、删除、编辑、导入、导出、扁平化所有类型的PDF标记以及自定义注释,包括亮高、手绘、图章、文本框、链接等。</p>
  285. </div>
  286. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  287. <div class="flex items-center">
  288. <img src="../assets/images/home/products_icon/i_pdf_form.svg" alt="">
  289. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF表单填写</span>
  290. </div>
  291. <p class="pt-4px text-16px leading-24px text-[#606972]">可以轻松创建、删除、编辑、填写、扁平化和打印表单域,包括文本域、复选框、单选按钮、下拉列表和签名等。</p>
  292. </div>
  293. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  294. <div class="flex items-center">
  295. <img src="../assets/images/home/products_icon/i_pdf_compare.svg" alt="">
  296. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF文档对比</span>
  297. </div>
  298. <p class="pt-4px text-16px leading-24px text-[#606972]">提供文档对比功能,对比相似的或不同版本的PDF文档。支持对比文档中的文字、图片、线条等内容。以不同颜色展示PDF文档的编辑、删除、增加等变动。</p>
  299. </div>
  300. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  301. <div class="flex items-center">
  302. <img src="../assets/images/home/products_icon/i_web_measure.svg" alt="">
  303. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">测量</span>
  304. </div>
  305. <p class="pt-4px text-16px leading-24px text-[#606972]">提供建筑行业解决方案,支持进行在线测量,根据比例测量两点之间的距离,计算图形面积、周长。</p>
  306. </div>
  307. <div class="w-[calc(50%-7px)] min-h-148px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  308. <div class="flex items-center">
  309. <img src="../assets/images/home/products_icon/i_web_ui.svg" alt="">
  310. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">自定义UI</span>
  311. </div>
  312. <p class="pt-4px text-16px leading-24px text-[#606972]">根据网页需要,Web Viewer提供灵活的、可自定义的工具栏,支持工具栏侧边显示。</p>
  313. </div>
  314. </div>
  315. </el-tab-pane>
  316. </el-tabs>
  317. <el-collapse v-model="activeName" accordion class="lg:hidden" @change="changeCollapse">
  318. <el-collapse-item title="ComPDFKit PDF SDK" name="product1">
  319. <div ref="mySwiper1" v-swiper:mySwiper1="swiperOption" class="swiper-container relative overflow-hidden w-full h-auto pb-40px">
  320. <div class="swiper-pagination absolute text-center z-2">
  321. <span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span>
  322. </div>
  323. <div class="swiper-wrapper flex relative w-full h-full z-1">
  324. <div class="swiper-slide container relative w-full h-auto">
  325. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  326. <div class="flex items-center">
  327. <img src="../assets/images/home/products_icon/i_pdf_preview.svg" alt="">
  328. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF查看</span>
  329. </div>
  330. <p class="pt-4px text-16px leading-24px text-[#606972]">提供强大的渲染引擎,轻松渲染复杂的PDF文档,支持自定义UI和各种功能操作,如单双页布局,连续滚动,书签,大纲和缩略图等。</p>
  331. </div>
  332. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  333. <div class="flex items-center">
  334. <img src="../assets/images/home/products_icon/i_pdf_note.svg" alt="">
  335. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF批注</span>
  336. </div>
  337. <p class="pt-4px text-16px leading-24px text-[#606972]">拥有独立的注释控件。支持添加、删除、编辑、导入、导出、扁平化所有类型的PDF标记以及自定义注释,包括亮高、手绘、文本框、附注等。</p>
  338. </div>
  339. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  340. <div class="flex items-center">
  341. <img src="../assets/images/home/products_icon/i_pdf_signature.svg" alt="">
  342. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">数字签名</span>
  343. </div>
  344. <p class="pt-4px text-16px leading-24px text-[#606972]">支持添加传统的电子签名和数字签名,以跟踪和加速签名工作流程,同时保证签名的真实性和安全性。</p>
  345. </div>
  346. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px">
  347. <div class="flex items-center">
  348. <img src="../assets/images/home/products_icon/i_pdf_form.svg" alt="">
  349. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF表单填写</span>
  350. </div>
  351. <p class="pt-4px text-16px leading-24px text-[#606972]">可以轻松创建、删除、编辑、填写、扁平化和打印表单域,包括文本域、复选框、单选按钮、下拉列表和签名等。</p>
  352. </div>
  353. </div>
  354. <div class="swiper-slide container relative w-full h-auto">
  355. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  356. <div class="flex items-center">
  357. <img src="../assets/images/home/products_icon/i_pdf_pages.svg" alt="">
  358. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF页面管理</span>
  359. </div>
  360. <p class="pt-4px text-16px leading-24px text-[#606972]">添加PDF页面管理功能到应用程序,实现PDF文档增加空白页、删除、复制、重排、旋转、裁剪、拆分合并等页面管理的所有需求。</p>
  361. </div>
  362. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  363. <div class="flex items-center">
  364. <img src="../assets/images/home/products_icon/i_pdf_edit.svg" alt="">
  365. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF内容编辑</span>
  366. </div>
  367. <p class="pt-4px text-16px leading-24px text-[#606972]">轻松添加、编辑、删除PDF中的文本和图像,同时支持更改文档内容的大小、字体和颜色等。</p>
  368. </div>
  369. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  370. <div class="flex items-center">
  371. <img src="../assets/images/home/products_icon/i_pdf_protect.svg" alt="">
  372. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF安全保护</span>
  373. </div>
  374. <p class="pt-4px text-16px leading-24px text-[#606972]">通过密码、权限等多种方式对PDF文档进行保护。针对共享文件,可添加自定义的页眉页脚、水印、贝茨码来保护知识产权。</p>
  375. </div>
  376. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px">
  377. <div class="flex items-center">
  378. <img src="../assets/images/home/products_icon/i_pdf_mark.svg" alt="">
  379. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">标记密文</span>
  380. </div>
  381. <p class="pt-4px text-16px leading-24px text-[#606972]">对图像、文本和矢量图形中的敏感信息或隐私数据进行不可逆的密文处理,阻止了他人访问敏感信息。同时支持多种方式标记密文。</p>
  382. </div>
  383. </div>
  384. <div class="swiper-slide container relative w-full h-auto">
  385. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  386. <div class="flex items-center">
  387. <img src="../assets/images/home/products_icon/i_pdf_transform.svg" alt="">
  388. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF转PDF/A</span>
  389. </div>
  390. <p class="pt-4px text-16px leading-24px text-[#606972]">支持PDF文件转换为符合ISO标准的PDF/A文档,包括PDF/A-1a和PDF/A-1b。为长期、安全地归档电子文件提供解决方案。</p>
  391. </div>
  392. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px">
  393. <div class="flex items-center">
  394. <img src="../assets/images/home/products_icon/i_pdf_compare.svg" alt="">
  395. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF文档对比</span>
  396. </div>
  397. <p class="pt-4px text-16px leading-24px text-[#606972]">提供文档对比功能,对比相似的或不同版本的PDF文档。支持对比文档中的文字、图片、线条等内容。以不同颜色展示PDF文档的编辑、删除、增加等变动。</p>
  398. </div>
  399. </div>
  400. </div>
  401. </div>
  402. </el-collapse-item>
  403. <el-collapse-item title="ComPDFKit 转档 SDK" name="product2">
  404. <div ref="mySwiper2" v-swiper:mySwiper2="swiperOption" class="swiper-container relative overflow-hidden w-full h-auto pb-40px">
  405. <div class="swiper-pagination absolute text-center z-2">
  406. <span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span>
  407. </div>
  408. <div class="swiper-wrapper flex relative w-full h-full z-1">
  409. <div class="swiper-slide container relative w-full h-auto">
  410. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  411. <div class="flex items-center">
  412. <img src="../assets/images/home/products_icon/i_transform_to_word.svg" alt="">
  413. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF转Word</span>
  414. </div>
  415. <p class="pt-4px text-16px leading-24px text-[#606972]">支持将PDF文件中的内容转为流排结构的数据,并保持原文件页面布局。支持字体大小、颜色、粗体、斜体和下划线等识别。</p>
  416. </div>
  417. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  418. <div class="flex items-center">
  419. <img src="../assets/images/home/products_icon/i_transform_to_excel.svg" alt="">
  420. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF转Excel</span>
  421. </div>
  422. <p class="pt-4px text-16px leading-24px text-[#606972]">PDF文件支持转档有边框、无边框、边框不全的Excel表格,可1:1还原单元格、原文件排版,并支持识别表格内的公式。</p>
  423. </div>
  424. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  425. <div class="flex items-center">
  426. <img src="../assets/images/home/products_icon/i_transform_to_ppt.svg" alt="">
  427. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF转PPT</span>
  428. </div>
  429. <p class="pt-4px text-16px leading-24px text-[#606972]">提供转档开发库将每页PDF内容转换为可编辑的PPT,将文本转换为文本框;识别文件内的图片并支持进行旋转、裁剪等操作。</p>
  430. </div>
  431. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px">
  432. <div class="flex items-center">
  433. <img src="../assets/images/home/products_icon/i_transform_to_txt.svg" alt="">
  434. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF转TXT</span>
  435. </div>
  436. <p class="pt-4px text-16px leading-24px text-[#606972]">支持将PDF转为TXT纯文本格式,几乎所有平台都支持打开&阅读的格式,文件体积小便于储存,打开迅速无缓冲。</p>
  437. </div>
  438. </div>
  439. <div class="swiper-slide container relative w-full h-auto">
  440. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  441. <div class="flex items-center">
  442. <img src="../assets/images/home/products_icon/i_transform_to_csv.svg" alt="">
  443. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF转CSV</span>
  444. </div>
  445. <p class="pt-4px text-16px leading-24px text-[#606972]">ComPDFKit转档SDK支持从PDF中准确提取表格并将其转换为CSV,一个表格转换为一个CSV文件。</p>
  446. </div>
  447. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  448. <div class="flex items-center">
  449. <img src="../assets/images/home/products_icon/i_transform_to_image.svg" alt="">
  450. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF转Image</span>
  451. </div>
  452. <p class="pt-4px text-16px leading-24px text-[#606972]">提供SDK将PDF文件转换为高质量的图像格式,包括PNG和JPEG。保证所有图像质量和分辨率都将保持不变。</p>
  453. </div>
  454. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  455. <div class="flex items-center">
  456. <img src="../assets/images/home/products_icon/i_transform_to_rtf.svg" alt="">
  457. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF转RTF</span>
  458. </div>
  459. <p class="pt-4px text-16px leading-24px text-[#606972]">提供SDK轻松实现将 PDF 文件转换为可编辑的RTF(富文本格式)文件。</p>
  460. </div>
  461. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px">
  462. <div class="flex items-center">
  463. <img src="../assets/images/home/products_icon/i_transform_to_html.svg" alt="">
  464. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF转HTML</span>
  465. </div>
  466. <p class="pt-4px text-16px leading-24px text-[#606972]">ComPDFKit转档SDK支持将PDF转为单页或多页的可供网页浏览器读取的HTML网页。</p>
  467. </div>
  468. </div>
  469. </div>
  470. </div>
  471. </el-collapse-item>
  472. <el-collapse-item title="ComPDFKit API" name="product3">
  473. <div ref="mySwiper3" v-swiper:mySwiper3="swiperOption" class="swiper-container relative overflow-hidden w-full h-auto pb-40px">
  474. <div class="swiper-pagination absolute text-center z-2">
  475. <span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span>
  476. </div>
  477. <div class="swiper-wrapper flex relative w-full h-full z-1">
  478. <div class="swiper-slide container relative w-full h-auto">
  479. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  480. <div class="flex items-center">
  481. <img src="../assets/images/home/products_icon/i_api_to_word.svg" alt="">
  482. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF To / From Word</span>
  483. </div>
  484. <p class="pt-4px text-16px leading-24px text-[#606972]">提供API接口,帮助您的APP实现PDF文件和Word文件格式互转:PDF转Word、Word转PDF格式。</p>
  485. </div>
  486. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  487. <div class="flex items-center">
  488. <img src="../assets/images/home/products_icon/i_api_to_excel.svg" alt="">
  489. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF To / From Excel</span>
  490. </div>
  491. <p class="pt-4px text-16px leading-24px text-[#606972]">提供API接口,帮助您的APP实现PDF文件和Excel文件格式互转:PDF转Excel、 Excel转PDF格式。</p>
  492. </div>
  493. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  494. <div class="flex items-center">
  495. <img src="../assets/images/home/products_icon/i_api_to_ppt.svg" alt="">
  496. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF To / From PPT</span>
  497. </div>
  498. <p class="pt-4px text-16px leading-24px text-[#606972]">提供API接口,帮助您的APP实现PDF文件和PowerPoint文件格式互转:PDF转PPT、PPT转PDF格式。</p>
  499. </div>
  500. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px">
  501. <div class="flex items-center">
  502. <img src="../assets/images/home/products_icon/i_api_to_html.svg" alt="">
  503. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF To / From HTML</span>
  504. </div>
  505. <p class="pt-4px text-16px leading-24px text-[#606972]">提供API接口,帮助您的APP实现PDF文件和HTML文件格式互转:PDF转HTML、HTML转PDF格式。</p>
  506. </div>
  507. </div>
  508. <div class="swiper-slide container relative w-full h-auto">
  509. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  510. <div class="flex items-center">
  511. <img src="../assets/images/home/products_icon/i_api_to_image.svg" alt="">
  512. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF To Image (PNG / JPG)</span>
  513. </div>
  514. <p class="pt-4px text-16px leading-24px text-[#606972]">提供API接口,帮助您的APP实现PDF文件转Image文件格式:PDF转PNG、PDF转JPG。</p>
  515. </div>
  516. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  517. <div class="flex items-center">
  518. <img src="../assets/images/home/products_icon/i_api_to_text.svg" alt="">
  519. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF To Text</span>
  520. </div>
  521. <p class="pt-4px text-16px leading-24px text-[#606972]">提供API接口,帮助您的APP实现PDF文件和Text文件格式互转:PDF转Text、Text转PDF格式。</p>
  522. </div>
  523. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  524. <div class="flex items-center">
  525. <img src="../assets/images/home/products_icon/i_api_to_csv.svg" alt="">
  526. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF To / From CSV</span>
  527. </div>
  528. <p class="pt-4px text-16px leading-24px text-[#606972]">提供API接口,帮助您的APP实现PDF文件和CSV文件格式互转:PDF转CSV、CSV转PDF格式。</p>
  529. </div>
  530. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px">
  531. <div class="flex items-center">
  532. <img src="../assets/images/home/products_icon/i_api_to_rtf.svg" alt="">
  533. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF To / From RTF</span>
  534. </div>
  535. <p class="pt-4px text-16px leading-24px text-[#606972]">提供API接口,帮助您的APP实现PDF文件和RTF文件格式互转:PDF转RTF、RTF转PDF格式。</p>
  536. </div>
  537. </div>
  538. <div class="swiper-slide container relative w-full h-auto">
  539. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  540. <div class="flex items-center">
  541. <img src="../assets/images/home/products_icon/i_api_to_pdf.svg" alt="">
  542. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PNG To PDF</span>
  543. </div>
  544. <p class="pt-4px text-16px leading-24px text-[#606972]">提供API接口,帮助您的APP实现PNG转PDF文件格式。</p>
  545. </div>
  546. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  547. <div class="flex items-center">
  548. <img src="../assets/images/home/products_icon/i_api_ocr.svg" alt="">
  549. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">OCR识别</span>
  550. </div>
  551. <p class="pt-4px text-16px leading-24px text-[#606972]">ComPDFKit提供API接口对PDF文件、图片或扫描文档中的文字、表格进行高精度识别。支持同时识别70+种语言。</p>
  552. </div>
  553. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  554. <div class="flex items-center">
  555. <img src="../assets/images/home/products_icon/i_api_doc_split.svg" alt="">
  556. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF文档拆分</span>
  557. </div>
  558. <p class="pt-4px text-16px leading-24px text-[#606972]">提供API接口,指定页面分割或分割特定的页面集,并将其保存为单独的PDF文件。</p>
  559. </div>
  560. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px">
  561. <div class="flex items-center">
  562. <img src="../assets/images/home/products_icon/i_api_doc_merge.svg" alt="">
  563. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF文档合并</span>
  564. </div>
  565. <p class="pt-4px text-16px leading-24px text-[#606972]">支持调用API接口,将两个文档或文档列表合并为一个PDF文档。</p>
  566. </div>
  567. </div>
  568. </div>
  569. </div>
  570. </el-collapse-item>
  571. <el-collapse-item title="Document AI" name="product4">
  572. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  573. <div class="flex items-center">
  574. <img src="../assets/images/home/products_icon/i_api_ocr.svg" alt="">
  575. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">OCR文档识别</span>
  576. </div>
  577. <p class="pt-4px text-16px leading-24px text-[#606972]">通过文档智能学习,和对大量的数据集进行模型训练,实现了精准的版面分析、表格识别和文字识别,并转换为可编辑的PDF文件,支持识别70+种语言。</p>
  578. </div>
  579. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  580. <div class="flex items-center">
  581. <img src="../assets/images/home/products_icon/i_doc_ai_data.svg" alt="">
  582. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">数据提取</span>
  583. </div>
  584. <p class="pt-4px text-16px leading-24px text-[#606972]">有效提取PDF中的表格、段落、图片等数据,支持提取关键信息等。灵活导出为Excel,CSV等文件格式,或输出为结构化的JSON,XML数据等。</p>
  585. </div>
  586. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  587. <div class="flex items-center">
  588. <img src="../assets/images/home/products_icon/i_doc_ai_module.svg" alt="">
  589. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">版面分析</span>
  590. </div>
  591. <p class="pt-4px text-16px leading-24px text-[#606972]">Document AI支持分析财务报表、证件、论文等文档,进行智能学习,训练模型库。精准分析该文档的区域,如页眉&页脚、文字、标题、表格、图片等。</p>
  592. </div>
  593. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-40px">
  594. <div class="flex items-center">
  595. <img src="../assets/images/home/products_icon/i_doc_ai_image.svg" alt="">
  596. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">图像预处理</span>
  597. </div>
  598. <p class="pt-4px text-16px leading-24px text-[#606972]">Document AI通过边缘检测、增强局部对比度、自动图像去偏、失真校正、模糊校正等操作对模糊、倾斜、褶皱的图片进行处理,得到清晰的图片。</p>
  599. </div>
  600. </el-collapse-item>
  601. <el-collapse-item title="Web Viewer" name="product5">
  602. <div ref="mySwiper5" v-swiper:mySwiper5="swiperOption" class="swiper-container relative overflow-hidden w-full h-auto pb-40px">
  603. <div class="swiper-pagination absolute text-center z-2">
  604. <span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span>
  605. </div>
  606. <div class="swiper-wrapper flex relative w-full h-full z-1">
  607. <div class="swiper-slide container relative w-full h-auto">
  608. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  609. <div class="flex items-center">
  610. <img src="../assets/images/home/products_icon/i_pdf_preview.svg" alt="">
  611. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF查看</span>
  612. </div>
  613. <p class="pt-4px text-16px leading-24px text-[#606972]">提供强大的渲染引擎,轻松渲染复杂的PDF文档,支持自定义UI和各种功能操作,如单双页布局,连续滚动,书签,大纲和缩略图等。</p>
  614. </div>
  615. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  616. <div class="flex items-center">
  617. <img src="../assets/images/home/products_icon/i_pdf_pages.svg" alt="">
  618. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF页面管理</span>
  619. </div>
  620. <p class="pt-4px text-16px leading-24px text-[#606972]">添加PDF页面管理功能到Web平台,实现PDF文档增加空白页、删除、复制、重排、旋转、裁剪、拆分合并等页面管理的所有需求。</p>
  621. </div>
  622. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  623. <div class="flex items-center">
  624. <img src="../assets/images/home/products_icon/i_pdf_note.svg" alt="">
  625. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF批注</span>
  626. </div>
  627. <p class="pt-4px text-16px leading-24px text-[#606972]">拥有独立的注释控件。支持添加、删除、编辑、导入、导出、扁平化所有类型的PDF标记以及自定义注释,包括亮高、手绘、图章、文本框、链接等。</p>
  628. </div>
  629. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px">
  630. <div class="flex items-center">
  631. <img src="../assets/images/home/products_icon/i_pdf_form.svg" alt="">
  632. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF表单填写</span>
  633. </div>
  634. <p class="pt-4px text-16px leading-24px text-[#606972]">可以轻松创建、删除、编辑、填写、扁平化和打印表单域,包括文本域、复选框、单选按钮、下拉列表和签名等。</p>
  635. </div>
  636. </div>
  637. <div class="swiper-slide container relative w-full h-auto">
  638. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  639. <div class="flex items-center">
  640. <img src="../assets/images/home/products_icon/i_pdf_compare.svg" alt="">
  641. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">PDF文档对比</span>
  642. </div>
  643. <p class="pt-4px text-16px leading-24px text-[#606972]">提供文档对比功能,对比相似的或不同版本的PDF文档。支持对比文档中的文字、图片、线条等内容。以不同颜色展示PDF文档的编辑、删除、增加等变动。</p>
  644. </div>
  645. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px mb-14px">
  646. <div class="flex items-center">
  647. <img src="../assets/images/home/products_icon/i_web_measure.svg" alt="">
  648. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">测量</span>
  649. </div>
  650. <p class="pt-4px text-16px leading-24px text-[#606972]">提供建筑行业解决方案,支持进行在线测量,根据比例测量两点之间的距离,计算图形面积、周长。</p>
  651. </div>
  652. <div class="w-100% min-h-143px border-1 border-[#DFEAFF] rounded-8px p-16px pr-18px">
  653. <div class="flex items-center">
  654. <img src="../assets/images/home/products_icon/i_web_ui.svg" alt="">
  655. <span class="pl-12px text-16px leading-24px text-[#3C4247] font-700">自定义UI</span>
  656. </div>
  657. <p class="pt-4px text-16px leading-24px text-[#606972]">根据网页需要,Web Viewer提供灵活的、可自定义的工具栏,支持工具栏侧边显示。</p>
  658. </div>
  659. </div>
  660. </div>
  661. </div>
  662. </el-collapse-item>
  663. </el-collapse>
  664. </div>
  665. </template>
  666. <script>
  667. import swiper from 'swiper'
  668. import { directive } from 'vue-awesome-swiper'
  669. import Arrow from '~/assets/images/icons/arrow.svg?inline'
  670. export default {
  671. directives: {
  672. swiper: directive
  673. },
  674. components: {
  675. Arrow
  676. },
  677. data() {
  678. return {
  679. activeName: '1',
  680. swiperOption: {
  681. pagination: {
  682. el: '.swiper-pagination',
  683. clickable: true
  684. }
  685. }
  686. }
  687. },
  688. methods: {
  689. changeCollapse() {
  690. this.$refs.mySwiper1.swiper.slideTo(0, 0, false)
  691. this.$refs.mySwiper2.swiper.slideTo(0, 0, false)
  692. this.$refs.mySwiper3.swiper.slideTo(0, 0, false)
  693. this.$refs.mySwiper5.swiper.slideTo(0, 0, false)
  694. }
  695. }
  696. }
  697. </script>
  698. <style lang="scss" scoped>
  699. .arrow {
  700. transition: transform 0.2s linear 0s, top 0.2s linear 0s;
  701. }
  702. ::v-deep .el-tabs {
  703. .el-tabs__header {
  704. border-bottom: none;
  705. margin-right: 28px;
  706. }
  707. .el-tabs__nav {
  708. border: none
  709. }
  710. .el-tabs__item {
  711. padding: 18px 23px 18px 28px;
  712. width: 328px;
  713. height: 60px;
  714. border-top: none !important;
  715. border-left: 8px solid transparent !important;
  716. border-right: none !important;
  717. border-bottom: none !important;
  718. font-size: 20px;
  719. line-height: 24px;
  720. color: #AAAEB2;
  721. font-weight: 700;
  722. }
  723. .el-tabs__item.is-active {
  724. border-top: none;
  725. border-left: 8px solid #1460F3 !important;
  726. border-right: none;
  727. border-bottom: none;
  728. border-radius: 10px;
  729. background: rgba(20, 96, 243, 0.1);
  730. color: #18191B;
  731. }
  732. }
  733. ::v-deep .el-collapse {
  734. border-top: none;
  735. border-bottom: none;
  736. .el-collapse-item__header {
  737. padding: 18px 20px 18px 28px;
  738. margin-bottom: 16px;
  739. height: 60px;
  740. border-left: 8px solid transparent;
  741. border-radius: 10px;
  742. box-shadow: 0px 4px 8px rgba(202, 221, 255, 0.5);
  743. font-size: 20px;
  744. line-height: 24px;
  745. color: #AAAEB2;
  746. font-weight: 700;
  747. &.is-active {
  748. background: rgba(20, 96, 243, 0.1);
  749. color: #18191B;
  750. border-left-color: #1460F3;
  751. box-shadow: none;
  752. }
  753. }
  754. .el-collapse-item__arrow {
  755. transform: rotate(90deg);
  756. &.is-active {
  757. transform: rotate(-90deg);
  758. }
  759. }
  760. .el-collapse-item__wrap {
  761. border-bottom: none;
  762. }
  763. .el-collapse-item__content {
  764. padding-bottom: 0;
  765. }
  766. }
  767. .swiper-container {
  768. .swiper-wrapper {
  769. -webkit-transition-property: -webkit-transform;
  770. transition-property: -webkit-transform;
  771. -o-transition-property: transform;
  772. transition-property: transform;
  773. transition-property: transform, -webkit-transform;
  774. -webkit-box-sizing: content-box;
  775. box-sizing: content-box;
  776. }
  777. .swiper-container-android .swiper-slide,
  778. .swiper-wrapper {
  779. -webkit-transform: translate3d(0px, 0, 0);
  780. transform: translate3d(0px, 0, 0);
  781. }
  782. .swiper-slide {
  783. -webkit-flex-shrink: 0;
  784. -ms-flex-negative: 0;
  785. flex-shrink: 0;
  786. -webkit-transition-property: -webkit-transform;
  787. transition-property: -webkit-transform;
  788. -o-transition-property: transform;
  789. transition-property: transform;
  790. transition-property: transform, -webkit-transform;
  791. }
  792. }
  793. .swiper-container-horizontal > .swiper-pagination {
  794. bottom: 20px;
  795. left: 0;
  796. width: 100%;
  797. font-size: 0;
  798. ::v-deep .swiper-pagination-bullet {
  799. width: 8px;
  800. height: 4px;
  801. display: inline-block;
  802. margin: 0 2px;
  803. border-radius: 4px;
  804. background-color: #D8D8D8;;
  805. cursor: pointer;
  806. transition: width 0.3s;
  807. &.swiper-pagination-bullet-active {
  808. width: 27px;
  809. background: #1460F3;
  810. }
  811. }
  812. }
  813. </style>