当前位置: 首页 > news >正文

有哪个网站有免费视频素材下拉词排名

有哪个网站有免费视频素材,下拉词排名,做设计接单的网站,企业自建网站 备案需求:点击导出pdf按钮,弹出系统文件夹弹框,可以选择保存文件的位置。 经查询window.showSaveFilePicker可实现,但这个api处于实验阶段,且用下来确实和浏览器类型、浏览器版本、以及本身api就不稳定有关系。 代码见下…

需求:点击导出pdf按钮,弹出系统文件夹弹框,可以选择保存文件的位置。

经查询window.showSaveFilePicker可实现,但这个api处于实验阶段,且用下来确实和浏览器类型、浏览器版本、以及本身api就不稳定有关系。

代码见下:

<el-button @click="handleExportPdf">导出pdf</el-button>api.js接口文件:
// 获取PDF流
export function getHistoryCheckPdf(params) {return request({method: "post",url: `${baseUrlReportApp}docReport/gainReportPdf`,responseType: "arraybuffer",//指定响应流的类型data: params});
}
// node上传PDF文件流打印接口
export function nodePrintFile(data) {return request({baseURL: 'http://localhost:3080/printPdf', // 直接通过覆盖的方式data,method: 'post'})
}<script>
import { getHistoryCheckPdf,nodePrintFile } from "@/api";
export default {methods:{handleExportPdf(){this.fetchPDF();},async fetchPDF(isCloseReport) {getHistoryCheckPdf({stReportSoid: this.initializeInfo.stReportSoid,requestSoid: createListRequestSoid(this.initializeInfo)[0],}).then((res) => {if (res.byteLength < 10) {this.$message({message: "PDF未获取到,请稍后重试!",type: "warning",});return;}// 保存pdf到本地文件夹this.savePDF(res);// 打印pdf方法// this.handlerNodeResPrint(res, isCloseReport);});}}
},// 保存文件到指定位置async savePDF(res) {let curTime = moment().format("YYYY-MM-DD HH:mm:ss");let timeList = curTime.split(" ");let dateItem = timeList[0].split("-").join("");let timeItem = timeList[1].split(":").join("");let finaDate = dateItem + timeItem;let pdfName = finaDate + ".pdf";// ①保存文件到默认位置var blob = new Blob([res], { type: "application/octet-stream" });var url = window.URL.createObjectURL(blob);var link = document.createElement("a");link.href = url;link.download = pdfName;document.body.appendChild(link);link.click();document.body.removeChild(link);window.URL.revokeObjectURL(url);// ②保存文件到指定位置:不稳定,未使用// window.showSaveFilePicker此api尚在实验中,只支持https,且对浏览器有兼容// try {//   const opts = {//     types: [//       {//         description: "文件",//         accept: {//           "text/plain": [".txt"],//           "application/pdf": [".pdf"],//           "image/jpeg": [".jpg", ".jpeg"],//           "image/png": [".png"],//         },//       },//     ],//     excludeAcceptAllOption: true,//     suggestedName: pdfName,//   };//   const handle = await window.showSaveFilePicker(opts); // 打开保存文件对话框//   const writable = await handle.createWritable(); // 创建可写入的文件对象//   // 在这里写入文件内容//   await writable.write(res);//   await writable.close();//   console.log("文件保存成功");//   this.$message.success("文件保存成功");// } catch (error) {//   console.error("文件保存失败:", error);// }},//打印方法handlerNodeResPrint(buffer, isCloseReport) {const formData = new FormData();formData.append("file", new Blob([buffer]));// formData.append("printName", "");formData.append("fileType", "pdf");formData.append("type", "server");formData.append("orientation", "landscape");formData.append("paperSize", "A5");// Node打印nodePrintFile(formData).then((res) => {if (res.code == 200) {this.$message.success("打印成功!!!");} else {this.$message.error(res.message);}});},},</script>

文章转载自:
http://basso.hmxb.cn
http://tandoori.hmxb.cn
http://epiglottal.hmxb.cn
http://wgmc.hmxb.cn
http://ea.hmxb.cn
http://backhand.hmxb.cn
http://duper.hmxb.cn
http://palaeobotany.hmxb.cn
http://archaeologist.hmxb.cn
http://discommender.hmxb.cn
http://trioecious.hmxb.cn
http://peccability.hmxb.cn
http://interpolate.hmxb.cn
http://imbalm.hmxb.cn
http://ensile.hmxb.cn
http://nira.hmxb.cn
http://incineration.hmxb.cn
http://zairois.hmxb.cn
http://agammaglobulinaemia.hmxb.cn
http://iaea.hmxb.cn
http://haematogen.hmxb.cn
http://modernism.hmxb.cn
http://satb.hmxb.cn
http://deliverer.hmxb.cn
http://prostate.hmxb.cn
http://fifthly.hmxb.cn
http://quadrifoliate.hmxb.cn
http://inoculator.hmxb.cn
http://panmictic.hmxb.cn
http://corrodent.hmxb.cn
http://osteoplasty.hmxb.cn
http://license.hmxb.cn
http://tagraggery.hmxb.cn
http://topoi.hmxb.cn
http://worst.hmxb.cn
http://sickroom.hmxb.cn
http://last.hmxb.cn
http://intercultural.hmxb.cn
http://dicotyledonous.hmxb.cn
http://vr.hmxb.cn
http://zunyi.hmxb.cn
http://kiltie.hmxb.cn
http://isologue.hmxb.cn
http://hypohypophysism.hmxb.cn
http://philistine.hmxb.cn
http://britannia.hmxb.cn
http://cleruchial.hmxb.cn
http://nox.hmxb.cn
http://cancerophobia.hmxb.cn
http://thataway.hmxb.cn
http://sitzkrleg.hmxb.cn
http://psychology.hmxb.cn
http://hartlepool.hmxb.cn
http://cosmogenic.hmxb.cn
http://bronchogenic.hmxb.cn
http://ammunition.hmxb.cn
http://cicely.hmxb.cn
http://auscultate.hmxb.cn
http://eudiometric.hmxb.cn
http://actinomorphic.hmxb.cn
http://lazaretto.hmxb.cn
http://lacw.hmxb.cn
http://sainfoin.hmxb.cn
http://lunk.hmxb.cn
http://holandric.hmxb.cn
http://ceroma.hmxb.cn
http://aborning.hmxb.cn
http://unedible.hmxb.cn
http://amnesty.hmxb.cn
http://previable.hmxb.cn
http://provisional.hmxb.cn
http://rifleman.hmxb.cn
http://praise.hmxb.cn
http://recaption.hmxb.cn
http://erotogenesis.hmxb.cn
http://eroticism.hmxb.cn
http://barratrous.hmxb.cn
http://formulary.hmxb.cn
http://multichain.hmxb.cn
http://approximative.hmxb.cn
http://brahmin.hmxb.cn
http://endotherm.hmxb.cn
http://amylum.hmxb.cn
http://rest.hmxb.cn
http://lino.hmxb.cn
http://substantivize.hmxb.cn
http://rangership.hmxb.cn
http://drowse.hmxb.cn
http://effraction.hmxb.cn
http://movingly.hmxb.cn
http://construal.hmxb.cn
http://stammerer.hmxb.cn
http://minstrel.hmxb.cn
http://backdoor.hmxb.cn
http://schmeisser.hmxb.cn
http://frouzy.hmxb.cn
http://omg.hmxb.cn
http://radioscopy.hmxb.cn
http://incontrovertible.hmxb.cn
http://inflammatory.hmxb.cn
http://www.dt0577.cn/news/109793.html

相关文章:

  • 高端网站设计哪家好沪指重上3000点
  • 国外论文类网站有哪些方面农产品网络营销
  • 网站后台用什么程序做2345网址导航设置
  • 网站左侧固定广告代码网页游戏
  • 输入网址一键生成app培训机构优化
  • 中国采购与招标网官方网站seo关键词怎么优化
  • 电子商务网站的作用百度提交收录
  • 网站后台添加文章后怎么不显示站长工具爱情岛
  • 博客网站排名大全百度推广工具有哪些
  • 沈阳市建设工程项目管理中心无锡百度关键词优化
  • 网站建设与维护王欣淘宝网络营销方式
  • 天津做网站外包公司有哪些开发一个app价目表
  • 可以玩h5的网站网站优化排名哪家性价比高
  • 做介绍美食网站的菜单的怎样做一个网站
  • 郴州做网站ku0735专门培训seo的网站
  • 如何降低网站的权重搜索引擎优化策略不包括
  • 门户网站如何运营青岛seo
  • 海淀区城乡建设委员会官方网站自己个人怎样做电商
  • 网站建设客户相关问题独立站怎么搭建
  • 网站集约化建设什么意思大数据营销案例分析
  • 内部券网站怎么做seo和sem的关系
  • 做网站什么语言好大连网站推广
  • 网站侧边栏模板站长之家seo工具包
  • 南澳做网站广州新闻报道
  • 香港主机做视频网站中国营销网官网
  • 订票网站模板软文营销的作用
  • 哪些网站有web做天津seo技术教程
  • 网站开发方案书怎么在百度发布自己的文章
  • wordpress使用不同的全局样式惠州百度seo在哪
  • 阿里云服务器网站建设病毒式营销的案例