图片转PDF工具
创始人
2024-11-14 17:06:33
0

一、maven依赖

 	org.apache.pdfbox 	pdfbox 	2.0.29 	 		 			commons-logging 			commons-logging 		 	  

二、工具类

import lombok.extern.slf4j.Slf4j; import org.apache.pdfbox.pdmodel.PDDocument; import org.apache.pdfbox.pdmodel.PDPage; import org.apache.pdfbox.pdmodel.PDPageContentStream; import org.apache.pdfbox.pdmodel.common.PDRectangle; import org.apache.pdfbox.pdmodel.graphics.image.PDImageXObject;  import javax.imageio.ImageIO; import java.awt.image.BufferedImage; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.List; import java.util.Objects;  /**  * @date 2023/11/27 15:02  */  @Slf4j public class ImageToPdfUtils {      /**      * 转换image文件为PDF      *      * @param imgFilePath img文件路径      * @param outFile     文件路径      */     public static void convertImages2Pdf(String imgFilePath, String outFile) {         try {             // 1. 下载你的图片转成字节             List list = getImgByteList(imgFilePath);              // 2. 生成一页 PDF document             PDDocument document = new PDDocument();             for (byte[] imageBytes : list) {                 PDImageXObject image = PDImageXObject.createFromByteArray(document, imageBytes, "image");                 // 这里是你生成PDF自适应图片大小,不设置会默认为A4                 PDRectangle pageSize = new PDRectangle(image.getWidth(), image.getHeight());                 PDPage page = new PDPage(pageSize);                 document.addPage(page);                 // 3.将 图片 添加进PDF document                 PDPageContentStream contentStream = new PDPageContentStream(document, page);                 float pageWidth = pageSize.getWidth();                 float pageHeight = pageSize.getHeight();                 float imageWidth = image.getWidth();                 float imageHeight = image.getHeight();                 float scale = Math.min(pageWidth / imageWidth, pageHeight / imageHeight);                 float scaledWidth = imageWidth * scale;                 float scaledHeight = imageHeight * scale;                 float x = (pageWidth - scaledWidth) / 2;                 float y = (pageHeight - scaledHeight) / 2;                 // 这里是将你的图片填充入pdf页                 contentStream.drawImage(image, x, y, scaledWidth, scaledHeight);                 contentStream.close();             }              // 4. 保存PDF             File outputFile = new File(outFile);             File parentFolder = outputFile.getParentFile();             if (parentFolder != null && !parentFolder.exists()) {                 boolean success = parentFolder.mkdirs();                 log.info("生成PDF文件结果:{}", success);             }             document.save(outputFile);             document.close();         } catch (Exception e) {             log.error("生成PDF文件结果失败,imgFilePath:{},filePath:{}", imgFilePath, outFile, e);         }      }      /**      * 得到img字节列表      *      * @param filePath 文件路径      * @return {@link List}<{@link byte[]}>      */     private static List getImgByteList(String filePath) throws IOException {         // 转换         List imageBytesList = new ArrayList<>();         File folder = new File(filePath);         File[] files = folder.listFiles();         if (Objects.isNull(files) || files.length == 0) {             return imageBytesList;         }          for (File file : files) {             if (file.isFile() && isImage(file)) {                 byte[] imageBytes = convertImageToBytes(file);                 imageBytesList.add(imageBytes);             }         }         return imageBytesList;     }      /**      * 判断文件是否是图片类型      *      * @param file 文件      * @return 返回值      */     private static boolean isImage(File file) {         String fileName = file.getName().toLowerCase();         return fileName.endsWith(".jpg") || fileName.endsWith(".jpeg") ||                 fileName.endsWith(".png") || fileName.endsWith(".gif") ||                 fileName.endsWith(".bmp");     }      /**      * 转换图片文件为Byte数组      *      * @param file 文件      * @return 返回值      */     private static byte[] convertImageToBytes(File file) throws IOException {         BufferedImage image = ImageIO.read(file);         ByteArrayOutputStream outputStream = new ByteArrayOutputStream();         ImageIO.write(image, "jpg", outputStream);         return outputStream.toByteArray();     }  }  

相关内容

热门资讯

透视挂透视!闲逸透视app免费... 透视挂透视!闲逸透视app免费版在哪里,天天贵阳辅助工具,系统教程(有挂教程)是一款可以让一直输的玩...
新手必备“四川途游破解安装包”... 新手必备“四川途游破解安装包”一直存在有挂(辅助挂)详细辅助详细教程1、玩家可以在软件透明挂俱乐部对...
4分钟辅助!疯狂联盟辅助器(辅... 4分钟辅助!疯狂联盟辅助器(辅助挂)从来真的有挂(详细辅助攻略方法)1)疯狂联盟辅助器辅助挂:进一步...
第六分钟辅助(财神13张辅助工... 第六分钟辅助(财神13张辅助工具)一贯有挂(详细辅助技巧教程);进入游戏-大厅左侧-新手福利-激活码...
透视教学!丰城呱呱辅助器,浙江... 透视教学!丰城呱呱辅助器,浙江游戏大厅修改器,AI教程(有挂技巧)是由北京得浙江游戏大厅修改器黑科技...
终于清楚“关春天凑一桌游戏辅助... 终于清楚“关春天凑一桌游戏辅助器”竟然存在有挂(辅助挂)详细辅助详细教程1、完成透视辅助安装,帮助玩...
第2分钟辅助!江西中至黑科技辅... 第2分钟辅助!江西中至黑科技辅助软件(辅助挂)都是真的有挂(详细辅助解说技巧);小薇(透视辅助)致您...
第4分钟辅助(情怀麻烦将关春天... 第4分钟辅助(情怀麻烦将关春天辅助)真是真的有挂(详细辅助玩家教程);1、玩家可以在情怀麻烦将关春天...
透视工具!佛手在线大菠萝智能辅... 透视工具!佛手在线大菠萝智能辅助器,贪玩互娱辅助,新2025版(有挂辅助)是一款可以让一直输的玩家,...
科普分享“新卡农辅助”切实是真... 科普分享“新卡农辅助”切实是真的有挂(辅助挂)详细辅助必胜教程;是一种具有地方特色的麻将游戏,要想赢...