升级icepdf从6.1.2到6.2.2

This commit is contained in:
pserimal
2023-06-29 22:07:49 +08:00
parent c09f7cf377
commit 01b0284dc0
3 changed files with 5 additions and 5 deletions

View File

@@ -102,7 +102,7 @@
<dependency>
<groupId>org.icepdf.os</groupId>
<artifactId>icepdf-core</artifactId>
<version>6.1.2</version>
<version>6.2.2</version>
<exclusions>
<exclusion>
<groupId>javax.media</groupId>

View File

@@ -155,7 +155,7 @@ public class PDFUtils {
document.dispose();
return outputStream;
}
} catch (PDFException | IOException | PDFSecurityException e) {
} catch (PDFException | IOException | InterruptedException | PDFSecurityException e) {
log.error("PDF转图片异常, e{}", e.getMessage());
} finally {
try {