读取连接中文件流和页面展示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 拼接即可

相关内容

热门资讯

2026版软件!werplan... 2026版软件!werplan外卦神器,八闽状元郎竹简茶馆辅助,演示教程(有挂教程)八闽状元郎竹简茶...
据悉!hhpoker辅助靠谱吗... 据悉!hhpoker辅助靠谱吗,上饶窝龙辅助,大纲教程(有挂详情)所有人都在同一条线上,像星星一样排...
最新消息!竞技联盟辅助,小闲川... 最新消息!竞技联盟辅助,小闲川南宜宾辅助,项目教程(有挂透视)1、下载好小闲川南宜宾辅助脚本下载之后...
相较于以往!sohoo开挂辅助... 相较于以往!sohoo开挂辅助,家乡大贰小程序靠谱吗,攻略教程(有挂攻略)家乡大贰小程序靠谱吗脚本下...
近期!红龙poker辅助平台,... 近期!红龙poker辅助平台,蛮王大厅房卡辅助,诀窍教程(的确有挂)1、进入到蛮王大厅房卡辅助是否有...
此事备受玩家关注!佛手大菠萝辅... 此事备受玩家关注!佛手大菠萝辅助,福州十八扑破解,步骤教程(有挂规律)1、超多福利:超高返利,海量正...
2026版技巧!大菠萝免费辅助... 2026版技巧!大菠萝免费辅助器,途游辅助,资料教程(有挂秘籍)1)大菠萝免费辅助器有没有挂:进一步...
日前!wepoker怎么提高运... 日前!wepoker怎么提高运气,福建13水插件,指南教程(有挂头条)1)福建13水插件有没有挂:进...
第三方插件!如何判断wpk辅助... 第三方插件!如何判断wpk辅助软件的真假,潮友会鱼虾蟹有没有挂辅助,机巧教程(有挂教学)1、下载好潮...
软件辅助挂!来玩app破解,川... 软件辅助挂!来玩app破解,川南游戏辅助,阶段教程(有人有挂)1)川南游戏辅助免费钻石:进一步探索川...