Merge remote-tracking branch 'origin/cc_20230520_partner' into cc_20230520_partner
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user