读取连接中文件流和页面展示base64编码的文件
创始人
2024-11-14 17:07:49
0

读取连接中文件流和页面展示base64编码的文件

  • 背景需求
    • 从接口处获取base64编码的字节流
      • 依赖
      • java 代码
    • 前端展示
      • pdf
      • 图片

背景需求

我需要展示一个pdf 文件在页面上,但是我一直没办法将 pdf的下载链接用预览方式展示出来,于是打算讨个巧,直接给前端页面发送 Base64 编码的字符串,用来展示pdf文件。而正好我们的文件也有一个获取流的接口。于是,变出现了这篇文章。

从接口处获取base64编码的字节流

依赖

                     org.apache.hadoop             hadoop-common             3.4.0          

java 代码

  1. 直接从 URL 获取流
    public static String downloadFile3(String UrlFilePath, String localFilePath) {         URL url = null;         HttpURLConnection httpUrl = null;         try {             url = new URL(UrlFilePath);             httpUrl = (HttpURLConnection) url.openConnection();             // 设置请求方式,默认是GET             // httpUrl.setRequestMethod("POST");             httpUrl.connect();             try (BufferedInputStream bis = new BufferedInputStream(httpUrl.getInputStream())) {                 byte[] bytes = IOUtils.toByteArray(bis);                 String base64String = Base64.getEncoder().encodeToString(bytes);                  // Write the BASE64 encoded string to the file                 try (BufferedWriter writer = new BufferedWriter(new FileWriter(localFilePath))) {                     writer.write(base64String);                 }                 return base64String;             }         } catch (Exception e) {             e.printStackTrace();         }         return "";     } 
  1. 发送 GET 请求 获取流
/**      * @param url 远程文件路径      * @return base64 编码字符串      */     public static String byGet(String url) {         // 创建Httpclient对象         CloseableHttpClient httpclient = HttpClientBuilder.create().build();         RequestConfig requestConfig = RequestConfig.custom().setConnectTimeout(30000).setConnectionRequestTimeout(30000).setSocketTimeout(30000).build();          String resultString = "";         CloseableHttpResponse response = null;         try {             URIBuilder builder = new URIBuilder(url);             URI uri = builder.build();             // 创建http GET请求             HttpGet httpGet = new HttpGet(uri);             httpGet.setConfig(requestConfig);             httpGet.addHeader("Content-type", "application/json; charset=utf-8");              // 执行请求             response = httpclient.execute(httpGet);               // 判断返回状态是否为200             if (response.getStatusLine().getStatusCode() == 200) {                 InputStream inputStream = response.getEntity().getContent();                 byte[] bytes = IOUtils.toByteArray(inputStream);                 BASE64Encoder encoder = new BASE64Encoder();                 resultString = encoder.encode(bytes);                 return resultString;             }         } catch (Exception e) {          } finally {             try {                 if (response != null) {                     response.close();                 }                 httpclient.close();             } catch (IOException e) {                 e.printStackTrace();             }         }         return "";     } 

前端展示

pdf

        function viewPdf (content) {              const blob = this.base64ToBlob(content)             if (window.navigator && window.navigator.msSaveOrOpenBlob) {                 window.navigator.msSaveOrOpenBlob(blob)             } else {                 const fileURL = URL.createObjectURL(blob)                 window.open(fileURL)             }         }         function base64ToBlob (code) {             code = code.replace(/[\n\r]/g, '')             const raw = window.atob(code)             const rawLength = raw.length             const uInt8Array = new Uint8Array(rawLength)             for (let i = 0; i < rawLength; ++i) {                 uInt8Array[i] = raw.charCodeAt(i)             }             return new Blob([uInt8Array], { type: 'application/pdf' })         } 

图片

let ImgURL ="\"; 

将拼接好的 ImgURL 拼接即可

相关内容

热门资讯

这一问题亟待解决!智星德州辅助... 这一问题亟待解决!智星德州辅助译码插件靠谱吗,广麻辅助器,讲义教程(有挂秘诀)1、广麻辅助器脚本辅助...
受玩家影响!智星德州插件最新版... 受玩家影响!智星德州插件最新版本更新内容详解,518互游辅助,总结教程(今日头条)1、全新机制【51...
黑科技插件!wepoker透视... 黑科技插件!wepoker透视脚本苹果版,微乐锄大地脚本,操作教程(竟然有挂)1、每一步都需要思考,...
经调查!德州机器人代打脚本,西... 经调查!德州机器人代打脚本,西兵辅助器,积累教程(发现有挂)运西兵辅助器辅助工具,进入游戏界面。进入...
第三方插件!aapoker怎么... 第三方插件!aapoker怎么设置提高好牌几率,边锋干瞪眼房租胡,资料教程(有挂讲解)1、金币登录送...
第三方插件!哈糖大菠萝软件下载... 第三方插件!哈糖大菠萝软件下载,荆州圣盛游戏辅助,办法教程(真的有挂)1、下载好荆州圣盛游戏辅助透视...
2026版复盘!pokemmo... 2026版复盘!pokemmo脚本最新版,聚财平台辅助,教材教程(有挂方法)1、全新机制【聚财平台辅...
据报道!hhpoker可以控制... 据报道!hhpoker可以控制吗,圣游牛牛辅助器,攻略教程(果真有挂)1、在圣游牛牛辅助器插件功能辅...
据玩家消息!hhpoker为什... 据玩家消息!hhpoker为什么一直输,皮皮衡阳字牌黑科技视频,方针教程(有挂方法)1、首先打开皮皮...
2026版教程!wepoker... 您好,老友广西app下载安装这款游戏可以开挂的,确实是有挂的,需要了解加去威信【136704302】...