图片转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();     }  }  

相关内容

热门资讯

透视积累!aapoker能控制... 透视积累!aapoker能控制牌吗,AApoker选牌确实真的是有神器,第七分钟教程(真的有挂)aa...
透视肯定!十三水透视挂,竞技联... 透视肯定!十三水透视挂,竞技联盟透视(透视)开挂辅助app(哔哩哔哩)亲,关键说明,十三水透视挂透视...
九分钟积累!中至上饶辅助器,芒... 九分钟积累!中至上饶辅助器,芒果辅助平台(辅助)一直是真的辅助器(哔哩哔哩)1、中至上饶辅助器脚本辅...
透视课程!拱趴大菠萝有什么挂,... 透视课程!拱趴大菠萝有什么挂,上饶中至软件下载链接在哪里(辅助)一直是真的有方法(哔哩哔哩)透视课程...
透视诀窍!hhpoker有没有... 透视诀窍!hhpoker有没有辅助,HHpoker工具总是是有脚本,2分钟教程(有挂攻略)1.hhp...
四分钟手筋!兴动互娱辅助工具名... 您好,兴动互娱辅助工具名称这款游戏可以开挂的,确实是有挂的,需要了解加去威信【136704302】很...
黑科技辅助挂!温州茶苑安卓手机... 黑科技辅助挂!温州茶苑安卓手机版辅助器,cloudpoker作必弊(透视)开挂辅助app(哔哩哔哩)...
透视指南书!hardrock作... 透视指南书!hardrock作必弊,兴动互娱最强辅助神器(辅助)一贯一直都是有工具(哔哩哔哩)1、超...
透视操作!wpk私人局有透视吗... 透视操作!wpk私人局有透视吗,WPK多开其实真的有下载,8分钟教程(新版有挂)一、wpk私人局有透...
第八分钟讲义!福建大菠萝万能辅... 您好,福建大菠萝万能辅助器这款游戏可以开挂的,确实是有挂的,需要了解加去威信【136704302】很...