不再生成通过函图片
This commit is contained in:
@@ -135,6 +135,8 @@ public class PDFUtils {
|
||||
* @param inputStream pdf 输入流
|
||||
* @param scale 缩放比例
|
||||
*/
|
||||
//不再将通过函转为图片
|
||||
@Deprecated
|
||||
public static ByteArrayOutputStream pdf2Img(InputStream inputStream, float scale) {
|
||||
org.icepdf.core.pobjects.Document document = new org.icepdf.core.pobjects.Document();
|
||||
ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
|
||||
|
||||
Reference in New Issue
Block a user