20140526-一个从pdf转换成图片的类,工作当中有用到
package com.jako.database.model; import java.awt.Image; import java.awt.Rectangle; import java.awt.image.BufferedImage; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.RandomAccessFile; import java.lang.reflect.Method; import java.nio.MappedByteBuffer; import java.nio.channels.FileChannel; import java.security.AccessController; import java.security.PrivilegedAction; import com.sun.image.codec.jpeg.JPEGCodec; import com.sun.image.codec.jpeg.JPEGEncodeParam; import com.sun.image.codec.jpeg.JPEGImageEncoder; import com.sun.pdfview.PDFFile; import com.sun.pdfview.PDFPage; publicclass PDFchangToImage { publicstaticvoid PDFchangToImage.changePdfToImg(); } privatestaticvoid try { File RandomAccessFile FileChannel MappedByteBuffer 0, PDFFile for (inti = 1; i <= pdffile.getNumPages(); i++) { PDFPage Rectangle .getWidth()), intn = 2; /** 图片清晰度(n>0且n<7)【pdf放大参数】 Image rect, /** 放大pdf到n倍,创建图片。 null, /** null for the ImageObserver */ true, /** fill background with white */ true/** block until drawing is done */ ); BufferedImage rect.height * n, tag.getGraphics().drawImage(img, 0, 0, rect.width * n, rect.height * n, null); /** FileOutputStream + /** 输出到文件流 */ JPEGImageEncoder JPEGEncodeParam param2.setQuality(1f, true); /** 1f~0.01f是提高生成的图片质量 */ encoder.setJPEGEncodeParam(param2); encoder.encode(tag); /** JPEG编码 */ out.close(); } channel.close(); raf.close(); unmap(buf); /** 如果要在转图片之后删除pdf,就必须要这个关闭流和清空缓冲的方法 } e.printStackTrace(); } e.printStackTrace(); } } @SuppressWarnings("unchecked") privatestaticvoid AccessController.doPrivileged(new public Object try { Method "cleaner", getCleanerMethod.setAccessible(true); sun.misc.Cleaner .invoke(buffer, new cleaner.clean(); } e.printStackTrace(); } returnnull; } }); } } |
这个类需要一个jar包支持:PDFRenderer-0.9.0.jar
下载地址:
http://yunpan.cn/QiCSHvKEzhM6S 访问密码 cf08
20140526-一个从pdf转换成图片的类,工作当中有用到,布布扣,bubuko.com